Determine the status of the specified audio manager handle.
#include <audio/audio_manager_routing.h>
int audio_manager_get_handle_status(unsigned int audioman_handle, bool *suspended, bool *bound)
BlackBerry 10.0.0
The audio manager handle to query.
Whether the handle is to be suspended after allocation. A value of true to suspend the audio source after allocation while a value of false indicates otherwise.
A pointer that specifies whether handle to the audio source is bound to the PCM source. When a value of true is returned, it indicates that the audio manager audio manager handle is bound to a PCM handle. A value of false indicates otherwise.
An audio manager handle is used to track each audio source. The audio_manager_get_handle_status() function returns the activation status and binding status of the specified audio manager handle.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.