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