Tag Parser
9.0.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "./abstractcontainer.h"
#include "./basicfileinfo.h"
#include "./settings.h"
#include "./signature.h"
#include <cstdint>
#include <memory>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Classes | |
class | TagParser::MediaFileInfo |
The MediaFileInfo class allows to read and write tag information providing a container/tag format independent interface. More... | |
Namespaces | |
TagParser | |
Contains all classes and functions of the TagInfo library. | |
Enumerations | |
enum | TagParser::ParsingStatus : std::uint8_t { TagParser::ParsingStatus::NotParsedYet, TagParser::ParsingStatus::Ok, TagParser::ParsingStatus::NotSupported, TagParser::ParsingStatus::CriticalFailure } |
The ParsingStatus enum specifies whether a certain part of the file (tracks, tags, ...) has been parsed yet and if what the parsing result is. More... | |