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

Unified Diff: chrome/common/extensions/api/media_galleries.idl

Issue 220303002: Media Metadata API: Extract raw tags for audio/video. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/media_galleries/media_metadata/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/media_galleries.idl
diff --git a/chrome/common/extensions/api/media_galleries.idl b/chrome/common/extensions/api/media_galleries.idl
index ce645e82a765577290a9b79b545c2828a4545d87..941c7b786e368bb3668f5ca205cbb11c9e80fdc6 100644
--- a/chrome/common/extensions/api/media_galleries.idl
+++ b/chrome/common/extensions/api/media_galleries.idl
@@ -120,6 +120,10 @@ namespace mediaGalleries {
DOMString? language;
DOMString? title;
long? track;
+
+ // A dictionary of all the metadata in the media file. This metadata is in
+ // string form, and neither the key nor value is normalized.
+ object rawTags;
Lei Zhang 2014/04/01 19:28:10 Maybe there is a better type for this? The extensi
tommycli 2014/04/01 19:29:01 yoz: Is 'object' the right data type to use? I ess
Yoyo Zhou 2014/04/01 21:39:40 I'm not that familiar with IDL. Adding asargent.
asargent_no_longer_on_chrome 2014/04/02 20:03:54 Yeah, if you don't know the set of possible keys u
};
callback MediaMetadataCallback = void (MediaMetadata metadata);
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/media_galleries/media_metadata/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698