av_fifo_generic_read

Feed data from an AVFifoBuffer to a user-supplied callback. @param f AVFifoBuffer to read from @param buf_size number of bytes to read @param func generic read function @param dest data destination

extern (C) @nogc nothrow
int
av_fifo_generic_read
(,
void* dest
,,
void function
(
void*
,
void*
,
int
)
func
)

Meta