audio_manager_get_input_mute()

Get the mute status of the audio input of the specified audio device.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

dev

The audio device to query.

mute

true if the input of the audio device is being muted, false otherwise.

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Description:

The audio_manager_get_input_mute() function returns the mute status of the audio input of the specified audio device.

Returns:

EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.