Previous Topic Index Next Topic
[API function]

FSOUND_FX_Disable

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

See Also

FSOUND_FX_Enable , FSOUND_FX_SetChorus , FSOUND_FX_SetCompressor , FSOUND_FX_SetDistortion , FSOUND_FX_SetEcho , FSOUND_FX_SetFlanger , FSOUND_FX_SetGargle , FSOUND_FX_SetI3DL2Reverb , FSOUND_FX_SetParamEQ , FSOUND_FX_SetWavesReverb

This document copyright ©Firelight Technologies, Pty, Ltd, 1999-2002. All rights reserved.
Generated Thu Dec 15 17:31:29 2005 by SourceDoc v0.10, the automated source code documenter.