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

Unified Diff: webrtc/media/base/mediachannel.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
Index: webrtc/media/base/mediachannel.h
diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h
index 76328ef440ec338617236a6594b3bf09a6c2c7c7..2a69913a0bf0c848f3e51e2b8a79cf5cbf611d00 100644
--- a/webrtc/media/base/mediachannel.h
+++ b/webrtc/media/base/mediachannel.h
@@ -795,6 +795,9 @@ struct VideoReceiverInfo : public MediaReceiverInfo {
rtc::Optional<uint64_t> qp_sum;
int64_t interframe_delay_max_ms;
+ // "screen" vs "realtime".
+ std::string content_type;
tommi 2017/08/30 15:03:27 same concern here as in the other header
ilnik 2017/08/30 15:30:24 See the answer in the other header.
+
// All stats below are gathered per-VideoReceiver, but some will be correlated
// across MediaStreamTracks. NOTE(hta): when sinking stats into per-SSRC
// structures, reflect this in the new layout.

Powered by Google App Engine
This is Rietveld 408576698