Represents a DirectShow filter (e.g. video capture device, compression codec).
For a list of all members of this type, see Filter Members.
System.Object
Filter
To save a chosen filer for later recall save the MonikerString property on the filter:
To recall the filter create a new Filter class and pass the string to the constructor:string savedMonikerString = myFilter.MonikerString;
Filter mySelectedFilter = new Filter( savedMonikerString );
Namespace: DirectX.Capture Namespace
Assembly: DirectX.Capture.dll
Filter Members | DirectX.Capture Namespace