Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: webrtc/voice_engine/voe_rtp_rtcp_impl.h

Issue 2667423004: Remove the unused and untested functions from VoERTP_RTCP. (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/voice_engine/voe_base_impl.cc ('k') | webrtc/voice_engine/voe_rtp_rtcp_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/voe_rtp_rtcp_impl.h
diff --git a/webrtc/voice_engine/voe_rtp_rtcp_impl.h b/webrtc/voice_engine/voe_rtp_rtcp_impl.h
index dcf28410a17fca9ae2f6ce751f7dba0a94850839..8b75682960dab27c53f7e2aeebe8f3cae9e3c270 100644
--- a/webrtc/voice_engine/voe_rtp_rtcp_impl.h
+++ b/webrtc/voice_engine/voe_rtp_rtcp_impl.h
@@ -28,14 +28,6 @@ class VoERTP_RTCPImpl : public VoERTP_RTCP {
int GetRemoteRTCP_CNAME(int channel, char cName[256]) override;
- int GetRemoteRTCPData(int channel,
- unsigned int& NTPHigh,
- unsigned int& NTPLow,
- unsigned int& timestamp,
- unsigned int& playoutTimestamp,
- unsigned int* jitter = NULL,
- unsigned short* fractionLost = NULL) override;
-
// SSRC
int SetLocalSSRC(int channel, unsigned int ssrc) override;
@@ -47,25 +39,9 @@ class VoERTP_RTCPImpl : public VoERTP_RTCP {
int SetSendAudioLevelIndicationStatus(int channel,
bool enable,
unsigned char id) override;
- int SetReceiveAudioLevelIndicationStatus(int channel,
- bool enable,
- unsigned char id) override;
-
- // Statistics
- int GetRTPStatistics(int channel,
- unsigned int& averageJitterMs,
- unsigned int& maxJitterMs,
- unsigned int& discardedPackets) override;
int GetRTCPStatistics(int channel, CallStatistics& stats) override;
- int GetRemoteRTCPReportBlocks(
- int channel,
- std::vector<ReportBlock>* report_blocks) override;
-
- // NACK
- int SetNACKStatus(int channel, bool enable, int maxNoPackets) override;
-
protected:
VoERTP_RTCPImpl(voe::SharedData* shared);
~VoERTP_RTCPImpl() override;
« no previous file with comments | « webrtc/voice_engine/voe_base_impl.cc ('k') | webrtc/voice_engine/voe_rtp_rtcp_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698