| Index: webrtc/voice_engine/channel_proxy.h
|
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
|
| index 0c26b0098661e864c2db5459725b2475436cc741..d84e73b60f605d513e7dd5fc9cc91d48174523cb 100644
|
| --- a/webrtc/voice_engine/channel_proxy.h
|
| +++ b/webrtc/voice_engine/channel_proxy.h
|
| @@ -73,6 +73,7 @@ class ChannelProxy {
|
|
|
| virtual bool SetSendTelephoneEventPayloadType(int payload_type);
|
| virtual bool SendTelephoneEventOutband(int event, int duration_ms);
|
| + virtual void SetBitrate(int bitrate_bps);
|
| virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink);
|
| virtual void SetInputMute(bool muted);
|
|
|
|
|