Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 0a12f21e92db93832e76035dc7a1cabec75ff237..99a4bdcf3d3fee7a1be13cd6335c12d950a1697f 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -151,6 +151,7 @@ class Channel |
uint32_t instanceId, |
const VoEBase::ChannelConfig& config); |
int32_t Init(); |
+ void RegisterLegacyReceiveCodecs(); |
void Terminate(); |
int32_t SetEngineInformation(Statistics& engineStatistics, |
OutputMixer& outputMixer, |
@@ -168,6 +169,8 @@ class Channel |
// go. |
const rtc::scoped_refptr<AudioDecoderFactory>& GetAudioDecoderFactory() const; |
+ void SetReceiveCodecs(const std::map<int, SdpAudioFormat>& codecs); |
+ |
// API methods |
// VoEBase |