aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
diff options
context:
space:
mode:
authorstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-01 14:00:05 +0000
committerstefan@webrtc.org <stefan@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-04-01 14:00:05 +0000
commitf8f7c8b61846b2fb652268f0a66147a0e557fae6 (patch)
treee61cc68b04c6103d4a9690bdddbf898d8981ac20 /webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
parent7e889b712659263db1caf3edce769151af478ce5 (diff)
downloadwebrtc-f8f7c8b61846b2fb652268f0a66147a0e557fae6.tar.gz
Added simulations of capacity variations and wifi recordings.
Also changes the packet sizes for the video sender and the trace based filter to match. R=solenberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9929004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5824 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h')
-rw-r--r--webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
index f8e27c25eb..5302ba3d0d 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
@@ -205,6 +205,7 @@ class RateCounterFilter : public PacketProcessor {
uint32_t bits_per_second() const;
void LogStats();
+ Stats<double> GetBitrateStats() const;
virtual void Plot(int64_t timestamp_ms);
virtual void RunFor(int64_t time_ms, Packets* in_out);