BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelGetBitmapPtr Method BASS.NET API for the Un4seen BASS Audio Library
Retrieves the current video frame.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ChannelGetBitmap")]
public static IntPtr BASS_DSHOW_ChannelGetBitmapPtr(
	int handle
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).

Return Value

Type: IntPtr
If successful, a pointer to an image (HBITMAP) is returned, else IntPtr.Zero is returned. Use BASS_DSHOW_ErrorGetCode to get the error code.
Remarks

If the current video renderer is the NULL one, or a stream don't have video then a NULL value will be returned.
See Also

Reference