commit | 9193e08dc1d91401fdf1846eaad4689da3911dc1 | [log] [tgz] |
---|---|---|
author | Nicolas Catania <niko@google.com> | Mon Jul 06 12:43:36 2009 -0700 |
committer | Nicolas Catania <niko@google.com> | Wed Jul 08 09:47:29 2009 -0700 |
tree | 1fc87918ad76a43168d086bd339546fc205f43c1 | |
parent | f751c8c2ca3b838330b0b71d43c91192dce42ca3 [diff] |
New Metadata API for the MediaPlayer. MediaPlayer.java New method getMetadata to fetch metadata from the player. New method setMetadataFilter to filter metadata notification and fetches. Metadata.java Added basic interface. Implementation incomplete.