C# Класс NewTOAPIA.DirectShow.Core.DsDevice

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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[]