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