Copyright © 2008-2019 MultiMedia Soft

Effects.EqualizerReset method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resets all of the bands available inside the equalizer to gain 0.

 

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 EqualizerReset (

) as enumErrorCodes


 

[C#]

public enumErrorCodes EqualizerReset (

);


 

[C++]

public: enumErrorCodes EqualizerReset (

);


 

 

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.