Tag Parser
6.2.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Defines traits for the TagField implementation of the Mp4TagField class. More...
#include <mp4tagfield.h>
Public Types | |
typedef uint32 | identifierType |
Fields in a iTunes-style MP4 tag are identified by 32-bit unsigned integers. More... | |
typedef uint32 | typeInfoType |
The type info is stored using 32-bit unsigned integers. More... | |
typedef Mp4TagField | implementationType |
The implementation type is Mp4TagField. More... | |
Defines traits for the TagField implementation of the Mp4TagField class.
Definition at line 57 of file mp4tagfield.h.
typedef uint32 Media::TagFieldTraits< Mp4TagField >::identifierType |
Fields in a iTunes-style MP4 tag are identified by 32-bit unsigned integers.
Definition at line 63 of file mp4tagfield.h.
The implementation type is Mp4TagField.
Definition at line 73 of file mp4tagfield.h.
typedef uint32 Media::TagFieldTraits< Mp4TagField >::typeInfoType |
The type info is stored using 32-bit unsigned integers.
Definition at line 68 of file mp4tagfield.h.