Index: webrtc/voice_engine/channel_proxy.h |
diff --git a/webrtc/voice_engine/channel_proxy.h b/webrtc/voice_engine/channel_proxy.h |
index d19c0092a715f791eb7af3aac5b33812b86b4d89..2a5b1a721d1ffae76d2b218a2a17bee1de321f55 100644 |
--- a/webrtc/voice_engine/channel_proxy.h |
+++ b/webrtc/voice_engine/channel_proxy.h |
@@ -93,6 +93,12 @@ class ChannelProxy { |
virtual void SetRtcEventLog(RtcEventLog* event_log); |
+ virtual bool EnableAudioNetworkAdaptor(const std::string& config_string); |
+ |
the sun
2016/10/28 18:21:53
remove blank lines
minyue-webrtc
2016/10/28 18:41:57
will do
|
+ virtual void DisableAudioNetworkAdaptor(); |
+ |
+ virtual void SetReceiverFrameLengthRange(int min_frame_length_ms, |
+ int max_frame_length_ms); |
virtual AudioMixer::Source::AudioFrameInfo GetAudioFrameWithInfo( |
int sample_rate_hz, |
AudioFrame* audio_frame); |