|
FFmpeg
2.8.6
|
#include <avformat.h>
Data Fields | |
| 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... | |
| AVDictionary * | metadata |
Definition at line 1248 of file avformat.h.
| int AVChapter::id |
unique ID to identify the chapter
Definition at line 1249 of file avformat.h.
| AVRational AVChapter::time_base |
time base in which the start/end timestamps are specified
Definition at line 1250 of file avformat.h.
| int64_t AVChapter::start |
Definition at line 1251 of file avformat.h.
| int64_t AVChapter::end |
chapter start/end time in time_base units
Definition at line 1251 of file avformat.h.
| AVDictionary* AVChapter::metadata |
Definition at line 1252 of file avformat.h.
1.8.8