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.
Namespaces | |
namespace | TagParser |
Contains all classes and functions of the TagInfo library. | |
namespace | TagParser::MatroskaIds |
Encapsulates the most common Matroska element IDs. | |
namespace | 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. | |
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. | |