Tag Parser
9.1.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 | |
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 | |
const TAG_PARSER_EXPORT char * | 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... | |