Functions | |
const char * | sp_artist_name (sp_artist *artist) |
bool | sp_artist_is_loaded (sp_artist *artist) |
const byte * | sp_artist_portrait (sp_artist *artist, sp_image_size size) |
sp_error | sp_artist_add_ref (sp_artist *artist) |
sp_error | sp_artist_release (sp_artist *artist) |
Increase the reference count of a artist
[in] | artist | The artist object |
bool sp_artist_is_loaded | ( | sp_artist * | artist | ) |
Check if the artist object is populated with data
[in] | artist | An artist object |
const char* sp_artist_name | ( | sp_artist * | artist | ) |
Return name of artist
[in] | artist | Artist object |
const byte* sp_artist_portrait | ( | sp_artist * | artist, | |
sp_image_size | size | |||
) |
Return portrait for artist
[in] | artist | The artist object |
[in] | size | The desired size of the image |