SemysEncoderWriteRawData |
01 | Encodes a byte array of arbitrary size at the current position and increments the position. |
02 |
void SemysEncoderWriteRawData(HSemysCoder coder, void const *pData, uint32 size); |
03 |
Parameters:
|
04 | Length information is not stored automatically in the bit stream. |
05 |
Reference: SemysCoder.h Implementation: Semys Library See Also: Coder Sub-System, SemysDecoderReadRawData() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |