gpt4 book ai didi

iphone - AVPlayer - 将秒数添加到 CMTime

转载 作者:IT王子 更新时间:2023-10-29 08:17:05 35 4
gpt4 key购买 nike

如何将当前播放时间增加 5 秒?
实际上这是我的代码:

CMTime currentTime = music.currentTime;

我不能使用 CMTimeGetSeconds() ,因为我需要 CMTime 格式。

感谢您的回答...

编辑:如何为 CMTime 设置变量?

最佳答案

这是一种方法:

CMTimeMakeWithSeconds(CMTimeGetSeconds(music.currentTime) + 5, music.currentTime.timescale);

关于iphone - AVPlayer - 将秒数添加到 CMTime,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15098004/

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