FFmpegfs Fuse Multi Media Filesystem 2.16
|
ID3 version 1 tag More...
#include <id3v1tag.h>
Public Attributes | |
std::array< char, 3 > | m_tag |
Contains "TAG". More... | |
std::array< char, 30 > | m_title |
Title of sound track. More... | |
std::array< char, 30 > | m_artist |
Artist name. More... | |
std::array< char, 30 > | m_album |
Album name. More... | |
std::array< char, 4 > | m_year |
Year of publishing. More... | |
std::array< char, 28 > | m_comment |
Any user comments. More... | |
char | m_padding |
Padding byte, must be '\0'. More... | |
char | m_title_no |
Title number. More... | |
char | m_genre |
Type of music. More... | |
ID3 version 1 tag
Definition at line 41 of file id3v1tag.h.
std::array<char, 30> ID3v1::m_album |
Album name.
Definition at line 46 of file id3v1tag.h.
std::array<char, 30> ID3v1::m_artist |
Artist name.
Definition at line 45 of file id3v1tag.h.
std::array<char, 28> ID3v1::m_comment |
Any user comments.
Definition at line 48 of file id3v1tag.h.
char ID3v1::m_genre |
Type of music.
Definition at line 51 of file id3v1tag.h.
char ID3v1::m_padding |
Padding byte, must be '\0'.
Definition at line 49 of file id3v1tag.h.
std::array<char, 3> ID3v1::m_tag |
Contains "TAG".
Definition at line 43 of file id3v1tag.h.
std::array<char, 30> ID3v1::m_title |
Title of sound track.
Definition at line 44 of file id3v1tag.h.
char ID3v1::m_title_no |
Title number.
Definition at line 50 of file id3v1tag.h.
std::array<char, 4> ID3v1::m_year |
Year of publishing.
Definition at line 47 of file id3v1tag.h.