Toggle an output channel's mute setting.
#include <bps/audiomixer.h>
BPS_API int audiomixer_toggle_output_mute(audiomixer_output_t channel)
BlackBerry 10.0.0
The output channel to toggle the mute setting for.
The audiomixer_toggle_output_mute() function toggles the mute setting of the specified output 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.