Tag Parser
6.5.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Defines traits for the GenericFileElement implementation Mp4Atom. More...
#include <mp4atom.h>
Public Types | |
typedef Mp4Container | containerType |
The container type used to store such elements is Mp4Container. More... | |
typedef uint32 | identifierType |
The type used to store atom 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 Mp4Atom | implementationType |
The implementation type is Mp4Atom. More... | |
Static Public Member Functions | |
static constexpr byte | minimumElementSize () |
Returns the minimal atom size which is 8 byte. More... | |
Defines traits for the GenericFileElement implementation Mp4Atom.
typedef Mp4Container Media::FileElementTraits< Mp4Atom >::containerType |
The container type used to store such elements is Mp4Container.
typedef uint64 Media::FileElementTraits< Mp4Atom >::dataSizeType |
typedef uint32 Media::FileElementTraits< Mp4Atom >::identifierType |
typedef Mp4Atom Media::FileElementTraits< Mp4Atom >::implementationType |
|
inlinestatic |