Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./id3v2frameids.h"
#include "../generictagfield.h"
#include "../tagvalue.h"
#include <c++utilities/conversion/stringconversion.h>
#include <c++utilities/io/binaryreader.h>
#include <c++utilities/io/binarywriter.h>
#include <iosfwd>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | TagParser::Id3v2FrameMaker |
The Id3v2FrameMaker class helps making ID3v2 frames. More... | |
class | TagParser::TagFieldTraits< Id3v2Frame > |
Defines traits for the TagField implementation of the Id3v2Frame class. More... | |
class | TagParser::Id3v2Frame |
The Id3v2Frame class is used by Id3v2Tag to store the fields. More... | |
Namespaces | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |