Tag Parser
8.0.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 | |
using | ContainerType = Mp4Container |
using | IdentifierType = uint32 |
using | DataSizeType = uint64 |
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.
using TagParser::FileElementTraits< Mp4Atom >::ContainerType = Mp4Container |
using TagParser::FileElementTraits< Mp4Atom >::DataSizeType = uint64 |
using TagParser::FileElementTraits< Mp4Atom >::IdentifierType = uint32 |
|
inlinestatic |