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

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

Issue 2392883002: Multi frequency DTMF support - sender side (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
« no previous file with comments | « no previous file | webrtc/audio/audio_send_stream.h » ('j') | no next file with comments »
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 658c9de37165a06e200b442e7417f6bc1620a983..aab625e7fba6c814070a983d535a1bbe99019b74 100644
--- a/webrtc/api/call/audio_send_stream.h
+++ b/webrtc/api/call/audio_send_stream.h
@@ -127,8 +127,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698