Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./id3v2frame.h"
#include "../fieldbasedtag.h"
#include <c++utilities/misc/flagenumclass.h>
#include <map>
Go to the source code of this file.
Classes | |
struct | 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... | |