Get the error position from an MMRENDERER_STATE_CHANGE event.
#include <bps/mmrenderer.h>
BPS_API const char* mmrenderer_event_get_error_position(bps_event_t *event)
BlackBerry 10.0.0
The MMRENDERER_STATE_CHANGE event to get the error position from.
The mmrenderer_event_get_error_position() function gets the position that an error occurred from the specified MMRENDERER_STATE_CHANGE event.
A string that represents the error position, or NULL if this event was not generated by a state change from MMR_PLAYING to MMR_STOPPED, or if the state change was caused by an API call. This pointer is valid until you destroy the event.