IMVSCFullScreen
The IMVSCFullScreen Interface from the MontiVision Smart Control provides methods to support fullscreen video rendering. The control can display the video stream in full screen resolution on any available monitor.
Methods:
| FullScreen | Controls the full screen mode for the video window. |
| Monitor | Sets the monitor for full screen support. |
| MonitorCount | Count of available monitors. |
Typelib: MV SmartControl
Property IMVSCFullScreen::FullScreen
Declaration: Property Get/Put FullScreen As BooleanControls the full screen mode for the video window.
Prototype:HRESULT put_FullScreen(BOOL);
HRESULT get_FullScreen(BOOL*);
Property IMVSCFullScreen::Monitor
Declaration: Property Get/Put Monitor As LongSets the monitor for full screen video rendering.
Prototype:HRESULT put_Monitor(LONG);
HRESULT get_Monitor(LONG*);
Property IMVSCFullScreen::MonitorCount
Declaration: Property Get MonitorCount As LongCount of available monitors.
Prototype:HRESULT put_MonitorCount(LONG);
HRESULT get_MonitorCount(LONG*);