BASS_ChannelRemoveFX
Removes a DSP effect on a stream, MOD music, or recording channel.
BOOL BASS_ChannelRemoveFX( |
Parameters
handle | The channel handle... a HSTREAM, HMUSIC, or HRECORD |
fx |
Handle of the effect to remove from the channel |
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 |
BASS_ERROR_ILLPARAM | An illegal parameter was specified |
See also
BASS_ChannelSetFX,
BASS_FXSetParameters,
BASS_FXGetParameters,
BASS_FXReset