我尝试使用AVPlayerLooper在TV OS应用程序中循环播放视频,因为这应该会在再次播放视频时消除暂停/打卡。我观看了WWDC2016视频并尝试实现代码,但它没有循环。player: self.queuePlayer) //I declared this as a variable in the view controller你们有没有人用最新的AVPlayerLooper成功地播放了循环视频
我是在苹果提供的的基础上构建的,特别是利用了他们在PlayerLooper.swift、LooperViewController.swift和Looper.swift协议中提供的示例AVPlayerLooper我想要做的是能够更新在PlayerLooper.swift文件中实例化的AVPlayerLooper上的timeRange属性。Because we want to access our AVPlayerLooper
in our ensuing set-up, we must dispatch our(pl