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 |
Scheduler * | sch |
AVPacket * | pkt_heartbeat |
int | read_started |
int | nb_streams_used |
int | nb_streams_finished |
Definition at line 95 of file ffmpeg_demux.c.
InputFile Demuxer::f |
Definition at line 96 of file ffmpeg_demux.c.
char Demuxer::log_name[32] |
Definition at line 99 of file ffmpeg_demux.c.
int64_t Demuxer::wallclock_start |
Definition at line 101 of file ffmpeg_demux.c.
int64_t Demuxer::ts_offset_discont |
Extra timestamp offset added by discontinuity handling.
Definition at line 106 of file ffmpeg_demux.c.
int64_t Demuxer::last_ts |
Definition at line 107 of file ffmpeg_demux.c.
int64_t Demuxer::recording_time |
Definition at line 109 of file ffmpeg_demux.c.
int Demuxer::accurate_seek |
Definition at line 110 of file ffmpeg_demux.c.
int Demuxer::loop |
Definition at line 113 of file ffmpeg_demux.c.
int Demuxer::have_audio_dec |
Definition at line 114 of file ffmpeg_demux.c.
Timestamp Demuxer::duration |
Definition at line 116 of file ffmpeg_demux.c.
Timestamp Demuxer::min_pts |
Definition at line 118 of file ffmpeg_demux.c.
Timestamp Demuxer::max_pts |
Definition at line 119 of file ffmpeg_demux.c.
int Demuxer::nb_streams_warn |
Definition at line 122 of file ffmpeg_demux.c.
float Demuxer::readrate |
Definition at line 124 of file ffmpeg_demux.c.
double Demuxer::readrate_initial_burst |
Definition at line 125 of file ffmpeg_demux.c.
Scheduler* Demuxer::sch |
Definition at line 127 of file ffmpeg_demux.c.
AVPacket* Demuxer::pkt_heartbeat |
Definition at line 129 of file ffmpeg_demux.c.
int Demuxer::read_started |
Definition at line 131 of file ffmpeg_demux.c.
int Demuxer::nb_streams_used |
Definition at line 132 of file ffmpeg_demux.c.
int Demuxer::nb_streams_finished |
Definition at line 133 of file ffmpeg_demux.c.