BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelSetFullscreen Method BASS.NET API for the Un4seen BASS Audio Library
Toggles the rendering of a video stream between full screen (on/off).

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_ChannelSetFullscreen")]
public static void BASS_DSHOW_ChannelSetFullscreen(
	int handle,
	bool fullScreen
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
fullScreen
Type: SystemBoolean
to toggle the rendering to full screen - to turn full screen rendering off.
See Also

Reference