xine-lib 1.2.11
|
#include <matroska.h>
Data Fields | |
uint64_t | uid |
uint64_t | time_start |
uint64_t | time_end |
int | hidden |
int | enabled |
char * | title |
char * | language |
char * | country |
char* matroska_chapter_t::country |
Referenced by free_chapter(), parse_chapter_atom(), and parse_chapter_display().
int matroska_chapter_t::enabled |
Referenced by parse_chapter_atom(), and parse_edition_entry().
int matroska_chapter_t::hidden |
Referenced by parse_chapter_atom(), and parse_edition_entry().
char* matroska_chapter_t::language |
Referenced by free_chapter(), parse_chapter_atom(), parse_chapter_display(), and parse_edition_entry().
uint64_t matroska_chapter_t::time_end |
Referenced by parse_chapter_atom(), and parse_edition_entry().
uint64_t matroska_chapter_t::time_start |
Referenced by handle_events(), parse_chapter_atom(), and parse_edition_entry().
char* matroska_chapter_t::title |
Referenced by free_chapter(), parse_chapter_atom(), parse_chapter_display(), parse_cluster(), and parse_edition_entry().
uint64_t matroska_chapter_t::uid |
Referenced by parse_chapter_atom().