SemysEncoderCreate |
01 | Creates a coder for decoding data. |
02 |
HSemysCoder SemysDecoderCreate(void const *pData, uint32 size); |
03 |
Parameters:
|
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. |