Suspend the specified audio source.
#include <audio/audio_manager_routing.h>
int audio_manager_suspend_handle(unsigned int audioman_handle)
BlackBerry 10.0.0
The audio manager handle that is being suspended.
An audio manager handle is used to track each audio source. Use audio_manager_suspend_handle() to suspend the specified handle to the audio source when 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.