audio_manager_activate_handle()

Activate the specified audio manager handle.

Synopsis:

#include <audio/audio_manager_routing.h>
 
int audio_manager_activate_handle(unsigned int audioman_handle)

Since:

BlackBerry 10.0.0

Arguments:

audioman_handle

The audio manager handle that is being activated

Library:

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

Description:

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.

Returns:

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