SemysEncoderCreate

01 Creates a coder for decoding data.
02

HSemysCoder SemysDecoderCreate(void const *pData, uint32 size);

03 Parameters:
  • pData: The pointer to the data to decode from.
  • size: The amount of bytes available in pData.
04 Return Values:
Handle to a created decoder.
05 The decoder only stores a reference to the passed buffer. The caller has to keep the supplied buffer valid until the decoder is destroyed.
06 Reference: SemysCoder.h
Implementation: Semys Library
See Also: Coder Sub-System, SemysCoderDestroy()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.