Decrease the audio output level of the specified audio device.
#include <audio/audio_manager_volume.h>
int audio_manager_decrease_output_level(audio_manager_device_t dev)
BlackBerry 10.0.0
The audio device to apply the output level decrease to.
The audio_manager_decrease_output_level() function decreases the audio output level of the specified audio device. The audio device defines the amount or step of the output level to decrease.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.