pub unsafe extern "C" fn speex_bits_write(
bits: *mut SpeexBits,
bytes: *mut c_char,
max_len: c_int,
) -> c_intExpand description
Write the content of a bit-stream to an area of memory
@param bits Bit-stream to operate on @param bytes Memory location where to write the bits @param max_len Maximum number of bytes to write (i.e. size of the “bytes” buffer) @return Number of bytes written to the “bytes” buffer