Get the preferred system audio input path.
#include <audio/audio_manager_device.h>
int audio_manager_get_preferred_audio_input_path(char *path, int *size)
BlackBerry 10.0.0
The audio path.
The size of the path buffer. If the size is not sufficient, the minimum size to store the path is returned.
Use audio_manager_get_preferred_audio_input_path() to retrieve the preferred system audio input path.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.