FFmpeg
|
Data Fields | |
AVFifo * | fifo |
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 |
Definition at line 172 of file ffmpeg_sched.c.
AVFifo* PreMuxQueue::fifo |
Queue for buffering the packets before the muxer task can be started.
Definition at line 176 of file ffmpeg_sched.c.
Referenced by mux_queue_packet(), mux_task_start(), sch_add_mux_stream(), and sch_free().
int PreMuxQueue::max_packets |
Maximum number of packets in fifo.
Definition at line 180 of file ffmpeg_sched.c.
Referenced by mux_queue_packet(), and sch_mux_stream_buffering().
size_t PreMuxQueue::data_size |
Definition at line 185 of file ffmpeg_sched.c.
Referenced by mux_queue_packet().
size_t PreMuxQueue::data_threshold |
Definition at line 187 of file ffmpeg_sched.c.
Referenced by mux_queue_packet(), and sch_mux_stream_buffering().