views:

25

answers:

0

I would like to play frame by frame with the videoview. I have this:

mVideoView.seekTo(mVideoView.getCurrentPosition()+1);

But after this I do not see the frame until I click play... I do not want that, I just want to see the next frame.

Also - can I do the same for previous frame?

Thanks in advance.