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

Unified Diff: webrtc/call/video_receive_stream.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/call/video_receive_stream.h
diff --git a/webrtc/call/video_receive_stream.h b/webrtc/call/video_receive_stream.h
index 18e904d076489fdddf99b667d6f37dd90c163fb2..dae4fef2e02d95701baced54975b2e7f391a9852 100644
--- a/webrtc/call/video_receive_stream.h
+++ b/webrtc/call/video_receive_stream.h
@@ -87,6 +87,9 @@ class VideoReceiveStream {
int width = 0;
int height = 0;
+ // "screen" vs "realtime".
tommi 2017/08/30 15:03:27 if these are fixed constants, can we use const cha
ilnik 2017/08/30 15:30:24 Enum is absolutely not suitable here, as we want i
tommi 2017/08/30 17:54:42 Since stats gathering is a notoriously performance
ilnik 2017/08/30 18:12:18 If we introduce a second enum, it will be quite er
tommi 2017/08/31 07:28:48 Sorry for being slow but I'm still not fully under
ilnik 2017/08/31 07:51:11 Ok, I've made it enum everythere. Converting to st
+ std::string content_type;
+
int sync_offset_ms = std::numeric_limits<int>::max();
uint32_t ssrc = 0;

Powered by Google App Engine
This is Rietveld 408576698