Tag Parser
8.0.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::Id3v2FrameIds | |
Encapsulates the most common ID3v2 frame IDs and related functions. | |
Functions | |
uint32 | TagParser::Id3v2FrameIds::convertToShortId (uint32 id) |
Converts the specified long frame ID to the equivalent short frame ID. More... | |
uint32 | TagParser::Id3v2FrameIds::convertToLongId (uint32 id) |
Converts the specified short frame ID to the equivalent long frame ID. More... | |