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

Показать файл Открыть проект

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

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

Приватные методы

Метод Описание
DsUtils ( ) : System

Описание методов

FreePinInfo() публичный статический Метод

Free the nested interfaces within a PinInfo struct.
public static FreePinInfo ( PinInfo pinInfo ) : void
pinInfo NewTOAPIA.DirectShow.DES.PinInfo
Результат void

GetMonikerFromMonikerString() публичный статический Метод

public static GetMonikerFromMonikerString ( string monikerString ) : IMoniker
monikerString string
Результат IMoniker

GetPinCategory() публичный статический Метод

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
Результат System.Guid