C# Class DirectX.Capture.FilterCollection

A collection of Filter objects (DirectShow filters). This is used by the Capture class to provide lists of capture devices and compression filters. This class cannot be created directly.
Inheritance: System.Collections.CollectionBase
Exibir arquivo Open project: parhansson/KMotionX Class Usage Examples

Public Methods

Method Description
this ( int index ) : Filter

Get the filter at the specified index.

Protected Methods

Method Description
getFilters ( System.Guid category ) : void

Populate the InnerList with a list of filters from a particular category

Private Methods

Method Description
FilterCollection ( System.Guid category ) : System

Populate the collection with a list of filters from a particular category.

Method Details

getFilters() protected method

Populate the InnerList with a list of filters from a particular category
protected getFilters ( System.Guid category ) : void
category System.Guid
return void

this() public method

Get the filter at the specified index.
public this ( int index ) : Filter
index int
return Filter