FFmpeg
|
#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 | |
AVDictionary * | metadata |
Definition at line 933 of file avformat.h.
int AVChapter::id |
unique ID to identify the chapter
Definition at line 934 of file avformat.h.
Referenced by avpriv_new_chapter(), copy_chapters(), mkv_write_chapters(), mkv_write_header(), mkv_write_tags(), ogm_chapter(), and show_chapters().
AVRational AVChapter::time_base |
time base in which the start/end timestamps are specified
Definition at line 935 of file avformat.h.
Referenced by asf_write_markers(), av_dump_format(), avpriv_new_chapter(), compute_chapters_end(), copy_chapters(), mkv_write_chapters(), mov_create_chapter_track(), mov_write_chpl_tag(), nut_write_header(), parse_forced_key_frames(), read_header(), show_chapters(), write_chapter(), and write_trailer().
int64_t AVChapter::start |
Definition at line 936 of file avformat.h.
Referenced by asf_write_markers(), av_dump_format(), avpriv_new_chapter(), compute_chapters_end(), copy_chapters(), mkv_write_chapters(), mov_write_chpl_tag(), parse_forced_key_frames(), show_chapters(), write_chapter(), and write_trailer().
int64_t AVChapter::end |
chapter start/end time in time_base units
Definition at line 936 of file avformat.h.
Referenced by av_dump_format(), avpriv_new_chapter(), compute_chapters_end(), copy_chapters(), mkv_write_chapters(), mov_create_chapter_track(), read_chapter(), read_header(), show_chapters(), write_chapter(), and write_trailer().
AVDictionary* AVChapter::metadata |
Definition at line 937 of file avformat.h.
Referenced by asf_write_markers(), av_dump_format(), avformat_free_context(), avpriv_new_chapter(), copy_chapters(), decode_info_header(), ff_metadata_conv_ctx(), mkv_write_chapters(), mkv_write_tags(), ogm_chapter(), open_output_file(), read_chapter(), read_header(), show_chapters(), write_chapter(), and write_trailer().