#include <streaminfo.h>
Data Fields | |
int | num_chapters |
Number of chapters. | |
struct { | |
gavl_time_t time | |
Start time (seekpoint) of this chapter. | |
char * name | |
Name for this chapter (or NULL if unavailable). | |
} | chapters |
Chapters. |
Chapters in gmerlin are simply an array of seekpoints with (optionally) associated names. They are valid as soon as the file is opened
Number of chapters.
Start time (seekpoint) of this chapter.
char* bg_chapter_list_t::name |
Name for this chapter (or NULL if unavailable).
struct { ... } * bg_chapter_list_t::chapters |
Chapters.