FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 
AVDictionarymetadata
 

Detailed Description

Definition at line 933 of file avformat.h.

Field Documentation

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_tags(), ogm_chapter(), and show_chapters().

AVRational AVChapter::time_base
int64_t AVChapter::start
int64_t AVChapter::end
AVDictionary* AVChapter::metadata

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