Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./ebmlid.h"
#include "./matroskaid.h"
#include "../genericfileelement.h"
#include <c++utilities/conversion/stringbuilder.h>
#include <c++utilities/conversion/stringconversion.h>
#include <cstdint>
#include <iostream>
#include <memory>
#include <string_view>
Go to the source code of this file.
Classes | |
class | TagParser::FileElementTraits< EbmlElement > |
Defines traits for the GenericFileElement implementation EbmlElement. More... | |
class | TagParser::EbmlElement |
The EbmlElement class helps to parse EBML files such as Matroska files. More... | |
Namespaces | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |