pub unsafe extern "C" fn speex_bits_pack(
bits: *mut SpeexBits,
data: c_int,
nbBits: c_int,
)Expand description
Append bits to the bit-stream @param bits Bit-stream to operate on @param data Value to append as integer @param nbBits number of bits to consider in “data”