BASS_ChannelRemoveFX
Removes an effect on a stream, MOD music, or recording channel.
BOOL BASS_ChannelRemoveFX(
DWORD handle,
HFX fx
);
Parameters
handle | The channel handle... a HSTREAM, HMUSIC, or HRECORD.
|
fx | Handle of the effect to remove from the channel. This can also be an HDSP handle to remove a DSP function. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_HANDLE | At least one of handle and fx is not valid.
|
Remarks
BASS_ChannelRemoveDSP can also be used to remove effects.
See also
BASS_ChannelSetFX