#include <XnCppWrapper.h>
Public Member Functions | |
Codec (XnNodeHandle hNode=NULL) | |
XnStatus | DecodeData (const void *pSrc, XnUInt32 nSrcSize, void *pDst, XnUInt32 nDstSize, XnUInt *pnBytesWritten) const |
XnStatus | EncodeData (const void *pSrc, XnUInt32 nSrcSize, void *pDst, XnUInt32 nDstSize, XnUInt *pnBytesWritten) const |
XnCodecID | GetCodecID () const |
XnStatus | Create (Context &context, XnCodecID codecID, ProductionNode &initializerNode) |
Represents a Codec node.
Definition at line 3874 of file XnCppWrapper.h.
xn::Codec::Codec | ( | XnNodeHandle | hNode = NULL | ) | [inline] |
XnStatus xn::Codec::Create | ( | Context & | context, |
XnCodecID | codecID, | ||
ProductionNode & | initializerNode | ||
) | [inline] |
Definition at line 4651 of file XnCppWrapper.h.
XnStatus xn::Codec::DecodeData | ( | const void * | pSrc, |
XnUInt32 | nSrcSize, | ||
void * | pDst, | ||
XnUInt32 | nDstSize, | ||
XnUInt * | pnBytesWritten | ||
) | const [inline] |
Definition at line 3908 of file XnCppWrapper.h.
XnStatus xn::Codec::EncodeData | ( | const void * | pSrc, |
XnUInt32 | nSrcSize, | ||
void * | pDst, | ||
XnUInt32 | nDstSize, | ||
XnUInt * | pnBytesWritten | ||
) | const [inline] |
Definition at line 3900 of file XnCppWrapper.h.
XnCodecID xn::Codec::GetCodecID | ( | ) | const [inline] |
Definition at line 3892 of file XnCppWrapper.h.