Effects.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.
See the How to apply special effects to a playing sound section for further details.
Syntax
[Visual Basic] control.Effects.EqualizerBandCountGet ( nPlayer as Integer, nCount as Integer ) as enumErrorCodes |
[C++] short control.Effects.EqualizerBandCountGet ( short nPlayer, short *nCount ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player |
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. |