Tag Parser 12.1.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
matroskatag.h File Reference
#include "./matroskatagfield.h"
#include "./matroskatagid.h"
#include "../fieldbasedtag.h"
Include dependency graph for matroskatag.h:
This graph shows which files directly or indirectly include this file:

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...