Libav
Data Fields
EbmlSyntax Struct Reference

Data Fields

uint32_t id
 
EbmlType type
 
int list_elem_size
 
int data_offset
 
union {
   uint64_t   u
 
   double   f
 
   const char *   s
 
   const struct EbmlSyntax *   n
 
def
 

Detailed Description

Definition at line 76 of file matroskadec.c.

Field Documentation

◆ id

uint32_t EbmlSyntax::id

◆ type

EbmlType EbmlSyntax::type

◆ list_elem_size

int EbmlSyntax::list_elem_size

Definition at line 79 of file matroskadec.c.

Referenced by ebml_free(), and ebml_parse_elem().

◆ data_offset

int EbmlSyntax::data_offset

Definition at line 80 of file matroskadec.c.

Referenced by ebml_free(), ebml_parse_elem(), and ebml_parse_nest().

◆ u

uint64_t EbmlSyntax::u

Definition at line 82 of file matroskadec.c.

◆ f

double EbmlSyntax::f

Definition at line 83 of file matroskadec.c.

Referenced by ebml_parse_nest().

◆ s

const char* EbmlSyntax::s

Definition at line 84 of file matroskadec.c.

Referenced by matroska_read_header().

◆ n

const struct EbmlSyntax* EbmlSyntax::n

◆ def

union { ... } EbmlSyntax::def

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