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. |