FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ReadInterval Struct Reference

Data Fields

int id
 identifier More...
 
int64_t start
 
int64_t end
 start, end in second/AV_TIME_BASE units More...
 
int has_start
 
int has_end
 
int start_is_offset
 
int end_is_offset
 
int duration_frames
 

Detailed Description

Definition at line 91 of file ffprobe.c.

Field Documentation

int ReadInterval::id

identifier

Definition at line 92 of file ffprobe.c.

Referenced by log_read_interval(), and parse_read_intervals().

int64_t ReadInterval::start

Definition at line 93 of file ffprobe.c.

Referenced by log_read_interval(), parse_read_interval(), and read_interval_packets().

int64_t ReadInterval::end

start, end in second/AV_TIME_BASE units

Definition at line 93 of file ffprobe.c.

Referenced by log_read_interval(), parse_read_interval(), and read_interval_packets().

int ReadInterval::has_start
int ReadInterval::has_end

Definition at line 94 of file ffprobe.c.

Referenced by log_read_interval(), parse_read_interval(), and read_interval_packets().

int ReadInterval::start_is_offset

Definition at line 95 of file ffprobe.c.

Referenced by log_read_interval(), parse_read_interval(), and read_interval_packets().

int ReadInterval::end_is_offset

Definition at line 95 of file ffprobe.c.

Referenced by log_read_interval(), parse_read_interval(), and read_interval_packets().

int ReadInterval::duration_frames

Definition at line 96 of file ffprobe.c.

Referenced by log_read_interval(), parse_read_interval(), and read_interval_packets().


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