Toggle an input channel's mute setting.
#include <bps/audiomixer.h>
BPS_API int audiomixer_toggle_input_mute(audiomixer_input_t channel)
BlackBerry 10.0.0
The input channel to toggle the mute setting for.
The audiomixer_toggle_input_mute() function toggles the mute setting of the specified input channel. This function can only be used for audio devices that have full volume control.
BPS_SUCCESS if the mute setting was toggled successfully, BPS_FAILURE with errno set otherwise.