The audio statistics change event.
Synopsis:
typedef struct {
char name [64];
uint64_t value ;
}audio_manager_stat_change_t;
Data:
- char name[64]
- The name of the statistic entry to be monitored.
- uint64_t value
- The value of the statistic entry.
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 statistics.