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

Unified Diff: webrtc/ortc/ortcfactory.h

Issue 2799033006: Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. (Closed)
Patch Set: Created 3 years, 8 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/ortc/ortcfactory.h
diff --git a/webrtc/ortc/ortcfactory.h b/webrtc/ortc/ortcfactory.h
index 8d67a3fa95a6e022a5950192e48f129ab5e25f26..d82d6d0fa913711b20b54a1bcab4aa7ad31b964c 100644
--- a/webrtc/ortc/ortcfactory.h
+++ b/webrtc/ortc/ortcfactory.h
@@ -135,6 +135,7 @@ class OrtcFactory : public OrtcFactoryInterface {
std::unique_ptr<rtc::Thread> worker_thread_;
// Media-releated objects.
std::unique_ptr<RtcEventLog> null_event_log_;
+ rtc::scoped_refptr<AudioEncoderFactory> audio_encoder_factory_;
rtc::scoped_refptr<AudioDecoderFactory> audio_decoder_factory_;
std::unique_ptr<cricket::ChannelManager> channel_manager_;
// Default CNAME to use for RtpTransports if none is passed in.

Powered by Google App Engine
This is Rietveld 408576698