|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function SetEAXEffectPresets (
nOutputIndex as Int16,
nEffect as enumEaxEffects
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes SetEAXEffectPresets (
Int16 nOutputIndex,
enumEaxEffects nEffect
);
|
|
[C++]
public: enumErrorCodes SetEAXEffectPresets (
Int16 nOutputIndex,
enumEaxEffects nEffect
);
|
|
Parameter
|
Description
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
nOutputIndex
|
Number representing the zero-based index of the output device that will be affected by EAX settings
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
nEffect
|
Numeric value that determines the effect to apply.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|