Get the playing position from an MMRENDERER_STATUS_UPDATE event.
#include <bps/mmrenderer.h>
BPS_API const char* mmrenderer_event_get_position(bps_event_t *event)
BlackBerry 10.0.0
The MMRENDERER_STATUS_UPDATE event to get the playing position from.
The mmrenderer_event_get_position() function gets the playing position of the context from the specified MMRENDERER_STATUS_UPDATE event.
A string that represents the position, or NULL if the context has not reported a position yet. This pointer is valid until you destroy the event.