

Public Member Functions | |
| EqualizerBands (intf_thread_t *pIntf) | |
| virtual | ~EqualizerBands () |
| void | set (string bands) |
| Set the equalizer bands from a configuration string, e.g. | |
| VariablePtr | getBand (int band) |
| Return the variable for a specific band. | |
Static Public Attributes | |
| static const int | kNbBands = 10 |
| Number of bands. | |
| EqualizerBands::EqualizerBands | ( | intf_thread_t * | pIntf | ) |
References Subject< S, ARG >::addObserver(), i, kNbBands, and VarPercent::set().
| void EqualizerBands::set | ( | string | bands | ) |
Set the equalizer bands from a configuration string, e.g.
"1 5.2 -3.6 0 0 2.5 0 0 0 0"
Referenced by CmdSetEqBands::execute().
| VariablePtr EqualizerBands::getBand | ( | int | band | ) |
const int EqualizerBands::kNbBands = 10 [static] |
1.5.6