Get an output channel's mute status.
#include <bps/audiomixer.h>
BPS_API int audiomixer_get_output_mute(audiomixer_output_t channel,
bool *is_mute)
BlackBerry 10.0.0
The output channel to get the mute status for.
If true the output channel is muted, if false the output channel is not muted.
The audiomixer_get_output_mute() function gets the mute status of the specified output channel. This function can only be used for audio devices that have full volume control.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.