VideoPlayer.ImageAdjustIsEnabled 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 ImageAdjustIsEnabled ( nPlayerIndex as Int16 ) as Boolean |
[C#] public bool ImageAdjustIsEnabled ( Int16 nPlayerIndex ); |
[C++] public: bool ImageAdjustIsEnabled ( 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 |
Image adjustment of video frames is disabled |
true |
Image adjustment of video frames is enabled |