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

Unified Diff: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h

Issue 2986793002: Remove deprecated RtpRtcp::SetAudioPacketSize (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
diff --git a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
index 693a6f8373ea351c8ffc47791bf742dc8f03e4f5..29c3e02efaf9de2055e2cb9287f7a0e438bbfaf2 100644
--- a/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
+++ b/webrtc/modules/rtp_rtcp/include/rtp_rtcp.h
@@ -413,12 +413,6 @@ class RtpRtcp : public Module {
// Audio
// **************************************************************************
- // This function is deprecated. It was previously used to determine when it
- // was time to send a DTMF packet in silence (CNG).
- // Returns -1 on failure else 0.
- RTC_DEPRECATED virtual int32_t SetAudioPacketSize(
- uint16_t packet_size_samples) = 0;
-
// Sends a TelephoneEvent tone using RFC 2833 (4733).
// Returns -1 on failure else 0.
virtual int32_t SendTelephoneEventOutband(uint8_t key,
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/mocks/mock_rtp_rtcp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698