BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelSetAttribute Method BASS.NET API for the Un4seen BASS Audio Library
Sets an attribute value to a HSTREAM.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ChannelSetAttribute")]
public static void BASS_DSHOW_ChannelSetAttribute(
	int handle,
	BASSDSHOWAttribute attrib,
	float newvalue
)

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.
newvalue
Type: SystemSingle
The new attribute value.
Remarks

Use BASS_DSHOW_ErrorGetCode to get the error code.
See Also

Reference