FFmpeg
|
Data Fields | |
Buf | root |
Buf * | last |
last buffered frame | |
AVFrame * | out |
When a specific number of output samples is requested, the partial buffer is stored here. | |
int | allocated_samples |
number of samples out was allocated for | |
Buf FifoContext::root |
Definition at line 43 of file fifo.c.
Referenced by init(), queue_pop(), request_frame(), return_audio_frame(), and uninit().
Buf* FifoContext::last |
last buffered frame
Definition at line 44 of file fifo.c.
Referenced by add_to_queue(), init(), and queue_pop().
AVFrame* FifoContext::out |
When a specific number of output samples is requested, the partial buffer is stored here.
Definition at line 50 of file fifo.c.
Referenced by return_audio_frame(), and uninit().
int FifoContext::allocated_samples |
number of samples out was allocated for
Definition at line 51 of file fifo.c.
Referenced by return_audio_frame().