BASS.NET API for the Un4seen BASS Audio Library

BassCdgBASS_CDG_GetCurrentBitmap Method

BASS.NET API for the Un4seen BASS Audio Library
Gets the current bitmap of the CDG stream (for 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 IntPtr BASS_CDG_GetCurrentBitmap(
	int handle
)

Parameters

handle
Type: SystemInt32
The CDG channel handle (HSTREAM).

Return Value

Type: IntPtr
The attached windows GDI handle of the bitmap image object.
See Also

Reference