Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h |
index 30677086fdd828a305cd353f54a06a7092d03251..716a9f9603380e9286f69664a67e7382df28c60a 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h |
@@ -77,6 +77,7 @@ public: |
int32_t SenderInfoReceived(RTCPSenderInfo* senderInfo) const; |
+ void SetRtcpXrRrtrStatus(bool enable); |
bool GetAndResetXrRrRtt(int64_t* rtt_ms); |
// get statistics |
@@ -292,6 +293,7 @@ protected: |
uint32_t _lastReceivedXRNTPsecs; |
uint32_t _lastReceivedXRNTPfrac; |
// Estimated rtt, zero when there is no valid estimate. |
+ bool xr_rrtr_status_; |
int64_t xr_rr_rtt_ms_; |
// Received report blocks. |