GstBitWriter

#GstBitWriter provides a bit writer that can write any number of bits into a memory buffer. It provides functions for writing any number of bits into 8, 16, 32 and 64 bit variables.

Members

Variables

GstReserved
void*[4] GstReserved;
autoGrow
bool autoGrow;
bitCapacity
uint bitCapacity;
bitSize
uint bitSize;

Size of written @data in bits

data
ubyte* data;

Allocated @data for bit writer to write

owned
bool owned;