#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 | 
| char* SpeexBits::chars | 
"raw" data
Total number of bits stored in the stream
Position of the byte "cursor"
Position of the bit "cursor" within the current char
| int SpeexBits::owner | 
Does the struct "own" the "raw" buffer (member "chars")
Set to one if we try to read past the valid data
Allocated size for buffer
Reserved for future use
| void* SpeexBits::reserved2 | 
Reserved for future use
 1.5.1