Copyright © 2001-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.

If you should simply need to disable the equalizer use the Effects.EqualizerEnable method with bEnable parameter set to BOOL_FALSE.

 

For further details about defining the equalizer settings refer to the How to create and use an Equalizer section.

See the How to apply special effects to a playing sound section for further details.

 

 

Syntax

 

[Visual Basic]

control.Effects.EqualizerReset (

nPlayer as Integer

) as enumErrorCodes


 

[C++]

short control.Effects.EqualizerReset (

short nPlayer

);


 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

 

 

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.