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

Unified Diff: mojo/services/media/common/interfaces/media_transport.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: Added comments to AudioTrackController::SetRate regarding the proper way to implement it. 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/common/interfaces/media_transport.mojom
diff --git a/mojo/services/media/common/interfaces/media_transport.mojom b/mojo/services/media/common/interfaces/media_transport.mojom
index 3847cb67f18f945aa9705f344644afd7559483ce..e0df83cf3605b754a4a2ad92e3370dce425a0a91 100644
--- a/mojo/services/media/common/interfaces/media_transport.mojom
+++ b/mojo/services/media/common/interfaces/media_transport.mojom
@@ -65,4 +65,8 @@ interface MediaConsumer {
// Pushes a packet to the consumer. The callback signals that the consumer
// is done with the packet buffer region.
PushPacket(MediaPacket packet) => ();
+
+ // Flushes the stream. The callback signals that the flush operation is
+ // complete.
+ Flush() => ();
};

Powered by Google App Engine
This is Rietveld 408576698