speex_bits_write

Function speex_bits_write 

Source
pub unsafe extern "C" fn speex_bits_write(
    bits: *mut SpeexBits,
    bytes: *mut c_char,
    max_len: c_int,
) -> c_int
Expand 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