Tag Parser  6.3.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Public Types | List of all members
Media::TagFieldTraits< Mp4TagField > Class Template Reference

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...
 

Detailed Description

template<>
class Media::TagFieldTraits< Mp4TagField >

Defines traits for the TagField implementation of the Mp4TagField class.

Definition at line 57 of file mp4tagfield.h.

Member Typedef Documentation

◆ identifierType

Fields in a iTunes-style MP4 tag are identified by 32-bit unsigned integers.

Definition at line 63 of file mp4tagfield.h.

◆ implementationType

The implementation type is Mp4TagField.

Definition at line 73 of file mp4tagfield.h.

◆ typeInfoType

The type info is stored using 32-bit unsigned integers.

Definition at line 68 of file mp4tagfield.h.


The documentation for this class was generated from the following file: