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

Unified Diff: mojo/services/media/audio/interfaces/audio_track.mojom

Issue 1986303002: Motown: Use new TimelineTransform and related definitions (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixes per feedback. Created 4 years, 7 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/audio/interfaces/audio_track.mojom
diff --git a/mojo/services/media/audio/interfaces/audio_track.mojom b/mojo/services/media/audio/interfaces/audio_track.mojom
index b9f251e62013d25f6426ec53c6372e456cc5d12e..b5cf8038e1017dd055c591a8e9b2c920d7e4c1eb 100644
--- a/mojo/services/media/audio/interfaces/audio_track.mojom
+++ b/mojo/services/media/audio/interfaces/audio_track.mojom
@@ -8,7 +8,7 @@ module mojo.media;
import "mojo/services/media/common/interfaces/media_common.mojom";
import "mojo/services/media/common/interfaces/media_transport.mojom";
import "mojo/services/media/common/interfaces/media_types.mojom";
-import "mojo/services/media/common/interfaces/rate_control.mojom";
+import "mojo/services/media/core/interfaces/timeline_controller.mojom";
struct AudioTrackDescriptor {
// The track supports the union of all these media type sets.
@@ -50,8 +50,8 @@ interface AudioTrack {
// Set the configuration, receive a pipe to send data to in return.
Configure(AudioTrackConfiguration configuration, MediaConsumer& pipe);
- // Request the rate control interface for this AudioTrack
- GetRateControl(RateControl& rate_control);
+ // Request the timeline control site for this AudioTrack
+ GetTimelineControlSite(MediaTimelineControlSite& timeline_control_site);
// Sets the current gain/attenuation of the track, expressed in dB. Legal
// values are in the range [-inf, 20.0]. Any value less than or equal to the
« no previous file with comments | « mojo/dart/packages/mojo_services/lib/mojo/timelines.mojom.dart ('k') | mojo/services/media/common/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698