GstBitReader

Undocumented in source.

struct GstBitReader {
void*[4] GstReserved;
}

Members

Variables

bit
uint bit;

Bit position in the current byte

byte_
uint byte_;

Current byte position

data
ubyte* data;

Data from which the bit reader will read

size
uint size;

Size of data in bytes