gmerlin
Data Fields
bg_chapter_list_t Struct Reference

Check if 2 metadata structures are equal. More...

#include <streaminfo.h>

Data Fields

int num_chapters
 Number of chapters.
int 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.

Detailed Description

Check if 2 metadata structures are equal.

Parameters:
m1Metadata 1
m2Metadata 2
Returns:
1 if the metadata are equal, 0 elseChapter list

Chapters in gmerlin are simply an array of seekpoints with (optionally) associated names. They are valid as soon as the file is opened


Field Documentation

int bg_chapter_list_t::num_chapters

Number of chapters.

int bg_chapter_list_t::timescale

Scale of the timestamps.

int64_t bg_chapter_list_t::time

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.


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