Copyright © 2006-2020 MultiMedia Soft

EqualizerBandFrequencyGet 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.EqualizerBandFrequencyGet (

nIndex as Long,

fFrequency as Single

) as Single


 

[C++]

float control.EqualizerBandFrequencyGet (

long nIndex,

float *fFrequency

);


 

 

Parameter

Description

 

 

nIndex

Zero-based index of the equalizer's band

fFrequency

Reference that, on return from the method call, will contain the current frequency, expressed in Hertz, of the given band

 

 

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.