xn::Codec Class Reference
[C++ Reference]
#include <XnCppWrapper.h>
List of all members.
Public Member Functions |
| Codec (XnNodeHandle hNode=NULL) |
| Codec (const NodeWrapper &other) |
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) |
Detailed Description
Represents a Codec node.
Constructor & Destructor Documentation
xn::Codec::Codec |
( |
const NodeWrapper & |
other |
) |
[inline] |
Member Function Documentation
XnStatus xn::Codec::DecodeData |
( |
const void * |
pSrc, |
|
|
XnUInt32 |
nSrcSize, |
|
|
void * |
pDst, |
|
|
XnUInt32 |
nDstSize, |
|
|
XnUInt * |
pnBytesWritten | |
|
) |
| | const [inline] |
XnStatus xn::Codec::EncodeData |
( |
const void * |
pSrc, |
|
|
XnUInt32 |
nSrcSize, |
|
|
void * |
pDst, |
|
|
XnUInt32 |
nDstSize, |
|
|
XnUInt * |
pnBytesWritten | |
|
) |
| | const [inline] |
XnCodecID xn::Codec::GetCodecID |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following file: