audiodevice_info_has_input()

Indicate whether the audio device has input from an audio device information structure.

Synopsis:

#include <bps/audiodevice.h>
 
BPS_API bool audiodevice_info_has_input(audiodevice_info_t *info)

Since:

BlackBerry 10.0.0

Arguments:

info

The audiodevice_info_t structure to get the input flag from.

Library:

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

Description:

The audiodevice_info_has_input() function indicates whether the audio device in the specified audiodevice_info_t structure has input.

Returns:

The input flag.