C# 클래스 NewTOAPIA.DirectShow.Core.DsUtils

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
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