Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AVPlayer我在 Swift 3 中实现了一个视频播放器功能。 目前,我可以很好地播放视频。我想以2x,3x,4x的速度添加“ Trick Play ”功能。 但是,我没有发现任何谷歌搜索。任何人都可以帮助我吗?
AVPlayer
尝试
playerViewController.player!.rate = 2 // 3, 4 etc