Copyright © 2001-2019 MultiMedia Soft

VideoPlayer.IsVideoStreamAvailable method

Previous pageReturn to chapter overviewNext page

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 object section.

For details about video clips rendering refer to the How to play video files through DirectShow tutorial.

 

 

Syntax

 

[Visual Basic]

control.VideoPlayer.IsVideoStreamAvailable (

nPlayer as Integer

) as Boolean


 

[C++]

BOOL control.VideoPlayer.IsVideoStreamAvailable (

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 a video stream

TRUE

The loaded video clip contains a video stream