SemysCoderDetachDataAndReset |
01 | Detaches the current data buffer and resets the coder to initial state. |
02 |
void *SemysCoderDetachDataAndReset(HSemysCoder coder); |
03 |
Parameters:
|
04 |
Return Values: Reference to the start of the data buffer. |
05 | An encoder will allocate a fresh new data buffer, a decoder will act as if it would have no data to decode (size 0). Both coder will have their current position reset to 0. |
06 | The caller receives ownership over the returned data buffer. |
07 |
Reference: SemysCoder.h Implementation: Semys Library See Also: Coder Sub-System, SemysCoderGetData() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |