pub unsafe extern "C" fn av_fifo_space(
f: *const AVFifoBuffer,
) -> c_intExpand 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