C# Class Accord.Video.DirectShow.FilterInfo

DirectShow filter information.
Inheritance: IComparable
Show file Open project: accord-net/framework

Public Methods

Method Description
CompareTo ( object value ) : int

Compare the object with another instance of this class.

CreateFilter ( string filterMoniker ) : object

Create an instance of the filter.

The returned filter's object should be released using Marshal.ReleaseComObject().

FilterInfo ( string monikerString ) : System

Initializes a new instance of the FilterInfo class.

Private Methods

Method Description
FilterInfo ( IMoniker moniker ) : System

Initializes a new instance of the FilterInfo class.

GetMonikerString ( IMoniker moniker ) : string
GetName ( IMoniker moniker ) : string
GetName ( string monikerString ) : string

Method Details

CompareTo() public method

Compare the object with another instance of this class.
public CompareTo ( object value ) : int
value object Object to compare with.
return int

CreateFilter() public static method

Create an instance of the filter.
The returned filter's object should be released using Marshal.ReleaseComObject().
public static CreateFilter ( string filterMoniker ) : object
filterMoniker string Filter's moniker string.
return object

FilterInfo() public method

Initializes a new instance of the FilterInfo class.
public FilterInfo ( string monikerString ) : System
monikerString string Filters's moniker string.
return System