MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SetSync Method (handle, type, param, syncProc)
NamespacesMPfm.Sound.BassNetWrapperMixerChannelSetSync(Int32, BASSSync, Int64, SYNCPROC)
Sets a synchronization callback for a mixer channel.

Note: The handle of the decode channel must be passed in parameter.

Declaration Syntax
C#Visual Basic
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)