#include <globals.h>
Public Attributes | |
| char | sID [1+ID3_V1_LEN_ID] |
| String for storing the "TAG" identifier. | |
| char | sTitle [1+ID3_V1_LEN_TITLE] |
| String for storing the title. | |
| char | sArtist [1+ID3_V1_LEN_ARTIST] |
| String for storing the artist. | |
| char | sAlbum [1+ID3_V1_LEN_ALBUM] |
| String for storing the album. | |
| char | sYear [1+ID3_V1_LEN_YEAR] |
| String for storing the year. | |
| char | sComment [1+ID3_V1_LEN_COMMENT] |
| String for storing the comment. | |
| uchar | ucGenre |
| Byte for storing the genre. | |
|
|
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.
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001