FFmpeg
Data Fields
AVChapter Struct Reference

#include <avformat.h>

Data Fields

int64_t 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...
 
AVDictionarymetadata
 

Detailed Description

Definition at line 1214 of file avformat.h.

Field Documentation

◆ id

int64_t AVChapter::id

unique ID to identify the chapter

Definition at line 1215 of file avformat.h.

Referenced by avpriv_new_chapter(), chapter_start_cmp(), copy_chapters(), ogm_chapter(), and show_chapters().

◆ time_base

AVRational AVChapter::time_base

◆ start

int64_t AVChapter::start

◆ end

int64_t AVChapter::end

chapter start/end time in time_base units

Definition at line 1217 of file avformat.h.

Referenced by aa_read_seek(), av_dump_format(), avpriv_new_chapter(), compute_chapters_end(), copy_chapters(), show_chapters(), write_chapter(), and write_trailer().

◆ metadata

AVDictionary* AVChapter::metadata

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