av_fifo_size

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

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

Meta