Function rsmpeg::ffi::av_fifo_size[][src]

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

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