iphone - MPMoviePlayerController currentPlaybackTime problem

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-03-18T17:34:40Z Indexed on 2010/03/20 5:41 UTC
Read the original article Hit count: 1769

Filed under:
|
|

I have a MPMoviePlayerController in my project.

Some times, when I order the controller to go to a specific frame, for example

[myMovie setCurrentPlaybackTime:16.32];

it goes not to this position, but to a point before the specified point. I think it goes to the nearest keyframe. How can I force the video to stop doing this and go to the precise location? Is there any hope of solving this?

thanks for any help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk