Chromium Code Reviews| 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); |
|
the sun
2016/10/05 09:49:46
Where are these supposed to be called? Since they
minyue-webrtc
2016/10/05 09:51:34
Yes, they will be added in VoECodec in a follow up
kwiberg-webrtc
2016/10/06 09:46:13
Is this stuff that we genuinely want to change at
the sun
2016/10/06 09:55:04
FYI: We're discussing how to best do this in https
minyue-webrtc
2016/10/11 09:00:22
Creation time is good. But it may not be set throu
|
| + void DisableAudioNetworkAdaptor(); |
| + void SetReceiverFrameLengthRange(int min_frame_length_ms, |
| + int max_frame_length_ms); |
| // VoENetwork |
| int32_t RegisterExternalTransport(Transport* transport); |