Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
EqualizerBandGetCount method 
 
Remarks 
 
Obtains the number of bands actually added to 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
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents