Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
EqualizerReset method 
 
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 create and use an Equalizer section. 
 
 
Syntax 
 
[Visual Basic] 
control.EqualizerReset
nPlayer as Integer 
 
[C++] 
short control.EqualizerReset
short nPlayer 
);
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
strPathname
Absolute pathname of the destination EDJ file
 
 
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.
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents