pub unsafe extern "C" fn speex_bits_unpack_unsigned(
bits: *mut SpeexBits,
nbBits: c_int,
) -> c_uintExpand 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