SemysDecoderReadBit

01 Decodes a bit at the current position and increments the position.
02

int32 SemysDecoderReadBit(HSemysCoder coder, int32 *pBit);

0 Parameters:
  • coder: The coder from which to decode.
  • pBit: Pointer to a variable that stores the boolean value. (Nonzero: True, 0 otherwise)
04 Return Values:
Nonzero if the value could be decoded or 0 otherwise (end of stream).
05 Reference: SemysCoder.h
Implementation: Semys Library
See Also: Coder Sub-System, SemysEncoderWriteBit()

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