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.EqualizerBandGetCount (
nPlayer as Integer
) as Long
|
|
[C++]
long control.EqualizerBandGetCount (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
Value >= 0
|
Number of bands available inside the equalizer
|
|