Copyright © 2005-2019 MultiMedia Soft

VideoPlayer.IsDirectShowAvail 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 class section.

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

 

 

Syntax

 

[Visual Basic]

Public Function IsDirectShowAvail (

) as Boolean


 

[C#]

public bool IsDirectShowAvail (

);


 

[C++]

public: bool IsDirectShowAvail (

);


 

 

Return value

 

Value

Meaning

 

 

false

DirectShow components are not installed inside the system

true

DirectShow components are installed inside the system