C# 클래스 NewTOAPIA.DirectShow.Core.DsDevice

상속: IDisposable
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
DsDevice ( IMoniker Mon ) : System
DsDevice ( IMoniker Mon, int index ) : System
GetDevicesOfCategory ( System.Guid FilterCategory ) : NewTOAPIA.DirectShow.Core.DsDevice[]

Returns an array of DsDevices of type devcat.

비공개 메소드들

메소드 설명
GetBaseFilter ( ) : IBaseFilter
GetFriendlyName ( ) : string

Get the FriendlyName for a moniker

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DsDevice() 공개 메소드

public DsDevice ( IMoniker Mon ) : System
Mon IMoniker
리턴 System

DsDevice() 공개 메소드

public DsDevice ( IMoniker Mon, int index ) : System
Mon IMoniker
index int
리턴 System

GetDevicesOfCategory() 공개 정적인 메소드

Returns an array of DsDevices of type devcat.
public static GetDevicesOfCategory ( System.Guid FilterCategory ) : NewTOAPIA.DirectShow.Core.DsDevice[]
FilterCategory System.Guid
리턴 NewTOAPIA.DirectShow.Core.DsDevice[]