Copyright © 2005-2019 MultiMedia Soft

VideoPlayer.IsAudioStreamAvailable method

Previous pageReturn to chapter overviewNext page

Remarks

 

Checks if the loaded media file contains an 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 IsAudioStreamAvailable (

nPlayerIndex as Int16

) as Boolean


 

[C#]

public bool IsAudioStreamAvailable (

Int16 nPlayerIndex

);


 

[C++]

public: bool IsAudioStreamAvailable (

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 an audio stream

true

The loaded video clip contains an audio stream