speex_bits_peek

Function speex_bits_peek 

Source
pub unsafe extern "C" fn speex_bits_peek(
    bits: *mut SpeexBits,
) -> c_int
Expand 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)