GstBitReader

#GstBitReader provides a bit reader that can read any number of bits from a memory buffer. It provides functions for reading any number of bits into 8, 16, 32 and 64 bit variables.

Members

Variables

GstReserved
void*[4] GstReserved;
bit
uint bit;

Bit position in the current byte

byte_
uint byte_;

Current byte position

data
const(ubyte)* data;

Data from which the bit reader will read

size
uint size;

Size of @data in bytes