![]() |
OpenNI 1.5.4
|
#include <XnCppWrapper.h>
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 |
Represents a Codec node.
xn::Codec::Codec | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
Ctor
[in] | hNode | Node handle |
xn::Codec::Codec | ( | const NodeWrapper & | other | ) | [inline] |
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