SemysCoderGetData |
01 | Returns a reference to the start of the data buffer of the coder. |
02 |
void const *SemysCoderGetData(HSemysCoder coder); |
03 |
Parameters:
|
04 |
Return Values: Reference to the start of the data buffer. |
05 | For encoder, the reference is valid until a new encoding function has been called. |
06 |
Reference: SemysCoder.h Implementation: Semys Library See Also: Coder Sub-System, SemysCoderGetCurPos() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |