Set the album artwork in a metadata structure.
#include <bps/mediaplayer.h>
BPS_API int mediaplayer_metadata_set_album_artwork(mediaplayer_metadata_t *metadata,
const char *album_artwork)
BlackBerry 10.0.0
The mediaplayer_metadata_set_album_artwork() function sets the album artwork in the given metadata structure.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.