| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 60e6f6040cd906f15c7a2b831db58d8b6be30580..2442b71ebf1b0cc42455be61a874df6abcf15a8c 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -15,6 +15,7 @@
|
|
|
| #include "webrtc/api/audio/audio_mixer.h"
|
| #include "webrtc/api/call/audio_sink.h"
|
| +#include "webrtc/base/annotations.h"
|
| #include "webrtc/base/criticalsection.h"
|
| #include "webrtc/base/optional.h"
|
| #include "webrtc/common_audio/resampler/include/push_resampler.h"
|
| @@ -166,6 +167,9 @@ class Channel
|
| // go.
|
| const rtc::scoped_refptr<AudioDecoderFactory>& GetAudioDecoderFactory() const;
|
|
|
| + RTC_WARN_UNUSED_RESULT(bool)
|
| + SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs);
|
| +
|
| // API methods
|
|
|
| // VoEBase
|
|
|