|
const std::string & | GetAlbum () const |
| Get Album that the current song is from. More...
|
|
const std::string & | GetAlbumArtist () const |
| Get album artist names, as a single string-. More...
|
|
const std::string & | GetArtist () const |
| Get artist names, as a single string-. More...
|
|
const std::string & | GetComment () const |
| Get additional information comment (if present). More...
|
|
int | GetDisc () const |
| Get disk number (if present) More...
|
|
int | GetDuration () const |
| Get the duration of music as integer from info. More...
|
|
const std::string & | GetGenre () const |
| Get genre name from music as string if present. More...
|
|
const std::string & | GetLyrics () const |
| Get string from lyrics. More...
|
|
int | GetRating () const |
| Get the user-defined rating of the current song. More...
|
|
const std::string & | GetTitle () const |
| Get title of the current song. More...
|
|
int | GetTrack () const |
| Get track number (if present). More...
|
|
int | GetYear () const |
| Get year that the current song was released. More...
|
|
void | SetAlbum (const std::string &album) |
| Set Album that the current song is from. More...
|
|
void | SetAlbumArtist (const std::string &albumArtist) |
| Set album artist names, as a single stringalbum artist name. More...
|
|
void | SetArtist (const std::string &artist) |
| Set artist names, as a single string-. More...
|
|
void | SetComment (const std::string &comment) |
| Set additional information comment (if present). More...
|
|
void | SetDisc (int discNumber) |
| Set disk number (if present) from music info as integer. More...
|
|
void | SetDuration (int duration) |
| Set the duration of music as integer from info. More...
|
|
void | SetGenre (const std::string &genre) |
| Set genre name from music as string if present. More...
|
|
void | SetLyrics (const std::string &lyrics) |
| Set string from lyrics. More...
|
|
void | SetRating (int rating) |
| Set the user-defined rating of the current song. More...
|
|
void | SetTitle (const std::string &title) |
| Set title of the current song. More...
|
|
void | SetTrack (int trackNumber) |
| Set track number (if present) from music info as integer. More...
|
|
void | SetYear (int year) |
| Set year that the current song was released. More...
|
|