Decrease an output channel's volume.
#include <bps/audiomixer.h>
BPS_API int audiomixer_decrease_output_level(audiomixer_output_t channel)
BlackBerry 10.0.0
The output channel to decrease the volume for.
The audiomixer_decrease_output_level() function decreases the volume of the specified output channel by an unspecified amount. This function can be used for audio devices that have simple or full volume control.
BPS_SUCCESS if the volume was decreased successfully, BPS_FAILURE with errno set otherwise.