C# Class NewTOAPIA.DirectShow.Core.DsUtils

ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method 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

Method Description
DsUtils ( ) : System

Method Details

FreePinInfo() public static method

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

GetMonikerFromMonikerString() public static method

public static GetMonikerFromMonikerString ( string monikerString ) : IMoniker
monikerString string
return IMoniker

GetPinCategory() public static method

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
return System.Guid