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;

Since:

BlackBerry 10.0.0

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 specified audio type.

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 concurrency policy of the specified audio type.