| Index: webrtc/voice_engine/channel_proxy.h
|
| diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h
|
| index 28d036446a295a87c8f1ccd62c713a0f201d1f66..4252ac257084f806b8ec9ac3ee6d85de804a3e3b 100644
|
| --- a/webrtc/voice_engine/channel_proxy.h
|
| +++ b/webrtc/voice_engine/channel_proxy.h
|
| @@ -12,6 +12,7 @@
|
| #define WEBRTC_VOICE_ENGINE_CHANNEL_PROXY_H_
|
|
|
| #include "webrtc/api/audio/audio_mixer.h"
|
| +#include "webrtc/base/annotations.h"
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/base/race_checker.h"
|
| #include "webrtc/base/thread_checker.h"
|
| @@ -82,6 +83,8 @@ class ChannelProxy {
|
| virtual void SetBitrate(int bitrate_bps, int64_t probing_interval_ms);
|
| virtual void SetRecPayloadType(int payload_type,
|
| const SdpAudioFormat& format);
|
| + virtual RTC_WARN_UNUSED_RESULT(bool)
|
| + SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs);
|
| virtual void SetSink(std::unique_ptr<AudioSinkInterface> sink);
|
| virtual void SetInputMute(bool muted);
|
| virtual void RegisterExternalTransport(Transport* transport);
|
|
|