audio_manager_free_handle()

Release the handle to the audio source that is managed by the audio manager service.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

audioman_handle

The handle that is disassociated with the audio source.

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. The audio_manager_free_handle() function frees the channel associated with the audio source.

Returns:

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