Get the buffer status from an MMRENDERER_STATUS_UPDATE event.
#include <bps/mmrenderer.h>
BPS_API const char* mmrenderer_event_get_bufferstatus(bps_event_t *event)
BlackBerry 10.0.0
The MMRENDERER_STATUS_UPDATE event to get the buffer status from.
The mmrenderer_event_get_bufferstatus() function gets the buffer status from the specified MMRENDERER_STATUS_UPDATE event.
A string that represents the buffer status (playing, buffering, or idle), or NULL if the context has not reported a buffer status.