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

Unified Diff: webrtc/media/base/fakemediaengine.h

Issue 1670153003: Introduce struct MediaConfig, with construction-time settings. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed test nit; use reference. 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
« no previous file with comments | « webrtc/api/webrtcsession_unittest.cc ('k') | webrtc/media/base/mediachannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/fakemediaengine.h
diff --git a/webrtc/media/base/fakemediaengine.h b/webrtc/media/base/fakemediaengine.h
index 49790cb053531525d6260c60c8e3287cdc1b51ac..f2de5ac6538fc3bc68689bb60b66ff9258b467c2 100644
--- a/webrtc/media/base/fakemediaengine.h
+++ b/webrtc/media/base/fakemediaengine.h
@@ -665,6 +665,7 @@ class FakeVoiceEngine : public FakeBaseEngine {
}
VoiceMediaChannel* CreateChannel(webrtc::Call* call,
+ const MediaConfig& config,
const AudioOptions& options) {
if (fail_create_channel_) {
return nullptr;
@@ -728,6 +729,7 @@ class FakeVideoEngine : public FakeBaseEngine {
}
VideoMediaChannel* CreateChannel(webrtc::Call* call,
+ const MediaConfig& config,
const VideoOptions& options) {
if (fail_create_channel_) {
return NULL;
« no previous file with comments | « webrtc/api/webrtcsession_unittest.cc ('k') | webrtc/media/base/mediachannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698