audio_manager_get_current_audio_handle_concurrency_status()

Get the audio concurrency status of the specified audio manager handle.

Synopsis:

#include <audio/audio_manager_concurrency.h>
 
int audio_manager_get_current_audio_handle_concurrency_status(unsigned int audioman_handle, audio_manager_concurrency_t *status)

Since:

BlackBerry 10.0.0

Arguments:

audioman_handle

The handle to the audio source to query.

status

The audio concurrency status that's returned.

Library:

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

Description:

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.

Returns:

EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.