Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "../generictagfield.h"
#include <c++utilities/conversion/stringconversion.h>
#include <c++utilities/io/binarywriter.h>
#include <cstdint>
#include <sstream>
#include <vector>
Go to the source code of this file.
Classes | |
class | TagParser::TagFieldTraits< Mp4TagField > |
Defines traits for the TagField implementation of the Mp4TagField class. More... | |
class | TagParser::Mp4TagFieldMaker |
The Mp4TagFieldMaker class helps making tag fields. More... | |
class | TagParser::Mp4TagField |
The Mp4TagField class is used by Mp4Tag to store the fields. More... | |
struct | TagParser::Mp4TagField::AdditionalData |
Namespaces | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |
namespace | TagParser::RawDataType |
Encapsulates the most common data type IDs of MP4 tag fields. | |