Disables effect processing for ALL effects on the specified channel.
signed char F_API FSOUND_FX_Disable( int channel );
Parameters
channel
Channel number/handle to disable all fx for.
Return Value
On success, TRUE is returned.
On failure, FALSE is returned.
Remarks
FSOUND_ALL is supported. Passing this will disable fx on ALL channels available.
This command can only be issued while the channel is paused or stopped.
___________________
Supported on the following platforms : Win32