OpenNI 1.5.4
Public Member Functions
xn::Codec Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::Codec:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Codec (XnNodeHandle hNode=NULL)
 Codec (const NodeWrapper &other)
XnStatus Create (Context &context, XnCodecID codecID, ProductionNode &initializerNode)
XnCodecID GetCodecID () const
XnStatus EncodeData (const void *pSrc, XnUInt32 nSrcSize, void *pDst, XnUInt32 nDstSize, XnUInt *pnBytesWritten) const
XnStatus DecodeData (const void *pSrc, XnUInt32 nSrcSize, void *pDst, XnUInt32 nDstSize, XnUInt *pnBytesWritten) const

Detailed Description

Represents a Codec node.


Constructor & Destructor Documentation

xn::Codec::Codec ( XnNodeHandle  hNode = NULL) [inline]

Ctor

Parameters:
[in]hNodeNode handle
xn::Codec::Codec ( const NodeWrapper other) [inline]

Member Function Documentation

XnStatus xn::Codec::Create ( Context context,
XnCodecID  codecID,
ProductionNode initializerNode 
) [inline]
For full details and usage, see xnCreateCodec

XnStatus xn::Codec::DecodeData ( const void *  pSrc,
XnUInt32  nSrcSize,
void *  pDst,
XnUInt32  nDstSize,
XnUInt *  pnBytesWritten 
) const [inline]
For full details and usage, see xnDecodeData

XnStatus xn::Codec::EncodeData ( const void *  pSrc,
XnUInt32  nSrcSize,
void *  pDst,
XnUInt32  nDstSize,
XnUInt *  pnBytesWritten 
) const [inline]
For full details and usage, see xnEncodeData

XnCodecID xn::Codec::GetCodecID ( ) const [inline]
For full details and usage, see xnGetCodecID


The documentation for this class was generated from the following file: