Tag Parser  10.0.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Namespaces | Functions
matroskaid.cpp File Reference
#include "./matroskaid.h"
#include "./ebmlid.h"
Include dependency graph for matroskaid.cpp:

Go to the source code of this file.

Namespaces

 TagParser
 Contains all classes and functions of the TagInfo library.
 
 TagParser::MatroskaIds
 Encapsulates the most common Matroska element IDs.
 
 TagParser::MatroskaTrackType
 Encapsulates the most common Matroska track IDs.
 

Functions

TAG_PARSER_EXPORT std::string_view TagParser::matroskaIdName (std::uint32_t matroskaId)
 Returns a string for the specified matroskaId if known; otherwise returns an empty string. More...
 
TAG_PARSER_EXPORT MatroskaElementLevel TagParser::matroskaIdLevel (std::uint32_t matroskaId)
 Returns the level at which elements with the specified matroskaId are supposed to occur in a Matroska file. More...