VideoPlayer.IsVideoStreamAvailable method |
|
Remarks
Checks if the loaded media file contains a video stream.
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 IsVideoStreamAvailable ( nPlayerIndex as Int16 ) as Boolean |
[C#] public bool IsVideoStreamAvailable ( Int16 nPlayerIndex ); |
[C++] public: bool IsVideoStreamAvailable ( Int16 nPlayerIndex ); |
Parameter |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the player that will use the video player. |
Return value
Value |
Meaning |
|
|
false |
The loaded video clip doesn't contain a video stream |
true |
The loaded video clip contains a video stream |