Paraslash Audio Streaming | |
About News Download Documentation Development |
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... | |
Structure for bistream I/O.
const uint8_t* buffer |
Start of the internal buffer.
uint32_t num_bits |
Length of buffer in bits (always a multiple of 8).
int index |
Bit counter.