summaryrefslogtreecommitdiff
path: root/video_engine/vie_rtp_rtcp_impl.h
diff options
context:
space:
mode:
authorjiayl@webrtc.org <jiayl@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-02-10 19:12:14 +0000
committerjiayl@webrtc.org <jiayl@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-02-10 19:12:14 +0000
commitd1e7facca966ca4b7632940d71f62deea5094083 (patch)
treedf5050c2b8811b432d16c34b3278047d76448ba5 /video_engine/vie_rtp_rtcp_impl.h
parent0e53607a98e8a250060762e60bb25a34f7dfb8ff (diff)
downloadwebrtc-d1e7facca966ca4b7632940d71f62deea5094083.tar.gz
Add stats of incoming frame delays for debugging bandwidth estimation.
BUG=crbug/338380 R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8119004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5519 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/vie_rtp_rtcp_impl.h')
-rw-r--r--video_engine/vie_rtp_rtcp_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video_engine/vie_rtp_rtcp_impl.h b/video_engine/vie_rtp_rtcp_impl.h
index caabd2cd..74e69cec 100644
--- a/video_engine/vie_rtp_rtcp_impl.h
+++ b/video_engine/vie_rtp_rtcp_impl.h
@@ -110,6 +110,8 @@ class ViERTP_RTCPImpl
virtual int GetEstimatedReceiveBandwidth(
const int video_channel,
unsigned int* estimated_bandwidth) const;
+ virtual int GetReceiveBandwidthEstimatorStats(
+ const int video_channel, ReceiveBandwidthEstimatorStats* output) const;
virtual int StartRTPDump(const int video_channel,
const char file_nameUTF8[1024],
RTPDirections direction);