|
FFmpeg
|
Data Fields | |
| InputFile | f |
| char | log_name [32] |
| int64_t | wallclock_start |
| int64_t | ts_offset_discont |
| Extra timestamp offset added by discontinuity handling. More... | |
| int64_t | last_ts |
| int64_t | recording_time |
| int | accurate_seek |
| int | loop |
| int | have_audio_dec |
| Timestamp | duration |
| Timestamp | min_pts |
| Timestamp | max_pts |
| int | nb_streams_warn |
| float | readrate |
| double | readrate_initial_burst |
| float | readrate_catchup |
| Scheduler * | sch |
| AVPacket * | pkt_heartbeat |
| int | read_started |
| int | nb_streams_used |
| int | nb_streams_finished |
Definition at line 107 of file ffmpeg_demux.c.
| InputFile Demuxer::f |
Definition at line 108 of file ffmpeg_demux.c.
Referenced by demux_alloc(), demux_bsf_flush(), demux_final_stats(), demux_send(), demux_stream_alloc(), do_send(), ifile_open(), input_packet_process(), input_thread(), ist_add(), ist_filter_add(), ist_use(), readrate_sleep(), report_new_stream(), seek_to_start(), ts_discontinuity_detect(), and ts_fixup().
| char Demuxer::log_name[32] |
Definition at line 111 of file ffmpeg_demux.c.
Referenced by demux_alloc(), ifile_open(), and input_file_item_name().
| int64_t Demuxer::wallclock_start |
Definition at line 113 of file ffmpeg_demux.c.
Referenced by input_thread(), and readrate_sleep().
| int64_t Demuxer::ts_offset_discont |
Extra timestamp offset added by discontinuity handling.
Definition at line 118 of file ffmpeg_demux.c.
Referenced by ts_discontinuity_detect(), and ts_discontinuity_process().
| int64_t Demuxer::last_ts |
Definition at line 119 of file ffmpeg_demux.c.
Referenced by ts_discontinuity_detect().
| int64_t Demuxer::recording_time |
Definition at line 121 of file ffmpeg_demux.c.
Referenced by ifile_open(), input_packet_process(), and ist_filter_add().
| int Demuxer::accurate_seek |
Definition at line 122 of file ffmpeg_demux.c.
Referenced by ifile_open(), and ist_filter_add().
| int Demuxer::loop |
Definition at line 125 of file ffmpeg_demux.c.
Referenced by ifile_open(), input_thread(), ist_use(), and seek_to_start().
| int Demuxer::have_audio_dec |
Definition at line 126 of file ffmpeg_demux.c.
Referenced by ist_use(), and ts_fixup().
| Timestamp Demuxer::duration |
Definition at line 128 of file ffmpeg_demux.c.
Referenced by ifile_open(), seek_to_start(), and ts_fixup().
| Timestamp Demuxer::min_pts |
Definition at line 130 of file ffmpeg_demux.c.
Referenced by ifile_open(), seek_to_start(), and ts_fixup().
| Timestamp Demuxer::max_pts |
Definition at line 131 of file ffmpeg_demux.c.
Referenced by ifile_open(), seek_to_start(), and ts_fixup().
| int Demuxer::nb_streams_warn |
Definition at line 134 of file ffmpeg_demux.c.
Referenced by ifile_open(), and report_new_stream().
| float Demuxer::readrate |
Definition at line 136 of file ffmpeg_demux.c.
Referenced by ifile_open(), input_thread(), and readrate_sleep().
| double Demuxer::readrate_initial_burst |
Definition at line 137 of file ffmpeg_demux.c.
Referenced by ifile_open(), and readrate_sleep().
| float Demuxer::readrate_catchup |
Definition at line 138 of file ffmpeg_demux.c.
Referenced by ifile_open(), and readrate_sleep().
| Scheduler* Demuxer::sch |
Definition at line 140 of file ffmpeg_demux.c.
Referenced by do_send(), ifile_open(), input_thread(), and ist_use().
| AVPacket* Demuxer::pkt_heartbeat |
Definition at line 142 of file ffmpeg_demux.c.
Referenced by demux_send(), ifile_close(), and ist_filter_add().
| int Demuxer::read_started |
Definition at line 144 of file ffmpeg_demux.c.
Referenced by ifile_close(), and input_thread().
| int Demuxer::nb_streams_used |
Definition at line 145 of file ffmpeg_demux.c.
| int Demuxer::nb_streams_finished |
Definition at line 146 of file ffmpeg_demux.c.
Referenced by do_send().
1.8.17