MezzanineEngine 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
Mezzanine::Audio::CompressorParameters Struct Reference

This is a struct containing all the parameters needed to describe a compressor effect. More...

#include <effectparameters.h>

Public Member Functions

 CompressorParameters (bool active=true)
 Struct constructor. More...
 

Public Attributes

bool Active
 The Compressor can only be switched on and off – it cannot be adjusted.
 

Detailed Description

This is a struct containing all the parameters needed to describe a compressor effect.

The Automatic Gain Control effect performs the same task as a studio compressor, evening out the audio dynamic range of an input sound.

Definition at line 767 of file effectparameters.h.

Constructor & Destructor Documentation

Mezzanine::Audio::CompressorParameters::CompressorParameters ( bool  active = true)
inline

Struct constructor.

Parameters
active@copybriefCompressorParameters::Active

Definition at line 774 of file effectparameters.h.


The documentation for this struct was generated from the following file: