VideoPlayer.FullscreenMonitorNameGet method |
|
Remarks
Obtains the name assigned by the system to the given monitor.
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 FullscreenMonitorNameGet ( nMonitorIndex as Int32 ) as String |
[C#] public string FullscreenMonitorNameGet ( Int32 nMonitorIndex ); |
[C++] public: string FullscreenMonitorNameGet ( Int32 nMonitorIndex ); |
Parameter |
Description |
|
|
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 |
|
|
Empty string |
The value of the nMonitorIndex parameter was out of range. Use the value returned by the VideoPlayer.FullscreenMonitorCountGet method in order to know how many monitors are actually installed inside the system. |
Valid string |
The string containing the name assigned by the system to the given monitor. |