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 class section.
For details about video clips rendering refer to the How to play video files through DirectShow tutorial.
Syntax
[Visual Basic] Public Function FullscreenMonitorIsActivated ( nPlayerIndex as Int16, nMonitorIndex as Int32 ) as Boolean |
[C#] public bool FullscreenMonitorIsActivated ( Int16 nPlayerIndex, Int32 nMonitorIndex ); |
[C++] public: bool FullscreenMonitorIsActivated ( Int16 nPlayerIndex, Int32 nMonitorIndex ); |
Parameter |
Description |
|
|
nPlayerIndex |
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 |