summaryrefslogtreecommitdiffstats
path: root/media/java/android/media/Metadata.java
Commit message (Expand)AuthorAgeFilesLines
* Deprecate apis that were replaced by sessionsRoboErik2014-07-211-1/+2
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* API review: Metadata class not used.Dianne Hackborn2011-09-131-0/+2
* - Public part of the Metadata API.Gloria Wang2011-06-231-87/+211
* Disable 10secs forward/backward seeking for rtsp as seek is a very expensive ...Andreas Huber2010-10-081-1/+2
* Added native metadata support.niko2009-07-221-1/+1
* Minor cleanup in Metadata.javaniko2009-07-201-4/+6
* Fixed a bug in the parser.niko2009-07-201-2/+3
* Added 3 metadata types for pause/seek forward/seek backward.Nicolas Catania2009-07-171-1/+7
* Impl. of the metadata getters.Nicolas Catania2009-07-161-31/+77
* Partial implementation of the parsing of Parcel into Metadata.Nicolas Catania2009-07-151-29/+188
* Basic plumbing to retrieve metadata from the native player.Nicolas Catania2009-07-101-0/+13
* Implemented the metadata changed notification filters.Nicolas Catania2009-07-091-0/+1
* New Metadata API for the MediaPlayer.Nicolas Catania2009-07-081-0/+190