audiomixer_get_input_mute()

Get an input channel's mute status.

Synopsis:

#include <bps/audiomixer.h>
 
BPS_API int audiomixer_get_input_mute(audiomixer_input_t channel,
                                      bool *is_mute)

Since:

BlackBerry 10.0.0

Arguments:

channel

The input channel to get the mute status for.

is_mute

If true the input channel is muted, if false the input channel is not muted.

Library:

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

Description:

The audiomixer_get_input_mute() function gets the mute status of the specified input channel. This function can only be used for audio devices that have full volume control.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.