BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelSetSync Method BASS.NET API for the Un4seen BASS Audio Library
Sets up a synchronizer on a video channel.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ChannelCallBackSync")]
public static bool BASS_DSHOW_ChannelSetSync(
	int handle,
	VIDEOSYNCPROC proc,
	IntPtr user
)

Parameters

handle
Type: SystemInt32
The video channel handle (as e.g. returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
proc
Type: Un4seen.Bass.AddOn.DShowVIDEOSYNCPROC
The callback function which should be invoked with the sync.
user
Type: SystemIntPtr
User instance data to pass to the callback function.

Return Value

Type: Boolean
If an error occurred then is returned, else is returned (use BASS_DSHOW_ErrorGetCode to get the error code).
See Also

Reference