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