This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | ID3v1Tag |
Functions | |
const char * | ID3v1_GetGenreString (int genre) |
Get string for a id3v1 genre id. | |
int | ID3v1_ReadTag (FILE *f, ID3v1Tag *tag) |
Read a ID3, version 1 tag from a file. |
|
Get string for a id3v1 genre id.
|
|
Read a ID3, version 1 tag from a file. The file position is restored, after the tag has been read from the end of the file. For further information about the I3v1 Tag, see http://www.id3.org
Definition at line 104 of file id3v1.cpp. References ID3v1Tag::album, ID3v1Tag::artist, ID3v1Tag::comment, ID3v1Tag::genre, ID3v1Tag::title, ID3v1Tag::track, trim(), and ID3v1Tag::year. |