Copyright © 2008-2019 MultiMedia Soft

Effects.EqualizerBandGetParams method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains parameters related to a given band of the equalizer.

 

For further details about defining the equalizer settings refer to the How to define an equalizer section.

For further details about methods related to the use of special effects refer to the Effects COM object.

 

 

Syntax

 

[Visual Basic]

control.Effects.EqualizerBandGetParams (

fFrequency as Single,

fBandWidth as Single,

fGain as Single

) as Single


 

[C++]

float control.Effects.EqualizerBandGetParams (

float fFrequency,

float *fBandWidth,

float *fGain

);


 

 

Parameter

Description

 

 

fFrequency

Frequency of the band expressed in Hertz

fBandWidth

Reference that, on return from the method call, will contain the width of the band expressed in semi-tones

fGain

Reference that, on return from the method call, will contain the gain of the band expressed in dB

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.