WMA syncs

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

Sync types, with param and SYNCPROC data definitions.

BASS_SYNC_WMA_META
mixtime only
Sync when a mid-stream tag (script) is encountered in a WMA stream. The tag is available from BASS_ChannelGetTags (BASS_TAG_WMA_META).
param : not used. data : not used.
BASS_SYNC_WMA_CHANGE
mixtime only
Sync on a track change in a server-side playlist. Updated tags are available via BASS_ChannelGetTags.
param : not used. data : not used.