标签: ios mpmovieplayercontroller
我正在使用MPMoviePlayerController实例播放直播视频。当用户向前或向后搜索时,我想获得玩家应该寻求的到的时间。
MPMoviePlayerController
MPMoviePlayerPlaybackStateDidChangeNotification通知我一个寻求事件就好了,currentPlaybackTime返回当前时间,即在寻找之前。如何在不等待下一个MPMoviePlaybackStatePlaying通知的情况下获得“寻找”时间?
MPMoviePlayerPlaybackStateDidChangeNotification
currentPlaybackTime
MPMoviePlaybackStatePlaying