Increase an output channel's volume.
#include <bps/audiomixer.h>
BPS_API int audiomixer_increase_output_level(audiomixer_output_t channel)
BlackBerry 10.0.0
The output channel to increase the volume for.
The audiomixer_increase_output_level() function increases 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 increased successfully, BPS_FAILURE with errno set otherwise.