Tag Parser
9.1.3
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. It allows to calculate the required size. More... | |
class | TagParser::Mp4TagField |
The Mp4TagField class is used by Mp4Tag to store the fields. More... | |
Namespaces | |
TagParser | |
Contains all classes and functions of the TagInfo library. | |
TagParser::RawDataType | |
Encapsulates the most common data type IDs of MP4 tag fields. | |