开发者

MPMoviePlayerController playing, but playbackstate is paused

开发者 https://www.devze.com 2023-03-25 15:47 出处:网络
I have a strange stuation: after setting currentPlaybackTime in MPMoviePlayerController and play it after changing, the playbackState still paused (video and music are playing).开发者_运维百科

I have a strange stuation: after setting currentPlaybackTime in MPMoviePlayerController and play it after changing, the playbackState still paused (video and music are playing).开发者_运维百科 I'm using a NSTimer for checking playbackState.


Are you using iOS 5? If so, a similar issue is reported here on the Open Radar site: http://openradar.appspot.com/10484668

A suggested fix mentioned is to make sure that the call to setContentURL is made before setting the currentPlaybackTime.

0

精彩评论

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