audiodevice_info_has_audioprocessing()

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

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

info

The audiodevice_info_t structure to get the audio processing flag from.

Library:

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

Description:

The audiodevice_info_has_audioprocessing() function indicates whether the audio device in the specified audiodevice_info_t structure has audio processing.

Returns:

The audio processing flag.