Removes a synchronizer from a MOD music, stream or recording channel.
BOOL BASS_ChannelRemoveSync(
DWORD handle,
HSYNC sync
);
| handle | The channel handle... a HMUSIC, HSTREAM or HRECORD. |
| sync | Handle of the synchronizer to remove. |
| BASS_ERROR_HANDLE | At least one of handle and sync is not valid. |