Removes a synchronizer from a MOD music or stream channel.
BOOL WINAPI BASS_ChannelRemoveSync( |
Parameters
handle | The channel handle... a HMUSIC or HSTREAM. |
sync | Handle of the synchronizer to remove. |
Return value
If succesful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_HANDLE | Atleast one of handle and dsp is not valid. |
See also
BASS_ChannelSetSync