junker37 wrote:
> I'm thinking that the buffer must be lost
> somewhere, so I now try to capture the current position via
> videoView.getCurrentPosition(), however, this is always returning 0.

When are you calling getCurrentPosition()?

I am using getCurrentPosition() to update an elapsed-time counter in a
video player, and it definitely works. I use MediaPlayer rather than
VideoView, so it could be that this explains the difference in behavior.
 However, if you are calling getCurrentPosition() too late, it may be
the video has stopped and, therefore, is actually at position 0.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 Available!

--~--~---------~--~----~------------~-------~--~----~
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