Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
EqualizerSaveToFile method 
 
Remarks 
 
Saves current settings of the equalizer into an EDJ file. 
EDJ files are in XML format and contain settings for defining a set of pre-defined equalizer bands: EDJ files can be loaded at a later time into the control's equalizer through a call to the EqualizerLoadFromFile method. 
 
For further details about defining the equalizer settings refer to the How to create and use an Equalizer section. 
 
 
Syntax 
 
[Visual Basic] 
control.EqualizerSaveToFile
nPlayer as Integer, 
strPathname as String 
 
[C++] 
short control.EqualizerSaveToFile
short nPlayer
LPCTSTR strPathname 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the involved player
strPathname
String containing the 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