Tag Parser
6.4.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
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... | |
Defines traits for the GenericFileElement implementation EbmlElement.
Definition at line 26 of file ebmlelement.h.
The container type used to store such elements is MatroskaContainer.
Definition at line 32 of file ebmlelement.h.
typedef uint64 Media::FileElementTraits< EbmlElement >::dataSizeType |
The type used to store element sizes is an unsigned 64-bit integer.
Definition at line 42 of file ebmlelement.h.
typedef uint32 Media::FileElementTraits< EbmlElement >::identifierType |
The type used to store element IDs is an unsigned 32-bit integer.
Definition at line 37 of file ebmlelement.h.
The implementation type is EbmlElement.
Definition at line 47 of file ebmlelement.h.