| Index: webrtc/voice_engine/channel_proxy.h
|
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
|
| index d84e73b60f605d513e7dd5fc9cc91d48174523cb..d1242d1acc38a6b307200f2640a4a1c8006ec16b 100644
|
| --- a/webrtc/voice_engine/channel_proxy.h
|
| +++ b/webrtc/voice_engine/channel_proxy.h
|
| @@ -71,7 +71,8 @@ class ChannelProxy {
|
| 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);
|
|
|