Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./oggiterator.h"
#include "./oggpage.h"
#include "./oggstream.h"
#include "../vorbis/vorbiscomment.h"
#include "../genericcontainer.h"
#include <tuple>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | TagParser::OggParameter |
The OggParameter struct holds the Ogg parameter for a VorbisComment. More... | |
class | TagParser::OggVorbisComment |
Specialization of TagParser::VorbisComment for Vorbis comments inside an Ogg stream. More... | |
class | TagParser::OggContainer |
Implementation of TagParser::AbstractContainer for Ogg files. More... | |
Namespaces | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |