Effects.EqualizerLoadPresets method |
|
Remarks
Loads a WinAmp™ preset into the equalizer.
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.EqualizerLoadPresets ( nPlayer as Integer, nPreset as enumEqualizerPresets ) as enumErrorCodes |
[C++] short control.Effects.EqualizerLoadPresets ( short nPlayer, short nPreset ); |
Parameter |
Description |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
nPlayer |
Number representing the zero-based index of the involved player |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
nPreset |
Preset identifier. Supported values are the following:
|
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. |