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 ;
    
    union {
        int option;
        audio_manager_voice_processing_setting_t setting;
    };
    audio_manager_voice_processing_capabilities_t cap;
}audio_manager_voice_audio_option_change_t;

Since:

BlackBerry 10.0.0

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.
int option
Deprecated in BlackBerry 10.2.0
audio_manager_voice_processing_setting_t setting
The voice processing setings used.
union audio_manager_voice_audio_option_change_t::@0 @1
The current audio option selected.
audio_manager_voice_processing_capabilities_t cap
The audio processing capability that the event is triggered for.

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Description:

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