|
FilterInfoGetPropertyPages Method
|
Gets the supported property pages for the filter, if any.
Namespace:
Accord.Video.DirectShow
Assembly:
Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntaxpublic static Guid[] GetPropertyPages(
string filterMoniker
)
Public Shared Function GetPropertyPages (
filterMoniker As String
) As Guid()
Request Example
View SourceParameters
- filterMoniker
- Type: SystemString
The filter moniker.
Return Value
Type:
Guid
See Also