EqualizerBandCountGet method |
|
Remarks
Obtains the number of bands currently available inside 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.EqualizerBandCountGet ( nCount as Integer ) as enumErrorCodes |
[C++] short control.EqualizerBandCountGet ( short *nCount ); |
Parameter |
Description |
|
|
nCount |
Reference that, on return from the method call, will contain the number of bands available inside the equalizer |
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. |