Tag Parser  6.2.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Types | List of all members
Media::FileElementTraits< EbmlElement > Class Template Reference

Defines traits for the GenericFileElement implementation EbmlElement. More...

#include <ebmlelement.h>

Public Types

typedef MatroskaContainer containerType
 The container type used to store such elements is MatroskaContainer. More...
 
typedef uint32 identifierType
 The type used to store element IDs is an unsigned 32-bit integer. More...
 
typedef uint64 dataSizeType
 The type used to store element sizes is an unsigned 64-bit integer. More...
 
typedef EbmlElement implementationType
 The implementation type is EbmlElement. More...
 

Detailed Description

template<>
class Media::FileElementTraits< EbmlElement >

Defines traits for the GenericFileElement implementation EbmlElement.

Definition at line 26 of file ebmlelement.h.

Member Typedef Documentation

◆ containerType

The container type used to store such elements is MatroskaContainer.

Definition at line 32 of file ebmlelement.h.

◆ dataSizeType

The type used to store element sizes is an unsigned 64-bit integer.

Definition at line 42 of file ebmlelement.h.

◆ identifierType

The type used to store element IDs is an unsigned 32-bit integer.

Definition at line 37 of file ebmlelement.h.

◆ implementationType

The implementation type is EbmlElement.

Definition at line 47 of file ebmlelement.h.


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