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