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 object section.
For details about video clips rendering refer to the How to play video files through DirectShow tutorial.
Syntax
[Visual Basic] control.VideoPlayer.FullscreenMonitorNameGet ( nMonitorIndex as Integer ) as String |
[C++] LPCTSTR control.VideoPlayer.FullscreenMonitorNameGet ( short 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. |