|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.SetEAXEffectWetDryMix (
nPlayer as Integer,
fWetDryMixRatio as Single
) as enumErrorCodes
|
|
[C++]
short control.SetEAXEffectWetDryMix (
short nPlayer,
float fWetDryMixRatio
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|
fWetDryMixRatio
|
Floating point value representing the wet/dry mix ratio.
The value is expressed in percentage and can assume values from 0 to 100.
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful
|