|
Tag Parser
8.3.0
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 | |
| TAG_PARSER_EXPORT const char * | TagParser::matroskaIdName (uint32 matroskaId) |
| Returns a string for the specified matroskaId if known; otherwise returns an empty string. More... | |
| TAG_PARSER_EXPORT MatroskaElementLevel | TagParser::matroskaIdLevel (uint32 matroskaId) |
| Returns the level at which elements with the specified matroskaId are supposed to occur in a Matroska file. More... | |
1.8.15