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 object section.
For details about video clips rendering refer to the How to play video files through DirectShow tutorial.
Syntax
[Visual Basic] control.VideoPlayer.AudioMultiStreamCheck ( nPlayer as Integer ) as Boolean |
[C++] BOOL control.VideoPlayer.AudioMultiStreamCheck ( short nPlayer ); |
Parameter |
Description |
|
|
nPlayer |
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 |