Tag Parser
6.2.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Defines traits for the GenericFileElement implementation Mpeg4Descriptor. More...
#include <mpeg4descriptor.h>
Public Types | |
typedef Mp4Container | containerType |
The container type used to store such elements is Mp4Container. More... | |
typedef byte | identifierType |
The type used to store atom IDs is an unsigned 32-bit integer. More... | |
typedef uint32 | dataSizeType |
The type used to store element sizes is an unsigned 32-bit integer. More... | |
typedef Mpeg4Descriptor | implementationType |
The implementation type is Mp4Atom. More... | |
Static Public Member Functions | |
static constexpr byte | minimumElementSize () |
Returns the minimal descriptor size which is 2 byte. More... | |
Defines traits for the GenericFileElement implementation Mpeg4Descriptor.
Definition at line 17 of file mpeg4descriptor.h.
The container type used to store such elements is Mp4Container.
Definition at line 23 of file mpeg4descriptor.h.
typedef uint32 Media::FileElementTraits< Mpeg4Descriptor >::dataSizeType |
The type used to store element sizes is an unsigned 32-bit integer.
Definition at line 33 of file mpeg4descriptor.h.
typedef byte Media::FileElementTraits< Mpeg4Descriptor >::identifierType |
The type used to store atom IDs is an unsigned 32-bit integer.
Definition at line 28 of file mpeg4descriptor.h.
The implementation type is Mp4Atom.
Definition at line 38 of file mpeg4descriptor.h.
|
inlinestatic |
Returns the minimal descriptor size which is 2 byte.
Definition at line 43 of file mpeg4descriptor.h.