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

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

Issue 1694963002: Change who allocated the MediaPipe's shared buffer. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix android trybots 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/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 345648557c16198bb655890f610418fc4be44337..a8b8e075fabe904675f44a5e8db5c41b73871cca 100644
--- a/mojo/services/media/audio/interfaces/audio_track.mojom
+++ b/mojo/services/media/audio/interfaces/audio_track.mojom
@@ -19,9 +19,6 @@ struct AudioTrackConfiguration {
// The media type to use.
MediaType media_type;
- // Desired maximum buffer size, in frames of audio.
- uint64 max_frames;
-
// Ratio of audio frames to media time ticks.
//
// Presentation time stamps on audio packets are expressed in units of media

Powered by Google App Engine
This is Rietveld 408576698