Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
id3v2tag.h File Reference
#include "./id3v2frame.h"
#include "../fieldbasedtag.h"
#include <c++utilities/misc/flagenumclass.h>
#include <map>
Include dependency graph for id3v2tag.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TagParser::FrameComparer
 Defines the order which is used to store ID3v2 frames. More...
 
class  TagParser::Id3v2TagMaker
 The Id3v2TagMaker class helps writing ID3v2 tags. More...
 
class  TagParser::FieldMapBasedTagTraits< Id3v2Tag >
 Defines traits for the TagField implementation of the Id3v2Tag class. More...
 
class  TagParser::Id3v2Tag
 Implementation of TagParser::Tag for ID3v2 tags. More...
 

Namespaces

namespace  TagParser
 Contains all classes and functions of the TagInfo library.
 

Enumerations

enum class  TagParser::Id3v2HandlingFlags : std::uint64_t { TagParser::None = 0 , TagParser::ConvertRecordDateFields = (1 << 1) , TagParser::Defaults = ConvertRecordDateFields }
 The Id3v2Flags enum specifies flags which controls parsing and making of ID3v2 tags. More...