C# Class ScreenToGif.Webcam.DirectX.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
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Méthode Description
this ( int index ) : Filter

Get the filter at the specified index.

Méthodes protégées

Méthode Description
GetFilters ( System.Guid category ) : void

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

Private Methods

Méthode Description
FilterCollection ( System.Guid category ) : System

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

Method Details

GetFilters() protected méthode

Populate the InnerList with a list of filters from a particular category
protected GetFilters ( System.Guid category ) : void
category System.Guid
Résultat void

this() public méthode

Get the filter at the specified index.
public this ( int index ) : Filter
index int
Résultat Filter