User defined synchronizer callback function.
void CALLBACK YourSyncProc( |
Parameters
handle | The sync that has occured. |
channel | The channel that the sync occured on. |
data | Additional data associated with the sync's occurance. |
user | The user instance data given when BASS_ChannelSetSync was called. |
Remarks
A sync callback function should be very quick (eg. just posting a message) as other syncs can't be processed until it has finished.
See also
BASS_ChannelSetSync