av_fifo_generic_peek_at

Feed data at specific position from an AVFifoBuffer to a user-supplied callback. Similar as av_fifo_gereric_read but without discarding data. @param f AVFifoBuffer to read from @param offset offset from current read position @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_peek_at
(,
void* dest
,
int offset
,,
void function
(
void*
,
void*
,
int
)
func
)

Meta