Functions for managing audio devices.
API component | Description |
---|---|
audio_manager_get_default_device() | Get the current default audio output device picked by audio manager. |
audio_manager_get_default_input_device() | Get the current default audio input device picked by audio manager. |
audio_manager_get_device_audio_capabilities() | Get the audio capabilities of a given audio device. |
audio_manager_get_device_audio_config() | Get the audio configuration of a given audio device. |
audio_manager_get_device_audio_path() | Get the output audio path of a given audio device. |
audio_manager_get_device_audio_public() | Get whether an output audio is public. |
audio_manager_get_device_button_states() | Get the current button states of a given output device. |
audio_manager_get_device_capability() | Get the capabilities of a given audio device. |
audio_manager_get_device_dependency() | Get the dependency of a given audio device. |
audio_manager_get_device_from_name() | Get the audio device given the name of the device. |
audio_manager_get_device_name() | Get the audio device name given the type of the device. |
audio_manager_get_device_volume_control() | Get the type of volume control of a given audio device. |
audio_manager_get_preferred_audio_input_path() | Get the preferred system audio input path. |
audio_manager_get_preferred_audio_output_path() | Get the preferred system audio output path. |
audio_manager_is_device_connected() | Check whether a given audio device is connected to the system. |
audio_manager_is_device_kept_alive() | Check whether a given audio device is kept alive by the system. |
audio_manager_is_device_supported() | Check whether a given audio device is supported by the system. |
audio_manager_is_device_suspended() | Check whether a given audio device is suspended by the system. |
audio_manager_is_hdmi_in_mirror_mode() | Check whether the mirror mode of the HDMI settings is on. |
audio_manager_set_device_connected() | [privilege]Set any audio device as connected. |
audio_manager_set_device_keep_alive() | [privilege]Wakeup a given audio device and keep it up. |
audio_manager_set_device_suspended() | [privilege]Set supported audio device as suspended. |
audio_manager_set_hdmi_mirror_mode() | [privilege]Set HDMI audio in mirror mode. |