C# Class NewTOAPIA.DirectShow.Core.DsDevice

Inheritance: IDisposable
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetBaseFilter ( ) : IBaseFilter
GetFriendlyName ( ) : string

Get the FriendlyName for a moniker

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DsDevice() public méthode

public DsDevice ( IMoniker Mon ) : System
Mon IMoniker
Résultat System

DsDevice() public méthode

public DsDevice ( IMoniker Mon, int index ) : System
Mon IMoniker
index int
Résultat System

GetDevicesOfCategory() public static méthode

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