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

Unified Diff: webrtc/voice_engine/include/voe_rtp_rtcp.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/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,
- 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;
« no previous file with comments | « webrtc/voice_engine/channel_proxy.cc ('k') | webrtc/voice_engine/test/auto_test/standard/rtp_rtcp_extensions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698