Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: webrtc/voice_engine/channel.h

Issue 2390883004: Hooking up audio network adaptor to VoE. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698