FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
PreMuxQueue Struct Reference

Data Fields

AVFifofifo
 Queue for buffering the packets before the muxer task can be started. More...
 
int max_packets
 Maximum number of packets in fifo. More...
 
size_t data_size
 
size_t data_threshold
 

Detailed Description

Definition at line 166 of file ffmpeg_sched.c.

Field Documentation

◆ fifo

AVFifo* PreMuxQueue::fifo

Queue for buffering the packets before the muxer task can be started.

Definition at line 170 of file ffmpeg_sched.c.

Referenced by mux_queue_packet(), mux_task_start(), sch_add_mux_stream(), and sch_free().

◆ max_packets

int PreMuxQueue::max_packets

Maximum number of packets in fifo.

Definition at line 174 of file ffmpeg_sched.c.

Referenced by mux_queue_packet(), and sch_mux_stream_buffering().

◆ data_size

size_t PreMuxQueue::data_size

Definition at line 179 of file ffmpeg_sched.c.

Referenced by mux_queue_packet().

◆ data_threshold

size_t PreMuxQueue::data_threshold

Definition at line 181 of file ffmpeg_sched.c.

Referenced by mux_queue_packet(), and sch_mux_stream_buffering().


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