BASS.NET API for the Un4seen BASS Audio Library

BassCdgBASS_CDG_SetVideoWindow Method

BASS.NET API for the Un4seen BASS Audio Library
Sets the window handle to use with the CDG stream (for the graphics output).

Namespace:  Un4seen.Bass.AddOn.Cdg
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

[DllImportAttribute("bass_cdg")]
public static void BASS_CDG_SetVideoWindow(
	int handle,
	IntPtr win
)

Parameters

handle
Type: SystemInt32
The CDG channel handle (HSTREAM).
win
Type: SystemIntPtr
The window handle of the control which should be used to display the CDG graphics output.
See Also

Reference