MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
SetSync Method (type, param, syncProc)
NamespacesMPfm.Sound.BassNetWrapperChannelSetSync(BASSSync, Int64, SYNCPROC)
Sets a synchronization callback.
Declaration Syntax
C#Visual Basic
public int SetSync(
	BASSSync type,
	long param,
	SYNCPROC syncProc
)
Public Function SetSync ( _
	type As BASSSync, _
	param As Long, _
	syncProc As SYNCPROC _
) As Integer
Parameters
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)