C# Класс 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.
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
this ( int index ) : Filter

Get the filter at the specified index.

Защищенные методы

Метод Описание
getFilters ( System.Guid category ) : void

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

Приватные методы

Метод Описание
FilterCollection ( System.Guid category ) : System

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

Описание методов

getFilters() защищенный Метод

Populate the InnerList with a list of filters from a particular category
protected getFilters ( System.Guid category ) : void
category System.Guid
Результат void

this() публичный Метод

Get the filter at the specified index.
public this ( int index ) : Filter
index int
Результат Filter