jueshi / apwidgets

Automatically exported from code.google.com/p/apwidgets
0 stars 0 forks source link

"SeekTo" or "fast forward/backward" only in 2-second-steps possible #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm making a prototype of a video timeline control. So that it's possible to go 
fast forward/backward more exactly.

I thought the seekTo method would be fine, because I can set the value in 
milliseconds. But I noticed that the video goes forward or backward just every 
2 seconds. For example: If I set seekTo(9418), the video starts not from there, 
but from the last "2-second-mark" (for example from 8100).
And the preview images when moving fast forward/backward also changing just 
every 2 seconds. 

Is there a possibility to get a more accurate control? 

Thanks!

Original issue reported on code.google.com by simesang...@googlemail.com on 30 Dec 2014 at 3:17