audio_manager_set_input_mute()

Mute the audio input of a given audio device.

Synopsis:

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

Arguments:

dev

The audio device to mute input.

mute

true if the input of the audio device should be muted, false otherwise.

Library:

libaudio_manager

Description:

The audio_manager_set_input_mute() function mutes the audio input of a given audio device.

Returns:

EOK upon success, negative errno upon failure.