summaryrefslogtreecommitdiff
path: root/video_engine/vie_rtp_rtcp_impl.h
diff options
context:
space:
mode:
authorasapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-21 08:57:04 +0000
committerasapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-21 08:57:04 +0000
commit3dc7ff30185a2d7a597acb69183fca73bd1004d8 (patch)
treee2c892ac3f7ea151b44c7146e5643941e9aae825 /video_engine/vie_rtp_rtcp_impl.h
parent3b7da1e4adc84f84f1896f91d697d43e7015fdf9 (diff)
downloadwebrtc-3dc7ff30185a2d7a597acb69183fca73bd1004d8.tar.gz
Added API for enabling/disabling RTCP Receiver Reference Time extension.
R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3419005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5147 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/vie_rtp_rtcp_impl.h')
-rw-r--r--video_engine/vie_rtp_rtcp_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video_engine/vie_rtp_rtcp_impl.h b/video_engine/vie_rtp_rtcp_impl.h
index d7c76616..caabd2cd 100644
--- a/video_engine/vie_rtp_rtcp_impl.h
+++ b/video_engine/vie_rtp_rtcp_impl.h
@@ -88,6 +88,7 @@ class ViERTP_RTCPImpl
virtual int SetReceiveAbsoluteSendTimeStatus(int video_channel,
bool enable,
int id);
+ virtual int SetRtcpXrRrtrStatus(int video_channel, bool enable);
virtual int SetTransmissionSmoothingStatus(int video_channel, bool enable);
virtual int GetReceiveChannelRtcpStatistics(const int video_channel,
RtcpStatistics& basic_stats,