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

Unified Diff: webrtc/voice_engine/channel_proxy.h

Issue 1722253002: - Clean up unused voice engine DTMF code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@voe_dtmf_1
Patch Set: more remove Created 4 years, 10 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/channel_proxy.h
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
index 3461cf3e782046160d76b6ada6fddf2a5c4d9cd5..4119f4a32510a621c4f12870b1e5de22fee6401c 100644
--- a/webrtc/voice_engine/channel_proxy.h
+++ b/webrtc/voice_engine/channel_proxy.h
@@ -67,8 +67,8 @@ class ChannelProxy {
virtual int32_t GetSpeechOutputLevelFullRange() const;
virtual uint32_t GetDelayEstimate() const;
- virtual bool SetSendTelephoneEventPayloadType(int payload_type);
- virtual bool SendTelephoneEventOutband(uint8_t event, uint32_t duration_ms);
+ virtual bool SetSendTelephoneEventPayloadType(uint8_t payload_type);
+ virtual bool SendTelephoneEventOutband(uint8_t event, uint16_t duration_ms);
virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink);

Powered by Google App Engine
This is Rietveld 408576698