paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
getbit_context Struct Reference

Structure for bistream I/O. More...

#include <bitstream.h>

Data Fields

const uint8_t * buffer
 Start of the internal buffer. More...
 
uint32_t num_bits
 Length of buffer in bits (always a multiple of 8). More...
 
int index
 Bit counter. More...
 

Detailed Description

Structure for bistream I/O.

Field Documentation

◆ buffer

const uint8_t* buffer

Start of the internal buffer.

◆ num_bits

uint32_t num_bits

Length of buffer in bits (always a multiple of 8).

◆ index

int index

Bit counter.


The documentation for this struct was generated from the following file: