C# 클래스 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.
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
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