audiodevice_info_is_suspended()

Indicate whether the audio device specified in an audio device information structure is suspended.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

info

The audiodevice_info_t structure to get the suspended flag from.

Library:

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

Description:

The audiodevice_info_is_suspended() function indicates whether the audio device in the specified audiodevice_info_t structure is temporarily disabled by the system.

Returns:

The suspended flag.