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