#include <id3.h>
Inheritance diagram for id3:
Public Member Functions | |
id3 (void) | |
ID3 constructor. | |
virtual | ~id3 (void) |
ID3 destructor. | |
void | link (const string &FileName) |
Link the tag object with a file. | |
string | GetSong (void) const |
Get the song from the tag. | |
string | GetArtist (void) const |
Get the artist from the tag. | |
string | GetAlbum (void) const |
Get the album from the tag. | |
string | GetYear (void) const |
Get the year from the tag. | |
string | GetTrack (void) const |
Get the track from the tag. | |
string | GetGenre (void) const |
Get the genre from the tag. | |
string | GetComment (void) const |
Get the comment from the tag. | |
Protected Attributes | |
ID3_Tag * | m_pTag |
ID3 Tag object from ID3Lib. | |
Private Member Functions | |
string | GetFrameDesc (ID3_FrameID FrameID) const |
Get the frame description. | |
string | GetGenreDesc (int Genre) const |
Get the genre description. | |
Static Private Attributes | |
const int | ID3_GENRES = 148 |
Number of genres. | |
const string | GENRE_DESC [ID3_GENRES] |
Genres description. |
|
ID3 constructor.
|
|
ID3 destructor.
|
|
Link the tag object with a file.
|
|
Get the song from the tag.
|
Here is the call graph for this function:
|
Get the artist from the tag.
|
Here is the call graph for this function:
|
Get the album from the tag.
|
Here is the call graph for this function:
|
Get the year from the tag.
|
Here is the call graph for this function:
|
Get the track from the tag.
|
Here is the call graph for this function:
|
Get the genre from the tag.
|
Here is the call graph for this function:
|
Get the comment from the tag.
|
Here is the call graph for this function:
|
Get the frame description.
|
|
Get the genre description.
|
|
Number of genres.
|
|
Genres description.
|
|
ID3 Tag object from ID3Lib.
|
![]() |
![]() |
![]() |