audiodevice_info_get_num_input_channels()

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

Synopsis:

#include <bps/audiodevice.h>
 
BPS_API int audiodevice_info_get_num_input_channels(audiodevice_info_t *info)

Since:

BlackBerry 10.0.0

Arguments:

info

The audiodevice_info_t structure to get the number of input channels from.

Library:

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

Description:

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.

Returns:

The number of input channels.