Retrieve the path to the album artwork from the MEDIACONTROLLER_METADATA event.
#include <bps/mediacontroller.h>
BPS_API const char* mediacontroller_event_get_metadata_album_artwork(bps_event_t *event)
BlackBerry 10.0.0
The MEDIACONTROLLER_METADATA event to extract the path to the album artwork from.
The mediacontroller_event_get_metadata_album_artwork() function extracts the path to the album artwork from the specified MEDIACONTROLLER_METADATA event.
The string representing the path to the album artwork, or a NULL value if the album artwork was not available.