#include <XnModuleCppInterface.h>
List of all members.
Constructor & Destructor Documentation
virtual xn::ModuleCodec::~ModuleCodec |
( |
| ) |
[inline, virtual] |
Member Function Documentation
virtual XnStatus xn::ModuleCodec::CompressData |
( |
const void * |
pSrc, |
|
|
XnUInt32 |
nSrcSize, |
|
|
void * |
pDst, |
|
|
XnUInt32 |
nDstSize, |
|
|
XnUInt * |
pnBytesWritten |
|
) |
| const [pure virtual] |
virtual XnStatus xn::ModuleCodec::DecompressData |
( |
const void * |
pSrc, |
|
|
XnUInt32 |
nSrcSize, |
|
|
void * |
pDst, |
|
|
XnUInt32 |
nDstSize, |
|
|
XnUInt * |
pnBytesWritten |
|
) |
| const [pure virtual] |
virtual XnCodecID xn::ModuleCodec::GetCodecID |
( |
| ) |
const [pure virtual] |
The documentation for this class was generated from the following file: