Indicate whether the audio device specified in an audio device information structure is public.
#include <bps/audiodevice.h>
BPS_API bool audiodevice_info_is_public(audiodevice_info_t *info)
BlackBerry 10.0.0
The audiodevice_info_t structure to get the public flag from.
The audiodevice_info_is_public() function indicates whether the audio device in the specified audiodevice_info_t structure is public (audibile by many people) or not (audible by only one person).
The public flag.