API Reference
Class
WebpBitWriter
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
- Method WebpBitWriter.Append
Methods
Append(CodeGlyphX.Rendering.Webp.WebpBitWriter other) #Appends the exact bit sequence from another writer.
Parameters
- other CodeGlyphX.Rendering.Webp.WebpBitWriter
ToArray() #Returns the written bytes.
WriteBits(System.Int32 value, System.Int32 count) #Writes count bits from value LSB-first.
Parameters
- value System.Int32
- count System.Int32
Properties
BitLength #Gets the number of bits written so far.