CD syncs

Syncs are set on CD streams in exactly the same way as on any other stream, using BASS_ChannelSetSync. Besides the standard stream sync types, CD streams also support the following types of sync.

Sync types, with param and SYNCPROC data definitions.

BASS_SYNC_CD_ERROR
mixtime only
Sync when a read error occurs.
param : not used. data : the position that the read error occurred.
BASS_SYNC_CD_SPEED
mixtime only
Sync when the read speed is automatically changed due to the BASS_CONFIG_CD_AUTOSPEED setting.
param : not used. data : the new read speed.