BASS_FXFree
Frees an effect or DSP function.
BOOL BASS_FXFree(
DWORD handle
);
Parameters
handle | The DSP/FX handle... a HDSP or HFX. |
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_HANDLE | handle is not valid.
|
Remarks
This function does the same thing as BASS_ChannelRemoveFX and BASS_ChannelRemoveDSP but does not require the host channel's handle.
See also
BASS_ChannelSetDSP, BASS_ChannelSetFX