BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelGetInfo Method (Int32, BASS_DSHOW_CHANNELINFO)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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ChannelGetInfo")]
public static void BASS_DSHOW_ChannelGetInfo(
	int handle,
	out BASS_DSHOW_CHANNELINFO info
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
info
Type: Un4seen.Bass.AddOn.DShowBASS_DSHOW_CHANNELINFO
BASS_DSHOW_CHANNELINFO instance where to store the channel information at.
See Also

Reference