audio_manager_concurrency_change_t

The audio concurrency change event.

Synopsis:

typedef struct  {
    audio_manager_audio_type_t audio_type ;
    audio_manager_concurrency_t status ;
}audio_manager_concurrency_change_t;

Data:

audio_manager_audio_type_t audio_type
The audio type that the event is triggered for.
audio_manager_concurrency_t status
The concurrency policy status of the given audio type.

Library:

libaudio_manager

Description:

This structure defines the changes to the audio concurrency policy of a given audio type.