Hello all,
I am developing a VideoPlayer based on MediaPlayer provided by
Android.
In this video player, I have to implement Fast Forward(FF) and Fast
Rewind(FR) too apart from other basic play/pause/seek functionality.
I could not find any Direct(fastForward(speed)/fastRewind(speed)) or
Indirect(changeFrameRate(speed)) API in Android to implement the same.
for the time I have implemented the same by using seekTo, but
obviously the performance is not as expected. As to implement FF/FR
one has to change the frame rate.

Does android really not support Fast Forward/Rewind or there is any
workaround to achieve the same?

Please help.

Thanks in Advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to