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