Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./exceptions.h"
#include "./progressfeedback.h"
#include <c++utilities/io/copy.h>
#include <cstdint>
#include <initializer_list>
#include <iostream>
#include <list>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | TagParser::FileElementTraits< ImplementationType > |
Defines traits for the specified ImplementationType. More... | |
class | TagParser::GenericFileElement< ImplementationType > |
The GenericFileElement class helps to parse binary files which consist of an arboreal element structure. More... | |
Namespaces | |
namespace | CppUtilities |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |