VideoPlayer.FiltersInGraphHasPropertyPage method |
|
Remarks
Checks if a specific DirectShow filter available inside the filters graph of the loaded video clip has a property page that may be eventually displayed through the VideoPlayer.FiltersInGraphShowPropertyPage method.
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 FiltersInGraphHasPropertyPage ( nPlayerIndex as Int16, nFilterIndex as Int16 ) as Boolean |
[C#] public bool FiltersInGraphHasPropertyPage ( Int16 nPlayerIndex, Int16 nFilterIndex ); |
[C++] public: bool FiltersInGraphHasPropertyPage ( Int16 nPlayerIndex, Int16 nFilterIndex ); |
Parameter |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the player that will use the video player. |
nFilterIndex |
Number representing the zero-based index of the DirectShow filter. The total number of instanced DirectShow filters can be obtained using the VideoPlayer.FiltersInGraphGetCount method. |
Return value
Value |
Meaning |
|
|
false |
The given filter doesn't have a property page |
true |
The given filter has a property page |