CodeGlyphX logo
CodeGlyphX

API Reference

Class

WebpPrefixCode

Namespace CodeGlyphX.Rendering.Webp

Canonical prefix code with LSB-first decoding support.

Inheritance

  • Object
  • WebpPrefixCode

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

DecodeSymbol(CodeGlyphX.Rendering.Webp.WebpBitReader@ reader) #

Decodes the next symbol from the bitstream.

Parameters

reader CodeGlyphX.Rendering.Webp.WebpBitReader@ required
TryBuild(System.ReadOnlySpan{System.Byte} codeLengths, System.Int32 maxBits, CodeGlyphX.Rendering.Webp.WebpPrefixCode@ code) #

Builds a canonical prefix code from code lengths.

Parameters

codeLengths System.ReadOnlySpan{System.Byte} required
maxBits System.Int32 required
code CodeGlyphX.Rendering.Webp.WebpPrefixCode@ required