BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_MIXChannelResize Method BASS.NET API for the Un4seen BASS Audio Library
Resizes a mixing channel

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_MIXChannelResize")]
public static bool BASS_DSHOW_MIXChannelResize(
	int handle,
	int layer,
	int left,
	int top,
	int right,
	int bottom
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
layer
Type: SystemInt32
The video layer (0...15).
left
Type: SystemInt32
The left position of the video.
top
Type: SystemInt32
The top position of the video.
right
Type: SystemInt32
The right position of the video.
bottom
Type: SystemInt32
The bottom position of the video.

Return Value

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

Reference