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 object section.
For details about video clips rendering refer to the How to play video files through DirectShow tutorial.
Syntax
[Visual Basic] control.VideoPlayer.FiltersInGraphHasPropertyPage ( nPlayer as Integer, nFilterIndex as Integer ) as Boolean |
[C++] BOOL control.VideoPlayer.FiltersInGraphHasPropertyPage ( short nPlayer, short nFilterIndex ); |
Parameter |
Description |
|
|
nPlayer |
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 |