audio_manager_get_voice_output_mute()

[Privileged]Get the mute status of the audio output of a given audio device during voice calls.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_get_voice_output_mute(audio_manager_device_t dev, bool *mute)

Arguments:

dev

The audio device to query.

mute

True, if the output of the audio device is being muted; false, otherwise.

Library:

libaudio_manager

Description:

The audio_manager_get_voice_output_mute() function returns the mute status of the audio output of a given audio device during voice calls.

Returns:

EOK upon success, negative errno upon failure