CodeGlyphX logo
CodeGlyphX

API Reference

Class

WebpBitReader

Namespace CodeGlyphX.Rendering.Webp

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

Methods

ReadBits(System.Int32 count) #

Attempts to read up to 32 bits (LSB-first). Returns -1 on truncation.

Parameters

count System.Int32 required

Properties

BitsConsumed #

Gets the number of bits consumed so far.