FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
int | index |
AVFormatContext * | ctx |
int | eof_reached |
int | eagain |
int64_t | input_ts_offset |
int | input_sync_ref |
int64_t | start_time_effective |
Effective format start time based on enabled streams. More... | |
int64_t | ts_offset |
int64_t | ts_offset_discont |
Extra timestamp offset added by discontinuity handling. More... | |
int64_t | last_ts |
int64_t | start_time |
int64_t | recording_time |
InputStream ** | streams |
int | nb_streams |
int | rate_emu |
float | readrate |
int | accurate_seek |
AVThreadMessageQueue * | audio_duration_queue |
int | audio_duration_queue_size |
AVFormatContext * | fmt_ctx |
InputStream * | streams |
int InputFile::index |
Definition at line 451 of file ffmpeg.h.
Referenced by convert_from_tensorflow.Operand::__lt__(), and convert_from_tensorflow.Operand::__str__().
AVFormatContext* InputFile::ctx |
Definition at line 453 of file ffmpeg.h.
Referenced by assert_file_overwrite(), check_decode_result(), copy_meta(), init_input_filter(), opt_map(), opt_map_channel(), opt_target(), and sub2video_prepare().
int InputFile::eof_reached |
Definition at line 454 of file ffmpeg.h.
Referenced by transcode(), transcode_from_filter(), and transcode_step().
int InputFile::eagain |
Definition at line 455 of file ffmpeg.h.
Referenced by transcode_from_filter(), and transcode_step().
int64_t InputFile::start_time_effective |
int64_t InputFile::ts_offset |
Definition at line 462 of file ffmpeg.h.
Referenced by process_input().
int64_t InputFile::ts_offset_discont |
InputStream** InputFile::streams |
Definition at line 474 of file ffmpeg.h.
Referenced by init_input_filter(), map_manual(), opt_map_channel(), and sub2video_heartbeat().
int InputFile::nb_streams |
Definition at line 475 of file ffmpeg.h.
Referenced by opt_map(), opt_map_channel(), opt_target(), and sub2video_heartbeat().
AVThreadMessageQueue* InputFile::audio_duration_queue |
AVFormatContext* InputFile::fmt_ctx |
InputStream* InputFile::streams |