|
Tag Parser
8.3.0
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 | |
| using | ContainerType = Mp4Container |
| using | IdentifierType = byte |
| using | DataSizeType = uint32 |
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 16 of file mpeg4descriptor.h.
Definition at line 18 of file mpeg4descriptor.h.
| using TagParser::FileElementTraits< Mpeg4Descriptor >::DataSizeType = uint32 |
Definition at line 20 of file mpeg4descriptor.h.
| using TagParser::FileElementTraits< Mpeg4Descriptor >::IdentifierType = byte |
Definition at line 19 of file mpeg4descriptor.h.
|
inlinestatic |
Returns the minimal descriptor size which is 2 byte.
Definition at line 25 of file mpeg4descriptor.h.
1.8.15