如何为AVPlayer设置progressView?

时间:2015-11-07 09:00:26

标签: ios objective-c

我正在考虑将KVO用于玩家的当前时间。但是currentTime是一种方法([myPlayer currentTime])而不是属性,KVO会在这种情况下工作吗?如果没有,我如何跟踪视频播放的进度并为progressView设置一个浮点数?

1 个答案:

答案 0 :(得分:0)

根据当前时间调用AVPlayer addPeriodicTimeObserverForInterval:queue:usingBlock:获取定期回调。当前时间作为参数传递给您的块。