Toggle the audio input mute status of the specified audio device.
#include <audio/audio_manager_volume.h>
int audio_manager_toggle_input_mute(audio_manager_device_t dev)
BlackBerry 10.0.0
The audio device that the toggle is applied to.
The audio_manager_toggle_output_mute() function toggles the mute status of the audio input of the specified audio device.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.