FFmpeg
|
Structure to hold global options and statistics for frame queues. More...
#include <framequeue.h>
Data Fields | |
size_t | max_queued |
Maximum number of allowed frames in the queues combined. More... | |
size_t | queued |
Total number of queued frames in the queues combined. More... | |
Structure to hold global options and statistics for frame queues.
This structure is intended to allow implementing global control of the frame queues, including memory consumption caps.
Definition at line 44 of file framequeue.h.
size_t FFFrameQueueGlobal::max_queued |
Maximum number of allowed frames in the queues combined.
Definition at line 49 of file framequeue.h.
Referenced by avfilter_graph_config(), ff_framequeue_add(), and ff_framequeue_global_init().
size_t FFFrameQueueGlobal::queued |
Total number of queued frames in the queues combined.
Definition at line 54 of file framequeue.h.
Referenced by ff_framequeue_add(), ff_framequeue_global_init(), and ff_framequeue_take().