audio_manager_voice_audio_option_change_t

The voice audio options change event.

Synopsis:

typedef struct  {
    audio_manager_voice_service_t service ;
    audio_manager_device_t dev ;
    audio_manager_voice_option_t option ;
}audio_manager_voice_audio_option_change_t;

Data:

audio_manager_voice_service_t service
The voice service that the event is triggered for.
audio_manager_device_t dev
The audio device that the event is triggered for.
audio_manager_voice_option_t option
The current audio option selected.

Library:

libaudio_manager

Description:

This structure defines the changes to the audio options of a given voice service.