Coder :: SetLogEndPos

01 Sets the logical end position offset in the coder.
02

[C++] virtual void SetLogEndPos(uint32 endPos) = 0;
[C#] abstract void SetLogEndPos(uint endPos);

03 Parameters:
  • endPos: New offset within the coder.
04 This method has no effect on an Encoder.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Coder Sub-System, Coder, GetLogEndPos(), SemysCoderSetLogEndPos()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.