|
GAVL_PUBLIC gavl_dictionary_t * | gavl_chapter_list_insert (gavl_chapter_list_t *list, int index, int64_t time, const char *name) |
| Insert a chapter into a chapter list. More...
|
|
GAVL_PUBLIC void | gavl_chapter_list_delete (gavl_chapter_list_t *list, int index) |
| Delete a chapter from a chapter list. More...
|
|
GAVL_PUBLIC int | gavl_chapter_list_get_current (const gavl_chapter_list_t *list, gavl_time_t time) |
| Get current chapter. More...
|
|
GAVL_PUBLIC int | gavl_chapter_list_is_valid (const gavl_chapter_list_t *list) |
|
GAVL_PUBLIC void | gavl_chapter_list_set_timescale (gavl_chapter_list_t *list, int timescale) |
|
GAVL_PUBLIC int | gavl_chapter_list_get_timescale (const gavl_chapter_list_t *list) |
|
GAVL_PUBLIC int | gavl_chapter_list_get_num (const gavl_chapter_list_t *list) |
|
GAVL_PUBLIC gavl_dictionary_t * | gavl_chapter_list_get_nc (gavl_chapter_list_t *list, int idx) |
|
GAVL_PUBLIC const gavl_dictionary_t * | gavl_chapter_list_get (const gavl_chapter_list_t *list, int idx) |
|
GAVL_PUBLIC int64_t | gavl_chapter_list_get_time (const gavl_chapter_list_t *list, int idx) |
|
GAVL_PUBLIC const char * | gavl_chapter_list_get_label (const gavl_chapter_list_t *list, int idx) |
|
GAVL_PUBLIC gavl_dictionary_t * | gavl_dictionary_add_chapter_list (gavl_dictionary_t *m, int timescale) |
|
GAVL_PUBLIC gavl_dictionary_t * | gavl_dictionary_get_chapter_list_nc (gavl_dictionary_t *m) |
|
GAVL_PUBLIC const gavl_dictionary_t * | gavl_dictionary_get_chapter_list (const gavl_dictionary_t *m) |
|
Chapter list.
Chapters in gavl are simply seekpoints with (optionally) associated names.