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

Unified Diff: webrtc/api/statstypes.h

Issue 3009793002: Implement googContentType GetStats metric reported on receive side. (Closed)
Patch Set: Fix ce Created 3 years, 4 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
« no previous file with comments | « no previous file | webrtc/api/statstypes.cc » ('j') | webrtc/api/statstypes.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 819bfe03af0e466c7dddbc240a8614f15add8672..ec9c9412572476a42a744d8e737557f3f604dc30 100644
--- a/webrtc/api/statstypes.h
+++ b/webrtc/api/statstypes.h
@@ -105,6 +105,7 @@ class StatsReport {
kStatsValueNameBytesSent,
kStatsValueNameCodecImplementationName,
kStatsValueNameConcealedSamples,
+ kStatsValueNameContentType,
tommi 2017/08/30 15:03:27 is this stats value not an 'internal' StatsValue n
ilnik 2017/08/30 15:30:24 Yes, It should be in the internal values below. Mo
kStatsValueNameDataChannelId,
kStatsValueNameFramesDecoded,
kStatsValueNameFramesEncoded,
« no previous file with comments | « no previous file | webrtc/api/statstypes.cc » ('j') | webrtc/api/statstypes.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698