seekTo() is an asynchronuous call and the actual seek operation may
take a while to finish. If an OnSeekCompleteListener has been
registered beforehand via setOnSeekCompleteListener
(OnSeekCompleteListener), it will get called.

--
Jack Ha
Open Source Development Center
・T・ ・ ・Mobile・ stick together
The coverage you need at the price you want

The views, opinions and statements in this email are those of
the author solely in their individual capacity, and do not
necessarily represent those of T-Mobile USA, Inc.


On Sep 15, 4:01 am, manigault <manig...@gmail.com> wrote:
> Hi i want to be able to pause the MediaPlayer and then seek to given
> position.
> I do the following : mPlayer.pause() - > mPlayer.seekTo(myPosition); -> 
> mPlayer.start();but the player start playing from the position the
>
> pause was called;
> Can i use seekTo after when i paused the player ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to