SemysCoderGetCurPos |
01 | Returns the current position (offset) of the coder. |
02 |
uint32 SemysCoderGetCurPos(HSemysCoder coder); |
03 |
Parameters:
|
04 |
Return Values: The current position (offset) within the stream. |
05 | For an encoder, this function can be used to determine the currently amount of used bytes. (If the position had not been modified.) |
06 |
Reference: SemysCoder.h Implementation: Semys Library See Also: Coder Sub-System, SemysCoderSetCurPos() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |