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

Defines traits for the TagField implementation of the Id3v2Frame class. More...

#include <id3v2frame.h>

Public Types

typedef uint32 identifierType
 Fields in an ID3 tag are identified by 32-bit unsigned integers. More...
 
typedef byte typeInfoType
 The type info is stored using bytes. More...
 
typedef Id3v2Frame implementationType
 The implementation type is Id3v2Frame. More...
 

Detailed Description

template<>
class Media::TagFieldTraits< Id3v2Frame >

Defines traits for the TagField implementation of the Id3v2Frame class.

Definition at line 81 of file id3v2frame.h.

Member Typedef Documentation

◆ identifierType

Fields in an ID3 tag are identified by 32-bit unsigned integers.

Definition at line 87 of file id3v2frame.h.

◆ implementationType

The implementation type is Id3v2Frame.

Definition at line 97 of file id3v2frame.h.

◆ typeInfoType

The type info is stored using bytes.

Definition at line 92 of file id3v2frame.h.


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