Effects.ChannelsRemapReset method |
|
Remarks
Resets the channels remapping effect previously set through a call to the Effects.ChannelsRemapApply method on the given player.
See the How to apply special effects to a playing sound section for further details.
Syntax
[Visual Basic] control.Effects.ChannelsRemapReset ( nPlayer as Integer ) as enumErrorCodes |
[C++] short control.Effects.ChannelsRemapReset ( short nPlayer ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The call was successful. |