C# Class NewTOAPIA.DirectShow.Core.DsUtils

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
FreePinInfo ( PinInfo pinInfo ) : void

Free the nested interfaces within a PinInfo struct.

GetMonikerFromMonikerString ( string monikerString ) : IMoniker
GetPinCategory ( IPin pPin ) : System.Guid

Returns the PinCategory of the specified pin. Usually a member of PinCategory. Not all pins have a category.

Private Methods

Méthode Description
DsUtils ( ) : System

Method Details

FreePinInfo() public static méthode

Free the nested interfaces within a PinInfo struct.
public static FreePinInfo ( PinInfo pinInfo ) : void
pinInfo NewTOAPIA.DirectShow.DES.PinInfo
Résultat void

GetMonikerFromMonikerString() public static méthode

public static GetMonikerFromMonikerString ( string monikerString ) : IMoniker
monikerString string
Résultat IMoniker

GetPinCategory() public static méthode

Returns the PinCategory of the specified pin. Usually a member of PinCategory. Not all pins have a category.
public static GetPinCategory ( IPin pPin ) : System.Guid
pPin IPin
Résultat System.Guid