#include <XnCppWrapper.h>

Public Member Functions | |
| Codec (XnNodeHandle hNode=NULL) | |
| 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 |
| XnStatus | Create (Context &context, XnCodecID codecID, ProductionNode &initializerNode) |
Represents a Codec node.
| xn::Codec::Codec | ( | XnNodeHandle | hNode = NULL |
) | [inline] |
Ctor
| hNode | [in] Node handle |
| 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
1.6.3