Copyright © 2011-2019 MultiMedia Soft

Effects.EqualizerBandRemove method

Previous pageReturn to chapter overviewNext page

Remarks

 

Removes the band related to a given frequency from 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 EffectsMan class.

 

 

Syntax

 

[Visual Basic]

Public Function EqualizerBandRemove (

fFrequency as float

) as float


 

[C#]

public float EqualizerBandRemove (

float fFrequency

);


 

[C++]

public: float EqualizerBandRemove (

float fFrequency

);


 

 

Parameter

Description

 

 

fFrequency

Frequency, expressed in Hertz, of the band to remove from the equalizer

 

 

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.