Sets a synchronization callback for a mixer channel.
Note: The handle of the decode channel must be passed in parameter.
Declaration Syntax
public int SetSync(
int handle,
BASSSync type,
long param,
SYNCPROC syncProc
)
Public Function SetSync ( _
handle As Integer, _
type As BASSSync, _
param As Long, _
syncProc As SYNCPROC _
) As Integer
Parameters
- handle (Int32)
- Decode channel handle
- type (BASSSync)
- Sync type
- param (Int64)
- Parameter (depends on sync type)
- syncProc (SYNCPROC)
- Instance of the synchronization callback
Return Value
Synchronization callback handle
Assembly:
MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)