Adjust the audio output level of a given audio device during voice calls.
#include <audio/audio_manager_volume.h>
int audio_manager_adjust_voice_output_level(audio_manager_device_t dev, double level)
The audio device that the new output level is applied to.
The change in level of the audio output in percentage, 0.00 - 100.0. (e.g. 10.00 = 10% increase, -10.00 = 10% decrease)
The audio_manager_adjust_voice_output_level() function adjusts the audio output level of a given audio device during voice calls.
A process must have either an effective user ID of root, or the authman capability of access_audio_manager, to use this function.
Note that this function is intended for use by system components. Therefore, it is not suitable for all applications.
EOK upon success, negative errno upon failure.