VideoPlayer.IsDirectShowAvail method |
|
Remarks
Checks if DirectShow components are installed inside the system.
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.VideoPlayer.IsDirectShowAvail ( ) as Boolean |
[C++] BOOL control.VideoPlayer.VideoPlayer.IsDirectShowAvail ( ); |
Return value
Value |
Meaning |
|
|
FALSE |
DirectShow components are not installed inside the system |
TRUE |
DirectShow components are installed inside the system |