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:
  • coder: The encoder to store the data in.
  • pData: Pointer to the data to store.
  • size: How many bytes of pData should be stored.
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.