BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelSetWindow Method BASS.NET API for the Un4seen BASS Audio Library
Sets s video window handle.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ChannelSetWindow")]
public static void BASS_DSHOW_ChannelSetWindow(
	int handle,
	int window,
	IntPtr hWnd
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
window
Type: SystemInt32
A valid window handle (as returned by BASS_DSHOW_ChannelAddWindow(Int32, IntPtr)) or 0 for the main video window.
hWnd
Type: SystemIntPtr
A valid window handle.
See Also

Reference