av_fifo_space

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

extern (C) @nogc nothrow
int
av_fifo_space
(
const(AVFifoBuffer)* f
)

Meta