Data Fields

AVChapter Struct Reference

#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
AVDictionarymetadata

Detailed Description

Definition at line 704 of file avformat.h.


Field Documentation

int64_t AVChapter::end

chapter start/end time in time_base units

Definition at line 707 of file avformat.h.

Referenced by copy_chapters(), mkv_write_chapters(), mov_create_chapter_track(), read_chapter(), read_header(), write_chapter(), and write_trailer().

unique ID to identify the chapter

Definition at line 705 of file avformat.h.

Referenced by copy_chapters(), mkv_write_chapters(), mkv_write_tags(), and ogm_chapter().

time base in which the start/end timestamps are specified

Definition at line 706 of file avformat.h.

Referenced by copy_chapters(), mkv_write_chapters(), mov_create_chapter_track(), mov_write_chpl_tag(), read_header(), write_header(), and write_trailer().

chapter title

Definition at line 709 of file avformat.h.

Referenced by ff_metadata_demux_compat().


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