speex_bits.h | speex_bits.h | |||
---|---|---|---|---|
skipping to change at line 143 | skipping to change at line 143 | |||
* @param n Number of bits to advance | * @param n Number of bits to advance | |||
*/ | */ | |||
void speex_bits_advance(SpeexBits *bits, int n); | void speex_bits_advance(SpeexBits *bits, int n); | |||
/** Returns the number of bits remaining to be read in a stream | /** Returns the number of bits remaining to be read in a stream | |||
* | * | |||
* @param bits Bit-stream to operate on | * @param bits Bit-stream to operate on | |||
*/ | */ | |||
int speex_bits_remaining(SpeexBits *bits); | int speex_bits_remaining(SpeexBits *bits); | |||
/** Insert a terminator so that the data can be sent as a packet while auto | ||||
-detecting | ||||
* the number of frames in each packet | ||||
* | ||||
* @param bits Bit-stream to operate on | ||||
*/ | ||||
void speex_bits_insert_terminator(SpeexBits *bits); | ||||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added | |||