#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 | |
| attribute_deprecated char * | title |
| chapter title | |
| AVMetadata * | metadata |
Definition at line 719 of file avformat.h.
| int AVChapter::id |
unique ID to identify the chapter
Definition at line 720 of file avformat.h.
Referenced by copy_chapters(), ff_new_chapter(), mkv_write_chapters(), mkv_write_tags(), and ogm_chapter().
time base in which the start/end timestamps are specified
Definition at line 721 of file avformat.h.
Referenced by compute_chapters_end(), copy_chapters(), dump_format(), ff_new_chapter(), mkv_write_chapters(), mov_create_chapter_track(), mov_write_chpl_tag(), read_header(), and write_trailer().
| int64_t AVChapter::start |
Definition at line 722 of file avformat.h.
Referenced by compute_chapters_end(), copy_chapters(), dump_format(), ff_new_chapter(), mkv_write_chapters(), mov_write_chpl_tag(), and write_trailer().
| int64_t AVChapter::end |
chapter start/end time in time_base units
Definition at line 722 of file avformat.h.
Referenced by compute_chapters_end(), copy_chapters(), dump_format(), ff_new_chapter(), mkv_write_chapters(), mov_create_chapter_track(), read_chapter(), read_header(), and write_trailer().
chapter title
Definition at line 724 of file avformat.h.
Referenced by av_close_input_stream(), ff_metadata_demux_compat(), and ff_new_chapter().
Definition at line 726 of file avformat.h.
Referenced by av_close_input_stream(), copy_chapters(), decode_info_header(), dump_format(), ff_metadata_conv_ctx(), ff_metadata_demux_compat(), ff_new_chapter(), ffmpeg_exit(), mkv_write_chapters(), mkv_write_tags(), ogm_chapter(), read_header(), transcode(), and write_trailer().
1.5.6