Set the volume mute state.
#include <bps/mediacontroller.h>
BPS_API int mediacontroller_volume_set_mute(bool mute)
BlackBerry 10.0.0
The state to set the volume mute to.
The mediacontroller_volume_set_mute() function sets the volume mute state to the given mute state.
BPS_SUCCESS when the function completes successfully, BPS_FAILURE with errno value set otherwise.