FFmpeg
Data Fields
FFFrameQueueGlobal Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ max_queued

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().

◆ queued

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().


The documentation for this struct was generated from the following file: