Retrieve whether the previous track functionality should be enabled from the MEDIACONTROLLER_METADATA event.
#include <bps/mediacontroller.h>
BPS_API bool mediacontroller_event_get_previous_enabled(bps_event_t *event)
BlackBerry 10.0.0
The MEDIACONTROLLER_METADATA event to extract the previous track enabled state from.
The mediacontroller_event_get_metadata_previous_enabled() function extracts whether the previous track functionality should be enabled from the specified MEDIACONTROLLER_METADATA event. Enabled in this sense implies that there is a previous track to proceed to should the command be sent (see the mediacontroller_previous_track() function for more details).
The boolean value representing the previous track enabled state. Returning false indicates disabled, and true indicates enabled.