Tag Parser 12.2.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Loading...
Searching...
No Matches
id3v2frameids.cpp File Reference
#include "./id3v2frameids.h"
#include "../exceptions.h"
Include dependency graph for id3v2frameids.cpp:

Go to the source code of this file.

Namespaces

namespace  TagParser
 Contains all classes and functions of the TagInfo library.
 
namespace  TagParser::Id3v2FrameIds
 Encapsulates the most common ID3v2 frame IDs and related functions.
 

Functions

TAG_PARSER_EXPORT std::uint32_t TagParser::Id3v2FrameIds::convertToShortId (std::uint32_t id)
 Converts the specified long frame ID to the equivalent short frame ID.
 
TAG_PARSER_EXPORT std::uint32_t TagParser::Id3v2FrameIds::convertToLongId (std::uint32_t id)
 Converts the specified short frame ID to the equivalent long frame ID.
 
bool TagParser::Id3v2FrameIds::isPreId3v24Id (uint32_t id)
 Returns whether id is only supported in ID3v2.3.x and older and therefore can not be used in an ID3v2.4.x tag.
 
bool TagParser::Id3v2FrameIds::isOnlyId3v24Id (uint32_t id)
 Returns whether id is only supported inID3v2.4.x and therefore can not be used in older versions.