gavl
Data Fields
gavl_chapter_list_t Struct Reference

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...
 

Detailed Description

Chapter list.

Field Documentation

◆ num_chapters

uint32_t gavl_chapter_list_t::num_chapters

Number of chapters.

◆ timescale

uint32_t gavl_chapter_list_t::timescale

Scale of the timestamps.

◆ time

int64_t gavl_chapter_list_t::time

Start time (seekpoint) of this chapter.

◆ name

char* gavl_chapter_list_t::name

Name for this chapter (or NULL if unavailable)

◆ chapters

struct { ... } * gavl_chapter_list_t::chapters

Chapters.


The documentation for this struct was generated from the following file: