* @copybrief xnEncodeData * For full details and usage, see @ref xnEncodeData */
| 8307 | * For full details and usage, see @ref xnEncodeData |
| 8308 | */ |
| 8309 | inline XnStatus EncodeData(const void* pSrc, XnUInt32 nSrcSize, void* pDst, XnUInt32 nDstSize, XnUInt* pnBytesWritten) const |
| 8310 | { |
| 8311 | return xnEncodeData(GetHandle(), pSrc, nSrcSize, pDst, nDstSize, pnBytesWritten); |
| 8312 | } |
| 8313 | |
| 8314 | /** |
| 8315 | * @copybrief xnDecodeData |
no test coverage detected