Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./exceptions.h"
#include "./settings.h"
#include "./tagtarget.h"
#include <c++utilities/chrono/datetime.h>
#include <c++utilities/chrono/timespan.h>
#include <c++utilities/io/binaryreader.h>
#include <c++utilities/io/binarywriter.h>
#include <iostream>
#include <memory>
Go to the source code of this file.
Classes | |
class | TagParser::AbstractContainer |
The AbstractContainer class provides an interface and common functionality to parse and make a certain container format. More... | |
Namespaces | |
namespace | CppUtilities |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |