EqualizerIsEnabled method |
|
Remarks
Verifies if the equalizer has been enabled on the given player through the EqualizerEnable method.
For further details about defining the equalizer settings refer to the How to create and use an Equalizer section.
Syntax
[Visual Basic] control.EqualizerIsEnabled ( bEnabled as enumBoolean ) as enumErrorCodes |
[C++] short control.EqualizerIsEnabled ( long *bEnabled ); |
Parameter |
Description |
|||||||||
|
|
|||||||||
bEnabled |
Reference that, on return from the method call, will contain the boolean value specifying if the equalizer is currently enabled. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The call was successful. |