|
FFmpeg 8.0.1
|
#include <libavformat/avformat.h>
Data Fields | |
| int64_t | 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 | |
| AVDictionary * | metadata |
Definition at line 1223 of file avformat.h.
| int64_t AVChapter::id |
unique ID to identify the chapter
Definition at line 1224 of file avformat.h.
| AVRational AVChapter::time_base |
time base in which the start/end timestamps are specified
Definition at line 1225 of file avformat.h.
| int64_t AVChapter::start |
Definition at line 1226 of file avformat.h.
| int64_t AVChapter::end |
chapter start/end time in time_base units
Definition at line 1226 of file avformat.h.
| AVDictionary* AVChapter::metadata |
Definition at line 1227 of file avformat.h.