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

Unified Diff: mojo/services/media/control/interfaces/media_source.mojom

Issue 1692443002: Motown: Framework parts for mojo transport (producer/consumer/mediapipe) and control (audiotrack). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Sync and fix: InterfaceHandle<X> vs XPtr, changes to MediaPipe 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: mojo/services/media/control/interfaces/media_source.mojom
diff --git a/mojo/services/media/control/interfaces/media_source.mojom b/mojo/services/media/control/interfaces/media_source.mojom
index 22846c0a5a3360f2eae2a2c1e4e118f1327eabc8..0e0d39b90669a2f8037aed709ba7c5bd9cf55761 100644
--- a/mojo/services/media/control/interfaces/media_source.mojom
+++ b/mojo/services/media/control/interfaces/media_source.mojom
@@ -38,8 +38,10 @@ interface MediaSource {
(uint64 version, MediaSourceStatus status);
// Prepares the source.
- // TODO(dalesat): Revisit.
Prepare() => ();
+
+ // Flushes the source.
+ Flush() => ();
};
// Describes a media stream produced by a source.

Powered by Google App Engine
This is Rietveld 408576698