pub unsafe extern "C" fn speex_bits_read_whole_bytes(
bits: *mut SpeexBits,
bytes: *const c_char,
len: c_int,
)Expand description
Append bytes to the bit-stream
@param bits Bit-stream to operate on @param bytes pointer to the bytes what will be appended @param len Number of bytes of append