#include <avformat.h>
Data Fields | |
int | id |
unique ID to identify the chapter | |
AVRational | time_base |
time base in which the start/end timestamps are specified | |
int64_t | start |
int64_t | end |
chapter start/end time in time_base units | |
char * | title |
chapter title | |
AVMetadata * | metadata |
Definition at line 558 of file avformat.h.
int64_t AVChapter::end |
chapter start/end time in time_base units
Definition at line 561 of file avformat.h.
Referenced by compute_chapters_end(), and ff_new_chapter().
int AVChapter::id |
unique ID to identify the chapter
Definition at line 559 of file avformat.h.
Referenced by ff_new_chapter().
Definition at line 565 of file avformat.h.
Referenced by av_close_input_stream(), av_exit(), av_metadata_conv(), decode_info_header(), ff_metadata_demux_compat(), and ff_new_chapter().
int64_t AVChapter::start |
Definition at line 561 of file avformat.h.
Referenced by compute_chapters_end(), and ff_new_chapter().
time base in which the start/end timestamps are specified
Definition at line 560 of file avformat.h.
Referenced by compute_chapters_end(), and ff_new_chapter().
char* AVChapter::title |
chapter title
Definition at line 563 of file avformat.h.
Referenced by av_close_input_stream(), ff_metadata_demux_compat(), and ff_new_chapter().