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

Unified Diff: webrtc/api/peerconnectionfactory.h

Issue 1670153003: Introduce struct MediaConfig, with construction-time settings. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting tweaks. Created 4 years, 10 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/api/peerconnectionfactory.h
diff --git a/webrtc/api/peerconnectionfactory.h b/webrtc/api/peerconnectionfactory.h
index b33aa37c105f28309598ebc33410a97b04134f53..4cf954dc97608c9e7f77364c6468adec0a0298bc 100644
--- a/webrtc/api/peerconnectionfactory.h
+++ b/webrtc/api/peerconnectionfactory.h
@@ -70,7 +70,8 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface {
bool StartRtcEventLog(rtc::PlatformFile file) override;
void StopRtcEventLog() override;
- virtual webrtc::MediaControllerInterface* CreateMediaController() const;
+ virtual webrtc::MediaControllerInterface* CreateMediaController(
+ const cricket::MediaConfig& config) const;
virtual rtc::Thread* signaling_thread();
virtual rtc::Thread* worker_thread();
const Options& options() const { return options_; }

Powered by Google App Engine
This is Rietveld 408576698