audio_manager_stat_change_t

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

Description:

This structure defines the changes to the audio statistics.