MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
RemoveSync Method (handle, syncHandle)
NamespacesMPfm.Sound.BassNetWrapperMixerChannelRemoveSync(Int32, Int32)
Removes 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 void RemoveSync(
	int handle,
	int syncHandle
)
Public Sub RemoveSync ( _
	handle As Integer, _
	syncHandle As Integer _
)
Parameters
handle (Int32)
Decode channel handle
syncHandle (Int32)
Handle to the synchronization callback

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)