Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 2ce08eead5a092e830fc2e55e9a9e33690b274f8..708778e0bc08f285f4854397e0f017bba8d82442 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -332,6 +332,7 @@ class Channel |
int SetCodecFECStatus(bool enable); |
bool GetCodecFECStatus(); |
void SetNACKStatus(bool enable, int maxNumberOfPackets); |
+ void AdaptCodec(); |
// From AudioPacketizationCallback in the ACM |
int32_t SendData(FrameType frameType, |