Function rsmpeg::ffi::av_fifo_space[][src]

pub unsafe extern "C" fn av_fifo_space(f: *const AVFifoBuffer) -> i32
Expand description

Return the amount of space in bytes in the AVFifoBuffer, that is the amount of data you can write into it. @param f AVFifoBuffer to write into @return size