SemysCoderGetData

01 Returns a reference to the start of the data buffer of the coder.
02

void const *SemysCoderGetData(HSemysCoder coder);

03 Parameters:
  • coder: The coder to receive the buffer from.
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.