Filter Class

DirectX.Capture

DirectX.Capture Class Library

Filter Class

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

public class Filter : IComparable

Remarks

To save a chosen filer for later recall save the MonikerString property on the filter:

string savedMonikerString = myFilter.MonikerString;
To recall the filter create a new Filter class and pass the string to the constructor:
Filter mySelectedFilter = new Filter( savedMonikerString );

Requirements

Namespace: DirectX.Capture Namespace

Assembly: DirectX.Capture.dll

See Also

Filter Members | DirectX.Capture Namespace