SemysDecoderReadBit |
01 | Decodes a bit at the current position and increments the position. |
02 |
int32 SemysDecoderReadBit(HSemysCoder coder, int32 *pBit); |
0 |
Parameters:
|
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. |