Get the audio volume from an MMRENDERER_STATUS_UPDATE event.
#include <bps/mmrenderer.h>
BPS_API const char* mmrenderer_event_get_volume(bps_event_t *event)
BlackBerry 10.0.0
The MMRENDERER_STATUS_UPDATE event to get the audio volume from.
The mmrenderer_event_get_volume() function gets the audio volume from the specified MMRENDERER_STATUS_UPDATE event.
A string that represents the volume (in the form current/max), or NULL if the context has not reported a volume (volume is only reported during audio recording). This pointer is valid until you destroy the event.