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

Unified Diff: webrtc/modules/audio_coding/include/audio_coding_module.h

Issue 2397573006: Using AudioOption to enable audio network adaptor. (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/modules/audio_coding/include/audio_coding_module.h
diff --git a/webrtc/modules/audio_coding/include/audio_coding_module.h b/webrtc/modules/audio_coding/include/audio_coding_module.h
index 615e8d949658e51b1b5ed08f418391ddf1a3ae13..a7ef07f720e6d85b03bacc5af65bc4ec3a3baaf0 100644
--- a/webrtc/modules/audio_coding/include/audio_coding_module.h
+++ b/webrtc/modules/audio_coding/include/audio_coding_module.h
@@ -71,6 +71,8 @@ class AudioCodingModule {
int id;
NetEq::Config neteq_config;
+ bool audio_network_adaptor_enabled;
+ std::string audio_network_adaptor_config;
Clock* clock;
rtc::scoped_refptr<AudioDecoderFactory> decoder_factory;
};

Powered by Google App Engine
This is Rietveld 408576698