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

Unified Diff: chromecast/browser/media/media_pipeline_backend_factory.h

Issue 2016053003: Add audio_device_id in mojo media ServiceFactory CreateRenderer api. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Minor change based on the comment Created 4 years, 5 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 | « chromecast/browser/media/cast_renderer.cc ('k') | chromecast/browser/media/media_pipeline_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/media/media_pipeline_backend_factory.h
diff --git a/chromecast/browser/media/media_pipeline_backend_factory.h b/chromecast/browser/media/media_pipeline_backend_factory.h
index 9f59bb9af7fe5104085ae779e910b9d704b836be..8712a7f4792f47b2152ebb4573e0e7f716e4119b 100644
--- a/chromecast/browser/media/media_pipeline_backend_factory.h
+++ b/chromecast/browser/media/media_pipeline_backend_factory.h
@@ -6,6 +6,7 @@
#define CHROMECAST_BROWSER_MEDIA_MEDIA_PIPELINE_BACKEND_FACTORY_H_
#include <memory>
+#include <string>
#include "base/callback.h"
#include "chromecast/public/media/media_pipeline_backend.h"
@@ -15,8 +16,8 @@ namespace chromecast {
namespace media {
typedef base::Callback<std::unique_ptr<MediaPipelineBackend>(
- const MediaPipelineDeviceParams&)>
- CreateMediaPipelineBackendCB;
+ const MediaPipelineDeviceParams&,
+ const std::string& audio_device_id)> CreateMediaPipelineBackendCB;
} // media
} // chromecast
« no previous file with comments | « chromecast/browser/media/cast_renderer.cc ('k') | chromecast/browser/media/media_pipeline_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698