VideoPlayer.FullscreenMonitorIsActivated method |
|
Remarks
Checks if the given monitor is actually rendering the loaded video clip in full screen after a previous call to the VideoPlayer.FullscreenMonitorActivate method..
For details about full screen management refer to the How to render video clips in full screen tutorial.
For further details about the use of the embedded video player see the VideoPlayer object section.
For details about video clips rendering refer to the How to play video files through DirectShow tutorial.
Syntax
[Visual Basic] control.VideoPlayer.FullscreenMonitorIsActivated ( nPlayer as Integer, nMonitorIndex as Integer ) as Boolean |
[C++] BOOL control.VideoPlayer.FullscreenMonitorIsActivated ( short nPlayer, short nMonitorIndex ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the player that will use the video player. |
nMonitorIndex |
Number representing the zero-based index of the monitor. The total number of installed monitors can be obtained using the VideoPlayer.FullscreenMonitorCountGet method. |
Return value
Value |
Meaning |
|
|
FALSE |
The given monitor is not rendering in full screen |
TRUE |
The given monitor is rendering in full screen |