Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: webrtc/api/statstypes.h

Issue 1866983002: Add AEC filter divergence metric to StatsCollector. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/statstypes.h
diff --git a/webrtc/api/statstypes.h b/webrtc/api/statstypes.h
index 9a44724e8fdcbe51b8f98c01a19059f0993643ee..daae24763427eae2d9030050345f2939e593f887 100644
--- a/webrtc/api/statstypes.h
+++ b/webrtc/api/statstypes.h
@@ -109,6 +109,7 @@ class StatsReport {
kStatsValueNamePacketsLost,
kStatsValueNamePacketsReceived,
kStatsValueNamePacketsSent,
+ kStatsValueNameAecDivergentFilterFraction,
tommi 2016/04/07 13:37:02 fix alphabetic sorting
minyue-webrtc 2016/04/07 14:29:40 Done.
kStatsValueNameProtocol,
kStatsValueNameReceiving,
kStatsValueNameSelectedCandidatePairId,
« no previous file with comments | « webrtc/api/statscollector.cc ('k') | webrtc/api/statstypes.cc » ('j') | webrtc/api/statstypes.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698