Chromium Code Reviews| 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; |