[][src]Function ffmpeg_sys_next::av_fifo_size

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

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