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

Side by Side Diff: mojo/services/media/common/interfaces/media_metadata.mojom

Issue 1509323002: Mojom updates for Motown. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: sync Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 [DartPackage="mojo_services"]
6 module mojo.media;
7
8 // Describes media.
9 struct MediaMetadata {
10 // Duration in nanoseconds.
11 uint64 duration;
12
13 string? title;
14
15 string? artist;
16
17 string? album;
18
19 string? publisher;
20
21 string? genre;
22
23 string? composer;
24 };
OLDNEW
« no previous file with comments | « mojo/services/media/common/interfaces/media_common.mojom ('k') | mojo/services/media/common/interfaces/media_pipe.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698