| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 4988e079d1203a2322347b0e32c297650d4c40ff..4e64cd4947995cc3b5747e263101c67cafaa4cc6 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -208,6 +208,10 @@ class Channel
|
| int SetOpusMaxPlaybackRate(int frequency_hz);
|
| int SetOpusDtx(bool enable_dtx);
|
| int GetOpusDtx(bool* enabled);
|
| + bool EnableAudioNetworkAdaptor(const std::string& config_string);
|
| + void DisableAudioNetworkAdaptor();
|
| + void SetReceiverFrameLengthRange(int min_frame_length_ms,
|
| + int max_frame_length_ms);
|
|
|
| // VoENetwork
|
| int32_t RegisterExternalTransport(Transport* transport);
|
|
|