|
gavl
|
Chapter list. More...
#include <chapterlist.h>
Data Fields | |
| uint32_t | num_chapters |
| Number of chapters. More... | |
| uint32_t | timescale |
| Scale of the timestamps. More... | |
| struct { | |
| int64_t time | |
| Start time (seekpoint) of this chapter. More... | |
| char * name | |
| Name for this chapter (or NULL if unavailable) More... | |
| } | chapters |
| Chapters. More... | |
Chapter list.
| uint32_t gavl_chapter_list_t::num_chapters |
Number of chapters.
| uint32_t gavl_chapter_list_t::timescale |
Scale of the timestamps.
| int64_t gavl_chapter_list_t::time |
Start time (seekpoint) of this chapter.
| char* gavl_chapter_list_t::name |
Name for this chapter (or NULL if unavailable)
| struct { ... } * gavl_chapter_list_t::chapters |
Chapters.
1.8.6