speex_bits_nbytes

Function speex_bits_nbytes 

Source
pub unsafe extern "C" fn speex_bits_nbytes(
    bits: *mut SpeexBits,
) -> c_int
Expand description

Returns the number of bytes in the bit-stream, including the last one even if it is not “full”

@param bits Bit-stream to operate on @return Number of bytes in the stream