#include <speex_bits.h>
Public Attributes | |
| char * | chars |
| int | nbBits |
| int | charPtr |
| int | bitPtr |
| int | owner |
| int | overflow |
| int | buf_size |
| int | reserved1 |
| void * | reserved2 |
Position of the bit "cursor" within the current char
Allocated size for buffer
Position of the byte "cursor"
| char* SpeexBits::chars |
"raw" data
Total number of bits stored in the stream
Set to one if we try to read past the valid data
| int SpeexBits::owner |
Does the struct "own" the "raw" buffer (member "chars")
Reserved for future use
| void* SpeexBits::reserved2 |
Reserved for future use
1.5.7.1