Functions in audio_manager_volume.h
Functions for managing audio volume.
Related links
- audio_manager_volume.h
Definitions for supported audio volume controls.
- audio_manager_adjust_input_level()
Adjust the audio input level of a given audio device.
- audio_manager_adjust_output_level()
Adjust the audio output level of a given audio device.
- audio_manager_adjust_voice_output_level()
[Privileged]Adjust the audio output level of a given audio device during voice calls.
- audio_manager_clear_stat_counter()
[Priveleged]Clear the statistic counter of a given statistic entry name.
- audio_manager_decrease_output_level()
Decrease the audio output level of a given audio device.
- audio_manager_decrease_voice_output_level()
[Privileged]Decrease the audio output level of a given audio device during voice calls.
- audio_manager_get_headphone_boost_status()
Get the headphone volume boost status.
- audio_manager_get_headphone_override()
Get the headphone override status.
- audio_manager_get_headphone_unsafe_zone_status()
Get the headphone volume unsafe zone status.
- audio_manager_get_input_level()
Get the audio input level of a given audio device.
- audio_manager_get_input_mute()
Get the mute status of the audio input of a given audio device.
- audio_manager_get_output_level()
Get the audio output level of a given audio device.
- audio_manager_get_output_mute()
Get the mute status of the audio output of a given audio device.
- audio_manager_get_output_volume_steps()
Get the number of available output volume steps.
- audio_manager_get_stat_counter()
Get the statistic counter of a given statistic entry name.
- audio_manager_get_voice_input_mute()
[Privileged]Get the mute status of the audio input (to the far end) of the current voice call.
- audio_manager_get_voice_output_level()
[Privileged]Get the audio output level of a given audio device during voice calls.
- audio_manager_get_voice_output_mute()
[Privileged]Get the mute status of the audio output of a given audio device during voice calls.
- audio_manager_get_voice_output_volume_steps()
Get the number of available voice output volume steps.
- audio_manager_increase_output_level()
Increase the audio output level of a given audio device.
- audio_manager_increase_voice_output_level()
[Privileged]Increase the audio output level of a given audio device during voice calls.
- audio_manager_set_headphone_override()
[Privileged] Set the override status of the headphone output level
- audio_manager_set_headphone_volume_boost()
[Privileged]Set the use of the headphone output volume boost.
- audio_manager_set_headphone_volume_unsafe_zone()
[Privileged]Set the use of the unsafe range of the headphone output volume.
- audio_manager_set_input_level()
Set the audio input level of a given audio device.
- audio_manager_set_input_mute()
Mute the audio input of a given audio device.
- audio_manager_set_output_level()
Set the audio output level of a given audio device.
- audio_manager_set_output_mute()
Mute the audio output of a given audio device.
- audio_manager_set_voice_input_mute()
[Privileged]Mute the audio input (to the far end) of the current voice call.
- audio_manager_set_voice_output_level()
[Privileged]Set the audio output level of a given audio device during voice calls.
- audio_manager_set_voice_output_mute()
[Privileged]Mute the audio output of a given audio device during voice calls.
- audio_manager_toggle_input_mute()
Toggle the audio input mute status of a given audio device.
- audio_manager_toggle_output_mute()
Toggle the audio output mute status of a given audio device.
- audio_manager_toggle_voice_output_mute()
[Privileged]Toggle the audio output mute status of a given audio device during voice calls.