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

Unified Diff: webrtc/api/call/audio_send_stream.h

Issue 2392883002: Multi frequency DTMF support - sender side (Closed)
Patch Set: WVoMC unittests for multi rate DTMF send 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
« no previous file with comments | « no previous file | webrtc/audio/audio_send_stream.h » ('j') | webrtc/media/engine/webrtcvoiceengine.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/call/audio_send_stream.h
diff --git a/webrtc/api/call/audio_send_stream.h b/webrtc/api/call/audio_send_stream.h
index ae7531cbcb372333e803b7ceda91a78cf6514ea6..f996dc5bfa5ea25d5c409e50bc25559716b791f3 100644
--- a/webrtc/api/call/audio_send_stream.h
+++ b/webrtc/api/call/audio_send_stream.h
@@ -147,8 +147,8 @@ class AudioSendStream {
virtual void Stop() = 0;
// TODO(solenberg): Make payload_type a config property instead.
- virtual bool SendTelephoneEvent(int payload_type, int event,
- int duration_ms) = 0;
+ virtual bool SendTelephoneEvent(int payload_type, int payload_frequency,
+ int event, int duration_ms) = 0;
virtual void SetMuted(bool muted) = 0;
« no previous file with comments | « no previous file | webrtc/audio/audio_send_stream.h » ('j') | webrtc/media/engine/webrtcvoiceengine.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698