audio_manager_get_voice_input_mute()

Get the mute status of the audio input (to the far end) of the current voice call.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_get_voice_input_mute(bool *mute)

Arguments:

mute

true if the input of the voice call is being muted, false otherwise.

Library:

libaudio_manager

Description:

The audio_manager_get_voice_input_mute() function returns the mute status of the audio input (to the far end) of the current voice call.

A process must have either an effective user ID of root, or the authman capability of access_audio_manager, to use this function.

Note that this function is intended for use by system components. Therefore, it is not suitable for all applications.

Returns:

EOK upon success, negative errno upon failure.