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

Unified Diff: webrtc/voice_engine/include/voe_rtp_rtcp.h

Issue 2455013003: Clean up abs-send-time for audio. (Closed)
Patch Set: Fix tests. Created 4 years, 2 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
Index: webrtc/voice_engine/include/voe_rtp_rtcp.h
diff --git a/webrtc/voice_engine/include/voe_rtp_rtcp.h b/webrtc/voice_engine/include/voe_rtp_rtcp.h
index e344d0488c62053a2238daa694033177d88df19a..716566de32dc3fa9e199d77de3881caf9d83c7c3 100644
--- a/webrtc/voice_engine/include/voe_rtp_rtcp.h
+++ b/webrtc/voice_engine/include/voe_rtp_rtcp.h
@@ -133,16 +133,6 @@ class WEBRTC_DLLEXPORT VoERTP_RTCP {
return 0;
}
- // Sets the status of sending absolute sender time on a specific |channel|.
- virtual int SetSendAbsoluteSenderTimeStatus(int channel,
the sun 2016/10/27 16:09:17 Do you need to PSA this change to the legacy, but
stefan-webrtc 2016/10/31 15:40:27 In theory, yes, but I'm pretty sure it's being unu
- bool enable,
- unsigned char id) = 0;
-
- // Sets status of receiving absolute sender time on a specific |channel|.
- virtual int SetReceiveAbsoluteSenderTimeStatus(int channel,
- bool enable,
- unsigned char id) = 0;
-
// Sets the RTCP status on a specific |channel|.
virtual int SetRTCPStatus(int channel, bool enable) = 0;

Powered by Google App Engine
This is Rietveld 408576698