gpt4 book ai didi

swift - 播放器 - 获取视频的当前时间

转载 作者:行者123 更新时间:2023-11-30 10:08:42 24 4
gpt4 key购买 nike

我正在使用Player库以实现全屏视频播放。我相信它在幕后使用 AVFoundation

我可以使用Float(self.player.maximumDuration)来实现视频的完整持续时间。但是,如何访问/操作视频的当前时间? (我不知道这是否重要,但视频是从服务器流式传输的。)

更新:

我尝试了 let currentTime = Float(self.player.currentTime().value) 但我收到:

Value of type 'Player' has no member 'currentTime'

最佳答案

就这么简单:

let currentTime = Float(self.player.currentTime().value)

问候!

关于swift - 播放器 - 获取视频的当前时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34456547/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com