Retrieve the input path of the audio device specified in an audio device information structure.
#include <bps/audiodevice.h>
BPS_API const char* audiodevice_info_get_input_path(audiodevice_info_t *info)
BlackBerry 10.0.0
The audiodevice_info_t structure to get the input path from.
The audiodevice_info_get_input_path() function gets the input path of the audio device in the specified audiodevice_info_t structure.
The input path.