Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./mediafileinfo.h"
#include "./abstracttrack.h"
#include "./backuphelper.h"
#include "./diagnostics.h"
#include "./exceptions.h"
#include "./locale.h"
#include "./progressfeedback.h"
#include "./signature.h"
#include "./tag.h"
#include "./id3/id3v1tag.h"
#include "./id3/id3v2tag.h"
#include "./wav/waveaudiostream.h"
#include "./mpegaudio/mpegaudioframestream.h"
#include "./adts/adtsstream.h"
#include "./ivf/ivfstream.h"
#include "./mp4/mp4atom.h"
#include "./mp4/mp4container.h"
#include "./mp4/mp4ids.h"
#include "./mp4/mp4tag.h"
#include "./mp4/mp4track.h"
#include "./matroska/ebmlelement.h"
#include "./matroska/matroskacontainer.h"
#include "./matroska/matroskatag.h"
#include "./matroska/matroskatrack.h"
#include "./ogg/oggcontainer.h"
#include "./flac/flacmetadata.h"
#include "./flac/flacstream.h"
#include <c++utilities/chrono/timespan.h>
#include <c++utilities/conversion/stringconversion.h>
#include <c++utilities/io/path.h>
#include <algorithm>
#include <cstdint>
#include <cstdio>
#include <filesystem>
#include <functional>
#include <iomanip>
#include <ios>
#include <memory>
#include <system_error>
Go to the source code of this file.
Classes | |
struct | TagParser::MediaFileInfoPrivate |
The MediaFileInfoPrivate struct contains private fields of the MediaFileInfo class. More... | |
Namespaces | |
namespace | IoUtilities |
Contains utility classes helping to read and write streams. | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |