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