pub unsafe extern "C" fn speex_bits_remaining(
bits: *mut SpeexBits,
) -> c_intExpand description
Returns the number of bits remaining to be read in a stream
@param bits Bit-stream to operate on @return Number of bits that can still be read from the stream