OSDN Git Service

Documentation: Clarify that a FileDescriptor must be seekable
authorKenny Root <kenny@the-b.org>
Sat, 13 Jun 2009 11:16:23 +0000 (06:16 -0500)
committerJean-Baptiste Queru <jbq@google.com>
Mon, 24 Aug 2009 21:37:11 +0000 (14:37 -0700)
commit6ab180aa65d2b4f155518af0ac7bb2777f9ce61f
tree76a676edeb7c2a50385fe3dfa1f80b3e460c42c4
parentd5d4e63ea46f513d035992070b376589760d7017
Documentation: Clarify that a FileDescriptor must be seekable

In MediaPlayer, methods with an offset specified must be passed a
FileDescriptor that is seekable. This change notes that in the
JavaDoc.
media/java/android/media/MediaPlayer.java