audiodevice_info_has_keepalive()

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

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

info

The audiodevice_info_t structure to get the keep alive flag from.

Library:

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

Description:

The audiodevice_info_has_keepalive() function indicates whether the audio device in the specified audiodevice_info_t structure is kept alive when no audio stream is active.

Returns:

The keep alive flag.