Definition
Identifiers for WebRTC's Statistics API defines RTCAudioPlayoutStats
dictionary RTCAudioPlayoutStats : RTCStats {
required DOMString kind;
double synthesizedSamplesDuration;
unsigned long synthesizedSamplesEvents;
double totalSamplesDuration;
double totalPlayoutDelay;
unsigned long long totalSamplesCount;
};