Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
EqualizerBandGetFrequency method 
 
Remarks 
 
Obtains the frequency of a given equalizer's band. 
 
For further details about defining the equalizer settings refer to the How to create and use an Equalizer section. 
 
 
Syntax 
 
[Visual Basic] 
control.EqualizerBandGetFrequency
nPlayer as Integer, 
nIndex as Long 
) as Single
 
[C++] 
float control.EqualizerBandGetFrequency
short nPlayer
long nIndex 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
nIndex
Zero-based index of the equalizer's band
 
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
Value >= 0
The current frequency, expressed in Hertz, of the given band
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents