Method | Description | |
---|---|---|
FilterInfoCollection ( System.Guid category ) : System |
Initializes a new instance of the FilterInfoCollection class. Build collection of filters' information objects for the specified filter category. |
|
this ( int index ) : FilterInfo |
Get filter information object.
|
Method | Description | |
---|---|---|
CollectFilters ( System.Guid category ) : void |
public FilterInfoCollection ( System.Guid category ) : System | ||
category | System.Guid | Guid of DirectShow filter category. See |
return | System |
public this ( int index ) : FilterInfo | ||
index | int | Index of filter information object to retrieve. |
return | FilterInfo |