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

Unified Diff: media/mojo/interfaces/renderer.mojom

Issue 2383663002: Make mojo renderer capable of supporting multiple streams/tracks (Closed)
Patch Set: nit Created 3 years, 11 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 | « media/mojo/clients/mojo_renderer.cc ('k') | media/mojo/services/demuxer_stream_provider_shim.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/renderer.mojom
diff --git a/media/mojo/interfaces/renderer.mojom b/media/mojo/interfaces/renderer.mojom
index 38ca4401b4b1d429464448095d14ed3ff85e5cc2..0342f0484e10de90a48832ab22dca16c4f6ea9b2 100644
--- a/media/mojo/interfaces/renderer.mojom
+++ b/media/mojo/interfaces/renderer.mojom
@@ -12,11 +12,11 @@ import "ui/gfx/geometry/mojo/geometry.mojom";
import "url/mojo/url.mojom";
interface Renderer {
- // Initializes the Renderer with one or both of an audio and video stream,
- // executing the callback with whether the initialization succeeded.
+ // Initializes the Renderer with either one or more audio / video |streams|,
+ // or a |media_url| executing the callback with whether the initialization
+ // succeeded.
Initialize(associated RendererClient client,
- DemuxerStream? audio,
- DemuxerStream? video,
+ array<DemuxerStream>? streams,
url.mojom.Url? media_url,
url.mojom.Url? first_party_for_cookies) => (bool success);
« no previous file with comments | « media/mojo/clients/mojo_renderer.cc ('k') | media/mojo/services/demuxer_stream_provider_shim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698