Release the handle to the audio source that is managed by the audio manager service.
#include <audio/audio_manager_routing.h>
int audio_manager_free_handle(unsigned int audioman_handle)
BlackBerry 10.0.0
The handle that is disassociated with the audio source.
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.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.