Activate the specified audio manager handle.
#include <audio/audio_manager_routing.h>
int audio_manager_activate_handle(unsigned int audioman_handle)
BlackBerry 10.0.0
The audio manager handle that is being activated
An audio manager handle is used to track each audio source. Use the audio_manager_activate_handle() to activate the specified audio manager handle if it is not bound with a PCM handle.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.