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

Unified Diff: webrtc/voice_engine/voe_rtp_rtcp_impl.h

Issue 2455013003: Clean up abs-send-time for audio. (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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
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 c1e84849b940d7d2e639bfa1844a9cac2db600c7..dcf28410a17fca9ae2f6ce751f7dba0a94850839 100644
--- a/webrtc/voice_engine/voe_rtp_rtcp_impl.h
+++ b/webrtc/voice_engine/voe_rtp_rtcp_impl.h
@@ -51,14 +51,6 @@ class VoERTP_RTCPImpl : public VoERTP_RTCP {
bool enable,
unsigned char id) override;
- // RTP Header Extension for Absolute Sender Time
- int SetSendAbsoluteSenderTimeStatus(int channel,
- bool enable,
- unsigned char id) override;
- int SetReceiveAbsoluteSenderTimeStatus(int channel,
- bool enable,
- unsigned char id) override;
-
// Statistics
int GetRTPStatistics(int channel,
unsigned int& averageJitterMs,
« no previous file with comments | « webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.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