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