C# Class xn.Codec

Inheritance: ProductionNode
Mostra file Open project: roxlu/OpenNI

Public Methods

Method Description
Codec ( Context context, CodecID codecID, ProductionNode initializer ) : System
DecodeData ( IntPtr source, UInt32 sourceSize, IntPtr dest, UInt32 destSize ) : UInt32
EncodeData ( IntPtr source, UInt32 sourceSize, IntPtr dest, UInt32 destSize ) : UInt32
GetCodecID ( ) : CodecID

Private Methods

Method Description
Codec ( IntPtr nodeHandle, bool addRef ) : System
Create ( Context context, CodecID codecID, ProductionNode initializer ) : IntPtr

Method Details

Codec() public method

public Codec ( Context context, CodecID codecID, ProductionNode initializer ) : System
context Context
codecID CodecID
initializer ProductionNode
return System

DecodeData() public method

public DecodeData ( IntPtr source, UInt32 sourceSize, IntPtr dest, UInt32 destSize ) : UInt32
source System.IntPtr
sourceSize System.UInt32
dest System.IntPtr
destSize System.UInt32
return System.UInt32

EncodeData() public method

public EncodeData ( IntPtr source, UInt32 sourceSize, IntPtr dest, UInt32 destSize ) : UInt32
source System.IntPtr
sourceSize System.UInt32
dest System.IntPtr
destSize System.UInt32
return System.UInt32

GetCodecID() public method

public GetCodecID ( ) : CodecID
return CodecID