CodeGlyphX logo
CodeGlyphX

API Reference

Class

WebpBitWriter

Namespace CodeGlyphX.Rendering.Webp

LSB-first bit writer used by the managed VP8L encoder scaffold.

Inheritance

  • Object
  • WebpBitWriter

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

Append(CodeGlyphX.Rendering.Webp.WebpBitWriter other) #

Appends the exact bit sequence from another writer.

Parameters

other CodeGlyphX.Rendering.Webp.WebpBitWriter required
ToArray() #

Returns the written bytes.

WriteBits(System.Int32 value, System.Int32 count) #

Writes count bits from value LSB-first.

Parameters

value System.Int32 required
count System.Int32 required

Properties

BitLength #

Gets the number of bits written so far.