C# Class NewTOAPIA.DirectShow.Core.DsDevice

Inheritance: IDisposable
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
GetBaseFilter ( ) : IBaseFilter
GetFriendlyName ( ) : string

Get the FriendlyName for a moniker

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DsDevice() public method

public DsDevice ( IMoniker Mon ) : System
Mon IMoniker
return System

DsDevice() public method

public DsDevice ( IMoniker Mon, int index ) : System
Mon IMoniker
index int
return System

GetDevicesOfCategory() public static method

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