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

Data Fields

int index
 
double start_time
 
double end_time
 
int64_t start_pts
 
int64_t offset_pts
 
char * filename
 
struct SegmentListEntrynext
 
int64_t last_duration
 

Detailed Description

Definition at line 45 of file segment.c.

Field Documentation

int SegmentListEntry::index

Definition at line 46 of file segment.c.

Referenced by seg_write_packet(), and segment_list_open().

double SegmentListEntry::start_time

Definition at line 47 of file segment.c.

Referenced by seg_write_packet(), segment_list_open(), and segment_list_print_entry().

double SegmentListEntry::end_time

Definition at line 47 of file segment.c.

Referenced by seg_write_packet(), segment_list_open(), and segment_list_print_entry().

int64_t SegmentListEntry::start_pts

Definition at line 48 of file segment.c.

Referenced by seg_write_packet().

int64_t SegmentListEntry::offset_pts

Definition at line 49 of file segment.c.

char* SegmentListEntry::filename
struct SegmentListEntry* SegmentListEntry::next

Definition at line 51 of file segment.c.

Referenced by seg_write_trailer(), segment_end(), and segment_list_open().

int64_t SegmentListEntry::last_duration

Definition at line 52 of file segment.c.

Referenced by seg_write_packet().


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