pub unsafe extern "C" fn speex_bits_nbytes(
bits: *mut SpeexBits,
) -> c_intExpand 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