FFmpeg
|
#include <avformat.h>
Data Fields | |
int | id |
unique ID to identify the chapter More... | |
AVRational | time_base |
time base in which the start/end timestamps are specified More... | |
int64_t | start |
int64_t | end |
chapter start/end time in time_base units More... | |
AVDictionary * | metadata |
Definition at line 1299 of file avformat.h.
int AVChapter::id |
unique ID to identify the chapter
Definition at line 1300 of file avformat.h.
Referenced by avpriv_new_chapter(), copy_chapters(), ogm_chapter(), and show_chapters().
AVRational AVChapter::time_base |
time base in which the start/end timestamps are specified
Definition at line 1301 of file avformat.h.
Referenced by avpriv_new_chapter(), compute_chapters_end(), copy_chapters(), ff_vorbiscomment_write(), and show_chapters().
int64_t AVChapter::start |
Definition at line 1302 of file avformat.h.
Referenced by avpriv_new_chapter(), compute_chapters_end(), copy_chapters(), ff_vorbiscomment_write(), and show_chapters().
int64_t AVChapter::end |
chapter start/end time in time_base units
Definition at line 1302 of file avformat.h.
Referenced by avpriv_new_chapter(), copy_chapters(), and show_chapters().
AVDictionary* AVChapter::metadata |
Definition at line 1303 of file avformat.h.
Referenced by avpriv_new_chapter(), copy_chapters(), decode_info_header(), ff_id3v2_parse_chapters(), ff_metadata_conv_ctx(), ogm_chapter(), open_output_file(), and show_chapters().