BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelResizeWindow Method BASS.NET API for the Un4seen BASS Audio Library
Resizes the rendering of a video stream to a new size.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ChannelResizeWindow")]
public static void BASS_DSHOW_ChannelResizeWindow(
	int handle,
	int window,
	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)).
window
Type: SystemInt32
A valid window handle (as returned by BASS_DSHOW_ChannelAddWindow(Int32, IntPtr)) to resize or 0(zero) for the main video window.
left
Type: SystemInt32
The left coordinate.
top
Type: SystemInt32
The top coordinate.
right
Type: SystemInt32
The right coordinate.
bottom
Type: SystemInt32
The bottom coordinate.
See Also

Reference