#include <globals.h>
Public Attributes | |
char | sID [1+ID3_V1_LEN_ID] |
String for storing the "TAG" identifier. More... | |
char | sTitle [1+ID3_V1_LEN_TITLE] |
String for storing the title. More... | |
char | sArtist [1+ID3_V1_LEN_ARTIST] |
String for storing the artist. More... | |
char | sAlbum [1+ID3_V1_LEN_ALBUM] |
String for storing the album. More... | |
char | sYear [1+ID3_V1_LEN_YEAR] |
String for storing the year. More... | |
char | sComment [1+ID3_V1_LEN_COMMENT] |
String for storing the comment. More... | |
uchar | ucGenre |
Byte for storing the genre. More... |
|
String for storing the album.
|
|
String for storing the artist.
|
|
String for storing the comment.
|
|
String for storing the "TAG" identifier.
|
|
String for storing the title.
|
|
String for storing the year.
|
|
Byte for storing the genre.
|