Hi,
I am developing one online streaming player where it should support
for the seeking also. Same time I am updating the values like Time
Played and Remaining Time.

If I am not moving the seek bar, I am getting the correct values by
MediaPlayer.getDuration(); and MediaPlayer.getCurrentPosition().

But when I am changing the seek bar position, the values returned by
the MediaPlayer.getCurrentPosition(). is greater than the
MediaPlayer.getDuration()..

After changing the seek bar position, I am calling the
MediaPlayer.seekTo() method.


Does anyone have any idea on this, what's going wrong....

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
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