Retrieve the audio device's path from an AUDIODEVICE_INFO event.
#include <bps/audiodevice.h>
BPS_API const char* audiodevice_event_get_path(bps_event_t *event)
BlackBerry 10.0.0
The AUDIODEVICE_INFO event to extract the audio device from.
The audiodevice_event_get_path() function extracts the audio device's path from the specified AUDIODEVICE_INFO event.
The audio device's path. The caller does not free this buffer.