audio_manager_suspend_handle()

Suspend the specified audio source.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

audioman_handle

The audio manager handle that is being suspended.

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 audio_manager_suspend_handle() to suspend the specified handle to the audio source when 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.