Spinning Topp Logo BlackTopp Studios
inc
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 (Boole active=true)
 Struct constructor. More...
 

Public Attributes

Boole 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 761 of file effectparameters.h.

Constructor & Destructor Documentation

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

Struct constructor.

Parameters
activeThe Compressor can only be switched on and off, it cannot be adjusted.

Definition at line 768 of file effectparameters.h.


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