Functions | |
bool | sp_album_is_loaded (sp_album *album) |
sp_artist * | sp_album_artist (sp_album *album) |
const byte * | sp_album_cover (sp_album *album) |
const char * | sp_album_name (sp_album *album) |
int | sp_album_year (sp_album *album) |
void | sp_album_add_ref (sp_album *album) |
void | sp_album_release (sp_album *album) |
void sp_album_add_ref | ( | sp_album * | album | ) |
Increase the reference count of an album
[in] | album | The album object |
Get the artist associated with the given album
[in] | album | Album object |
const byte* sp_album_cover | ( | sp_album * | album | ) |
Return image ID representing the album's coverart.
[in] | album | Album object |
bool sp_album_is_loaded | ( | sp_album * | album | ) |
Check if the album object is populated with data
[in] | album | Album object |
const char* sp_album_name | ( | sp_album * | album | ) |
Return name of album
[in] | album | Album object |
void sp_album_release | ( | sp_album * | album | ) |
Decrease the reference count of an album
[in] | album | The album object |
int sp_album_year | ( | sp_album * | album | ) |