VideoPlayer.VideoTransformIsAvailable method |
|
Remarks
Reports if the video transform filter, used for image adjusting, has been inserted correctly inside the DirectShow filter graph.
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 VideoTransformIsAvailable ( nPlayerIndex as Int16 ) as Boolean |
[C#] public bool VideoTransformIsAvailable ( Int16 nPlayerIndex ); |
[C++] public: bool VideoTransformIsAvailable ( 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 transform filter is not available |
true |
The transform filter is available |