C# 클래스 NewTOAPIA.DirectShow.DES.EMTMarshaler

상속: NewTOAPIA.DirectShow.DsMarshaler
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
EMTMarshaler ( string cookie ) : System
GetInstance ( string cookie ) : ICustomMarshaler
GetNativeDataSize ( ) : int
MarshalNativeToManaged ( IntPtr pNativeData ) : object

메소드 상세

EMTMarshaler() 공개 메소드

public EMTMarshaler ( string cookie ) : System
cookie string
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( string cookie ) : ICustomMarshaler
cookie string
리턴 ICustomMarshaler

GetNativeDataSize() 공개 메소드

public GetNativeDataSize ( ) : int
리턴 int

MarshalNativeToManaged() 공개 메소드

public MarshalNativeToManaged ( IntPtr pNativeData ) : object
pNativeData System.IntPtr
리턴 object