SemysEncoderWriteBit

01 Encodes a bit (boolean value) at the current position and increments the position.
02

void SemysEncoderWriteBit(HSemysCoder coder, int32 *pBit);

03 Parameters:
  • coder: The encoder to store the value in.
  • *pBit: Pointer to a variable that stores the boolean value. (Nonzero: True, 0 otherwise)
04 Reference: SemysCoder.h
Implementation: Semys Library
See Also: Coder Sub-System, SemysDecoderReadBit()

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