VideoPlayer.AudioMultiStreamCheck method |
|
Remarks
Checks if the loaded video has more than one audio 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 AudioMultiStreamCheck ( nPlayerIndex as Int16 ) as Boolean |
[C#] public bool AudioMultiStreamCheck ( Int16 nPlayerIndex ); |
[C++] public: bool AudioMultiStreamCheck ( 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 multiple audio streams |
true |
The loaded video clip contains multiple audio streams |