Chromium Code Reviews

Unified Diff: webrtc/api/statstypes.h

Issue 2965033002: Report interframe delay sum in old GetStats (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/api/statstypes.cc » ('j') | webrtc/video/receive_statistics_proxy_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/statstypes.h
diff --git a/webrtc/api/statstypes.h b/webrtc/api/statstypes.h
index 8ef79d9669c1590b5da50a3f4453dd07a3ed559c..29defd3f23abaf1f2f0b35536f61f351de0971b2 100644
--- a/webrtc/api/statstypes.h
+++ b/webrtc/api/statstypes.h
@@ -107,6 +107,7 @@ class StatsReport {
kStatsValueNameDataChannelId,
kStatsValueNameFramesDecoded,
kStatsValueNameFramesEncoded,
+ kStatsValueNameInterframeDelaySumMs,
kStatsValueNameMediaType,
kStatsValueNamePacketsLost,
kStatsValueNamePacketsReceived,
« no previous file with comments | « no previous file | webrtc/api/statstypes.cc » ('j') | webrtc/video/receive_statistics_proxy_unittest.cc » ('J')

Powered by Google App Engine