BASSmix

BASS_Mixer_ChannelRemoveSync


Removes a synchronizer from a mixer source channel.

BOOL BASS_Mixer_ChannelRemoveSync(
    DWORD handle,
    HSYNC sync
);

Parameters

handleThe channel handle.
syncHandle of the synchronizer to remove.

Return value

If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLEAt least one of handle and sync is not valid.

Remarks

This function can only remove syncs that were set via BASS_Mixer_ChannelSetSync, not those that were set via BASS_ChannelSetSync.

See also

BASS_Mixer_ChannelSetSync

BASS_ChannelRemoveSync