BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelGetAttribute Method BASS.NET API for the Un4seen BASS Audio Library
Gets an attribute value from a HSTREAM.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ChannelGetAttribute")]
public static float BASS_DSHOW_ChannelGetAttribute(
	int handle,
	BASSDSHOWAttribute attrib
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
attrib
Type: Un4seen.Bass.AddOn.DShowBASSDSHOWAttribute
One of the BASSDSHOWAttribute values.

Return Value

Type: Single
If successful, the current attribute value is returned - else 0 is returned (use BASS_DSHOW_ErrorGetCode to get the error code).
See Also

Reference