Miam-Player  0.8.0
A nice music player
AVChapter Struct Reference

#include <avformat.h>

Public Attributes

int 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
 

Member Data Documentation

◆ end

int64_t AVChapter::end

chapter start/end time in time_base units

◆ id

int AVChapter::id

unique ID to identify the chapter

◆ metadata

AVDictionary* AVChapter::metadata

◆ start

int64_t AVChapter::start

◆ time_base

AVRational AVChapter::time_base

time base in which the start/end timestamps are specified


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