Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h |
index afe2eaeaf1f16ba03febb0009a45750a276a9399..67d58aa8b8c7dfab9c5138ee85d9576313b4c5cf 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h |
@@ -134,11 +134,6 @@ public: |
int32_t SetTMMBN(const TMMBRSet* boundingSet, uint32_t maxBitrateKbit); |
- // Extended jitter report |
- bool IJ() const; |
- |
- void SetIJStatus(bool enable); |
- |
int32_t SetApplicationSpecificData(uint8_t subType, |
uint32_t name, |
const uint8_t* data, |
@@ -198,8 +193,6 @@ private: |
EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_); |
BuildResult BuildRR(RtcpContext* context) |
EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_); |
- BuildResult BuildExtendedJitterReport(RtcpContext* context) |
- EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_); |
BuildResult BuildSDES(RtcpContext* context) |
EXCLUSIVE_LOCKS_REQUIRED(critical_section_rtcp_sender_); |
BuildResult BuildPLI(RtcpContext* context) |
@@ -242,7 +235,6 @@ private: |
bool using_nack_ GUARDED_BY(critical_section_rtcp_sender_); |
bool sending_ GUARDED_BY(critical_section_rtcp_sender_); |
bool remb_enabled_ GUARDED_BY(critical_section_rtcp_sender_); |
- bool extended_jitter_report_enabled_ GUARDED_BY(critical_section_rtcp_sender_); |
int64_t next_time_to_send_rtcp_ GUARDED_BY(critical_section_rtcp_sender_); |