The audio device change event.
Synopsis:
typedef struct {
audio_manager_device_t dev ;
char * diff ;
}audio_manager_device_change_t;
Data:
- audio_manager_device_t dev
- The audio device that the event is triggered for.
- char * diff
- The change in format of the audio device.
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 attribute(s) of a specified audio device.