Functions in
audio_manager_routing.h
Functions for managing audio routing.
audio_manager_activate_handle()
Activate the specified audio manager handle.
audio_manager_free_handle()
Release the handle to the audio source that is managed by the audio manager service.
audio_manager_get_alias_handle()
Get a handle that's an alias to another audio manager handle.
audio_manager_get_handle()
Get the audio manager handle for the provided audio type.
audio_manager_get_handle_for_runtime()
Get the audio manager handle for the specified audio type.
audio_manager_get_handle_status()
Determine the status of the specified audio manager handle.
audio_manager_get_handle_type()
Get the audio type of the specified audio manager handle.
audio_manager_get_name_from_runtime()
Get the name of an audio runtime.
audio_manager_get_name_from_type()
Get the name of the provided audio manager type.
audio_manager_get_type_from_name()
Get the value representing the provided audio type name.
audio_manager_set_handle_keep_alive()
Set the keep-alive status in the handle to the audio source.
audio_manager_set_handle_routing_conditions()
Set the reset condition of the preferred input and output.
audio_manager_set_handle_type()
Set the audio type of the specified audio manager handle.
audio_manager_snd_pcm_open()
Open a PCM channel using the specified audio type, audio card, and device.
audio_manager_snd_pcm_open_name()
Open a PCM channel with the specified audio type and name of the audio path.
audio_manager_snd_pcm_open_preferred()
Open a preferred PCM channel with the specified audio type.
audio_manager_suspend_handle()
Suspend the specified audio source.
Parent topic:
Audio routing (audio_manager_routing.h)