| 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);
|
|
|
|
|