-
Bug
-
Resolution: Won't Fix
-
P3
-
7u45
-
jdk 1.7.0_45, JavaFx 2.2.45-b18
Hi,
I am developing an video editing software and for a requirement I am setting start time and stop time for the video and starts playing the video with different rates 1,2 to 4. and receiving different behavior
for setRate(1.0) - Every thing is fine,
For setRate(2.0) and setRate(4.0) - Media File plays after that's stop time.(That should be played smoothly like rate 1.0.)
After investigating I find that for different rate MediaPlayer returns the CurrentTime>StopTime.
Thanks,
I am developing an video editing software and for a requirement I am setting start time and stop time for the video and starts playing the video with different rates 1,2 to 4. and receiving different behavior
for setRate(1.0) - Every thing is fine,
For setRate(2.0) and setRate(4.0) - Media File plays after that's stop time.(That should be played smoothly like rate 1.0.)
After investigating I find that for different rate MediaPlayer returns the CurrentTime>StopTime.
Thanks,