audiodevice_info_get_input_path()

Retrieve the input path of the audio device specified in an audio device information structure.

Synopsis:

#include <bps/audiodevice.h>
 
BPS_API const char* audiodevice_info_get_input_path(audiodevice_info_t *info)

Since:

BlackBerry 10.0.0

Arguments:

info

The audiodevice_info_t structure to get the input path from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The audiodevice_info_get_input_path() function gets the input path of the audio device in the specified audiodevice_info_t structure.

Returns:

The input path.