Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Go to the source code of this file.
Classes | |
class | TagParser::MatroskaTagMaker |
The MatroskaTagMaker class helps writing Matroska "Tag"-elements storing tag information. More... | |
class | TagParser::FieldMapBasedTagTraits< MatroskaTag > |
Defines traits for the TagField implementation of the MatroskaTag class. More... | |
class | TagParser::MatroskaTag |
Implementation of TagParser::Tag for the Matroska container. More... | |
Namespaces | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |
Enumerations | |
enum class | TagParser::MatroskaTagFlags : std::uint64_t { TagParser::None = 0x0 , TagParser::NormalizeKnownFieldIds = 0x1 } |
The MatroskaTagFlags enum specifies flags which controls parsing and making of Matroska tags. More... | |