Copyright © 2008-2019 MultiMedia Soft

Effects.EqualizerSave method

Previous pageReturn to chapter overviewNext page

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 Effects.EqualizerLoad method.

 

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

strPathname as string

) as enumErrorCodes


 

[C#]

public enumErrorCodes EqualizerSave (

string strPathname

);


 

[C++]

public: enumErrorCodes EqualizerSave (

string strPathname

);


 

 

Parameter

Description

 

 

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.ERR_NOERROR (0)

The method call was successful.