audio_manager_toggle_input_mute()

Toggle the audio input mute status of a given audio device.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_toggle_input_mute(audio_manager_device_t dev)

Arguments:

dev

The audio device that the toggle is applied to.

Library:

libaudio_manager

Description:

The audio_manager_toggle_output_mute() function toggles the mute status of the audio input of a given audio device.

Returns:

EOK upon success, negative errno upon failure.