API Reference
Class
WebpBitReader
LSB-first bit reader used by the VP8L lossless bitstream.
Inheritance
- Object
- WebpBitReader
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method WebpPrefixCode.DecodeSymbol
Methods
ReadBits(System.Int32 count) #Attempts to read up to 32 bits (LSB-first). Returns -1 on truncation.
Parameters
- count System.Int32
Properties
BitsConsumed #Gets the number of bits consumed so far.