speex_bits_unpack_unsigned

Function speex_bits_unpack_unsigned 

Source
pub unsafe extern "C" fn speex_bits_unpack_unsigned(
    bits: *mut SpeexBits,
    nbBits: c_int,
) -> c_uint
Expand description

Interpret the next bits in the bit-stream as an unsigned integer

@param bits Bit-stream to operate on @param nbBits Number of bits to interpret @return An unsigned integer represented by the bits read