FFmpeg
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 122 of file ffprobe.c.

Field Documentation

◆ id

int ReadInterval::id

identifier

Definition at line 123 of file ffprobe.c.

Referenced by log_read_interval(), and parse_read_intervals().

◆ start

int64_t ReadInterval::start

Definition at line 124 of file ffprobe.c.

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

◆ end

int64_t ReadInterval::end

start, end in second/AV_TIME_BASE units

Definition at line 124 of file ffprobe.c.

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

◆ has_start

int ReadInterval::has_start

◆ has_end

int ReadInterval::has_end

Definition at line 125 of file ffprobe.c.

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

◆ start_is_offset

int ReadInterval::start_is_offset

Definition at line 126 of file ffprobe.c.

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

◆ end_is_offset

int ReadInterval::end_is_offset

Definition at line 126 of file ffprobe.c.

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

◆ duration_frames

int ReadInterval::duration_frames

Definition at line 127 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: