API Reference
Class
WebpPrefixCode
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
- Method WebpPrefixCode.TryBuild
Methods
DecodeSymbol(CodeGlyphX.Rendering.Webp.WebpBitReader@ reader) #Decodes the next symbol from the bitstream.
Parameters
- reader CodeGlyphX.Rendering.Webp.WebpBitReader@
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}
- maxBits System.Int32
- code CodeGlyphX.Rendering.Webp.WebpPrefixCode@