FFmpeg
Loading...
Searching...
No Matches
InputFile Struct Reference

#include <ffmpeg.h>

Data Fields

const AVClassclass
 
int index
 
AVFormatContextctx
 
int64_t input_ts_offset
 
int input_sync_ref
 
int64_t start_time_effective
 Effective format start time based on enabled streams.
 
int64_t ts_offset
 
int64_t start_time
 
InputStream ** streams
 
int nb_streams
 
InputStreamGroup ** stream_groups
 
int nb_stream_groups
 
AVFormatContextfmt_ctx
 
InputStreamstreams
 

Detailed Description

Definition at line 508 of file ffmpeg.h.

Field Documentation

◆ class

const AVClass* InputFile::class

Definition at line 509 of file ffmpeg.h.

Referenced by demux_alloc().

◆ index

◆ ctx

◆ input_ts_offset

int64_t InputFile::input_ts_offset

Definition at line 514 of file ffmpeg.h.

Referenced by correct_input_start_times(), and new_stream_video().

◆ input_sync_ref

int InputFile::input_sync_ref

Definition at line 515 of file ffmpeg.h.

Referenced by apply_sync_offsets().

◆ start_time_effective

int64_t InputFile::start_time_effective

Effective format start time based on enabled streams.

Definition at line 519 of file ffmpeg.h.

Referenced by apply_sync_offsets(), correct_input_start_times(), and ts_fixup().

◆ ts_offset

int64_t InputFile::ts_offset

◆ start_time

int64_t InputFile::start_time

◆ streams [1/2]

◆ nb_streams

◆ stream_groups

InputStreamGroup** InputFile::stream_groups

Definition at line 531 of file ffmpeg.h.

Referenced by map_auto_video().

◆ nb_stream_groups

int InputFile::nb_stream_groups

Definition at line 532 of file ffmpeg.h.

Referenced by map_auto_video().

◆ fmt_ctx

◆ streams [2/2]

InputStream* InputFile::streams

Definition at line 89 of file ffprobe.c.


The documentation for this struct was generated from the following files: