Audio Manager API
audio_manager_volume.h
Parent topic
:
audio_manager_volume.h
Functions in
audio_manager_volume.h
Functions for managing audio volume.
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()
Adjust the audio output level of a given audio device during voice calls.
audio_manager_clear_stat_counter()
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()
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_output_level_regulation_status()
Get whether the current headphone output level is restricted due to regulations.
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_modem_output_mute()
Get the mute status of the audio output of the modem.
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()
Get the mute status of the audio input (to the far end) of the current voice call.
audio_manager_get_voice_output_level()
Get the audio output level of a given audio device during voice calls.
audio_manager_get_voice_output_mute()
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()
Increase the audio output level of a given audio device during voice calls.
audio_manager_set_headphone_volume_boost()
Set the use of the headphone output volume boost.
audio_manager_set_headphone_volume_unsafe_zone()
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_modem_output_mute()
Mute the audio output of the modem.
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()
Mute the audio input (to the far end) of the current voice call.
audio_manager_set_voice_output_level()
Set the audio output level of a given audio device during voice calls.
audio_manager_set_voice_output_mute()
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()
Toggle the audio output mute status of a given audio device during voice calls.