Copyright © 2001-2011 MultiMedia Soft

EqualizerBandGetFrequency method

Previous pageReturn to chapter overviewNext page

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