pub unsafe extern "C" fn speex_bits_peek(
bits: *mut SpeexBits,
) -> c_intExpand description
Get the value of the next bit in the stream, without modifying the “cursor” position
@param bits Bit-stream to operate on @return Value of the bit peeked (one bit only)