|
Tag Parser
8.3.0
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>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 | |
| IoUtilities | |
| Contains utility classes helping to read and write streams. | |
| TagParser | |
| Contains all classes and functions of the TagInfo library. | |
1.8.15