EqualizerEnable method |
|
Remarks
Enables/disables the equalizer.
For further details about defining the equalizer settings refer to the How to create and use an Equalizer section.
Syntax
[Visual Basic] control.EqualizerEnable ( bEnable as enumBoolean ) as enumErrorCodes |
[C++] short control.EqualizerEnable ( short bEnable ); |
Parameter |
Description |
|||||||||
|
|
|||||||||
bEnable |
Boolean value that specifies if the equalizer must be enabled or disabled. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.NOERROR (0) |
The method call was successful. |