BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelGetStream Method BASS.NET API for the Un4seen BASS Audio Library
Gets information about a video stream.

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

public static BASS_DSHOW_STREAMS BASS_DSHOW_ChannelGetStream(
	int handle,
	int index
)

Parameters

handle
Type: SystemInt32
The video channel handle (as e.g. returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
index
Type: SystemInt32
The zero-based stream index to retrieve the info from (use BASS_DSHOW_ChannelStreamsCount(Int32) to get the number of streams).

Return Value

Type: BASS_DSHOW_STREAMS
If an error occurred then is returned, else the BASS_DSHOW_STREAMS instance is returned (use BASS_DSHOW_ErrorGetCode to get the error code).
See Also

Reference