BASS.NET API for the Un4seen BASS Audio LibraryVIDEOSYNCPROC DelegateBASS.NET API for the Un4seen BASS Audio Library
User defined synchronizer callback function (see BASS_DSHOW_ChannelSetSync(Int32, VIDEOSYNCPROC, IntPtr) for details).

Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax

public delegate void VIDEOSYNCPROC(
	int channel,
	BASSDSHOWSync sync,
	int data,
	IntPtr user
)

Parameters

channel
Type: SystemInt32
The channel that the sync applies to.
sync
Type: Un4seen.Bass.AddOn.DShowBASSDSHOWSync
The sync occurred (one of BASSDSHOWSync).
data
Type: SystemInt32
The data associated with the sync (see BASSDSHOWSync for details).
user
Type: SystemIntPtr
The user instance data given when BASS_DSHOW_ChannelSetSync(Int32, VIDEOSYNCPROC, IntPtr) was called.
See Also

Reference