| Index: talk/media/webrtc/webrtcvoiceengine.h
|
| diff --git a/talk/media/webrtc/webrtcvoiceengine.h b/talk/media/webrtc/webrtcvoiceengine.h
|
| index 35f2dbc93ef0bfb319b283aa934762ae2da07ecd..ead12d570e00295d01b026e21ff98e15320cc93a 100644
|
| --- a/talk/media/webrtc/webrtcvoiceengine.h
|
| +++ b/talk/media/webrtc/webrtcvoiceengine.h
|
| @@ -286,6 +286,8 @@ class WebRtcVoiceMediaChannel : public VoiceMediaChannel,
|
| int voe_channel() const { return voe_channel_; }
|
| bool valid() const { return voe_channel_ != -1; }
|
|
|
| + bool SetSendParameters(const AudioSendParameters& params) override;
|
| + bool SetRecvParameters(const AudioRecvParameters& params) override;
|
| bool SetOptions(const AudioOptions& options) override;
|
| bool GetOptions(AudioOptions* options) const override {
|
| *options = options_;
|
|
|