Get the audio concurrency status of the specified audio manager handle.
#include <audio/audio_manager_concurrency.h>
int audio_manager_get_current_audio_handle_concurrency_status(unsigned int audioman_handle, audio_manager_concurrency_t *status)
BlackBerry 10.0.0
The handle to the audio source to query.
The audio concurrency status that's returned.
The audio manager handle points to an audio source. Use audio_manager_get_current_audio_handle_concurrency_status() to return the current audio concurrency status as a audio_manager_concurrency_t value for the specified handle to the audio manager service.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.