|
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 166 of file ffmpeg_sched.c.
| 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().
| 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().
| size_t PreMuxQueue::data_size |
Definition at line 179 of file ffmpeg_sched.c.
Referenced by mux_queue_packet().
| size_t PreMuxQueue::data_threshold |
Definition at line 181 of file ffmpeg_sched.c.
Referenced by mux_queue_packet(), and sch_mux_stream_buffering().
1.8.17