Tag Parser
7.1.0
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 |
typedef uint32 | IdentifierType |
typedef uint64 | DataSizeType |
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 TagParser::FileElementTraits< Mp4Atom >::ContainerType |
typedef uint64 TagParser::FileElementTraits< Mp4Atom >::DataSizeType |
typedef uint32 TagParser::FileElementTraits< Mp4Atom >::IdentifierType |
|
inlinestatic |