54static_assert(
sizeof(
ID3v1) == 128);
58#define ID3V1_TAG_LENGTH sizeof(ID3v1)
void init_id3v1(ID3v1 *id3v1)
Initialise ID3v1 tag.
std::array< char, 30 > m_title
Title of sound track.
std::array< char, 30 > m_artist
Artist name.
std::array< char, 30 > m_album
Album name.
char m_title_no
Title number.
char m_padding
Padding byte, must be '\0'.
std::array< char, 3 > m_tag
Contains "TAG".
std::array< char, 4 > m_year
Year of publishing.
char m_genre
Type of music.
std::array< char, 28 > m_comment
Any user comments.