audio_manager_get_handle_status()

Get the status of the given audio manager handle.

Synopsis:

#include <audio/audio_manager_routing.h>
 
int audio_manager_get_handle_status(unsigned int audioman_handle, bool *suspended, bool *bound)

Arguments:

audioman_handle

The audio manager handle to query.

suspended

True, if the audio manager handle is suspended; false, otherwise.

bound

True, if the audio manager handle is bound to a PCM handle; false, otherwise.

Library:

libaudio_manager

Description:

The audio_manager_get_handle_status() function returns the activation status and binding status of a given audio manager handle.

Returns:

EOK upon success, negative errno upon failure.