Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index ea0446e5b5766bd9b1301f6c098ff4c2d55df814..111e0b1ddb037a96f1cddffb9bf6cc2db8cfb527 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -69,7 +69,8 @@ class ChannelProxy { |
virtual AudioDecodingCallStats GetDecodingCallStatistics() const; |
virtual int32_t GetSpeechOutputLevelFullRange() const; |
virtual uint32_t GetDelayEstimate() const; |
- virtual bool SetSendTelephoneEventPayloadType(int payload_type); |
+ virtual bool SetSendTelephoneEventPayloadType(int payload_type, |
+ int payload_frequency); |
virtual bool SendTelephoneEventOutband(int event, int duration_ms); |
virtual void SetBitrate(int bitrate_bps); |
virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink); |