-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nilangini wrote:
[...]
> Do you have any idea how can we position the MediaController at a
> required location?
> I could not find any way to set the position of MediaController.

Heh --- I just asked this!

One it's *playing*, you can use MediaPlayer.seekTo() to change the
position in the stream.

But if it *hasn't started playing yet*, you can't change the position.
In other words, you need to wait for it the buffer the initial part of
the stream and start playing before you can call seekTo().

- --
David Given
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJNRz2f9E0noFvlzgRAp6CAKCTytVsJnLdCkWnIGuKpkWvCZ54BgCgtl5Z
nxsTmm1t8lgdK0sXE/uGq7k=
=DFUc
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to