Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index 6e0171b39535a47a2e774fbe4c572638521a4a2b..e58a2b1536e3d1e20750b99639a68e02d69294cc 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -96,6 +96,7 @@ class ChannelProxy { |
virtual void SetTransportOverhead(int transport_overhead_per_packet); |
virtual void AssociateSendChannel(const ChannelProxy& send_channel_proxy); |
virtual void DisassociateSendChannel(); |
+ virtual void AdaptCodec(); |
private: |
Channel* channel() const; |