开发者

How to reset MPMoviePlayerController timeline to zero at movie end

开发者 https://www.devze.com 2023-02-19 00:15 出处:网络
Streaming 10 seconds movie from serve开发者_Python百科r, but timeline stops at 8 seconds. There are no errors, so I would like to reset MPMoviePlayerController timeline left side as 00:10 and right s

Streaming 10 seconds movie from serve开发者_Python百科r, but timeline stops at 8 seconds.

There are no errors, so I would like to reset MPMoviePlayerController timeline left side as 00:10 and right side as 00:00 to make it look like the whole movie was played. How could I do that?


Try the following - assuming that you have an instance of the MPMoviePlayerController called mp;

 [mp setCurrentPlaybackTime:mp.endPlaybackTime];


Haven't found any other video with same symphtons, so let's call this a bug in video data or its conversion. Case closed.

0

精彩评论

暂无评论...
验证码 换一张
取 消