Index: webrtc/modules/congestion_controller/probe_bitrate_estimator.h |
diff --git a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h |
index 2aea59c09c0ff8d8e9c57c3bc63eb5647e4f1278..7f0c4569c97f039976e822d94887987d66e8e994 100644 |
--- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h |
+++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h |
@@ -23,6 +23,7 @@ struct ProbingResult { |
ProbingResult(); |
ProbingResult(int bps, int64_t timestamp); |
+ bool valid() const; |
stefan-webrtc
2016/08/09 11:37:14
Valid() since this doesn't simply return the membe
philipel
2016/08/09 12:10:46
This is a cheap function: https://google.github.io
|
int bps; |
int64_t timestamp; |