Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./exceptions.h"
#include <atomic>
#include <cstdint>
#include <functional>
#include <string>
Go to the source code of this file.
Classes | |
class | TagParser::BasicProgressFeedback< ActualProgressFeedback > |
The BasicProgressFeedback class provides the base for ProgressFeedback and AbortableProgressFeedback. More... | |
class | TagParser::ProgressFeedback |
The ProgressFeedback class provides feedback about an ongoing operation via callbacks. More... | |
class | TagParser::AbortableProgressFeedback |
The AbortableProgressFeedback class provides feedback about an ongoing operation via callbacks. More... | |
Namespaces | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |