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