#include <eqsettings.h>
List of all members.
Detailed Description
The EqSettings class helps to work with equalizer settings.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Member Enumeration Documentation
Equalizer bands number
- Enumerator:
EQ_BANDS_10 |
10 bands
|
EQ_BANDS_15 |
15 bands
|
EQ_BANDS_25 |
25 bands
|
EQ_BANDS_31 |
31 bands
|
Constructor & Destructor Documentation
Constructs an empty equalizer settings (0 dB, disabled)
- Parameters:
-
bands | - Number of bands (supported: 10, 15, 25, 31) |
Member Function Documentation
double gain |
( |
int |
chan | ) |
const |
Returns gain of the channel number chan.
Returns true if equalizer os enabled, otherwise returns false.
Returns true if equalizer settins s is not equal to this settings; otherwise returns false.
Assigns equalizer settings s to this settings.
Returns true if equalizer settins s is equal to this settings; otherwise returns false.
Returns equalizer preamp.
Enables equalizer if enabled
is true or disables it if enabled
is false.
void setGain |
( |
int |
band, |
|
|
double |
gain |
|
) |
| |
Sets gain of the equalizer channel.
- Parameters:
-
band | Number of equalizer band. |
gain | Channel gain (-20.0..20.0 dB) |
Sets equalizer preamp to preamp.
The documentation for this class was generated from the following file: