audiomixer_increase_output_level()

Increase an output channel's volume.

Synopsis:

#include <bps/audiomixer.h>
 
BPS_API int audiomixer_increase_output_level(audiomixer_output_t channel)

Since:

BlackBerry 10.0.0

Arguments:

channel

The output channel to increase the volume for.

Library:

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

Description:

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.

Returns:

BPS_SUCCESS if the volume was increased successfully, BPS_FAILURE with errno set otherwise.