SemysCoderSetCurPos |
01 | Sets the current position (offset) of the coder. |
02 |
int32 SemysCoderSetCurPos(HSemysCoder coder, uint32 curPos); |
03 |
Parameters:
|
04 |
Return Values: Nonzero value if the new position was within valid range or 0 otherwise. |
05 | The current position shall (and can) not be set beyond the valid size of the data buffer. |
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. |