Tag Parser 12.3.1
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
Defines the order which is used to store ID3v2 frames. More...
#include <id3v2tag.h>
Public Member Functions | |
bool | operator() (std::uint32_t lhs, std::uint32_t rhs) const |
Returns true if lhs goes before rhs; otherwise returns false. | |
Defines the order which is used to store ID3v2 frames.
The order is: unique file id, title, other text frames, other frames, cover
bool TagParser::FrameComparer::operator() | ( | std::uint32_t | lhs, |
std::uint32_t | rhs ) const |
Returns true if lhs goes before rhs; otherwise returns false.
Definition at line 647 of file id3v2tag.cpp.