BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelGetInfo Method (Int32)BASS.NET API for the Un4seen BASS Audio Library
Retrieves information on a video channel.

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

public static BASS_DSHOW_CHANNELINFO BASS_DSHOW_ChannelGetInfo(
	int handle
)

Parameters

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

Return Value

Type: BASS_DSHOW_CHANNELINFO
A BASS_DSHOW_CHANNELINFO instance containing the video info.
See Also

Reference