We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self.ballFile = PAGFile.load(filePath) self.ballFile?.seTimeStretchMode(PAGTimeStretchModeScale) self.ballFile?.setDuration(300)
setDuration没生效,打断点获取ballFile的duration还是原始值,导致播放速度没变化 PAG文件也已经添加了伸缩模式了,附件已上传
4.4.20
iOS 原生
加快播放速度
没变化
pag_ball.pag.zip
The text was updated successfully, but these errors were encountered:
kevingpqi123
No branches or pull requests
self.ballFile = PAGFile.load(filePath)
self.ballFile?.seTimeStretchMode(PAGTimeStretchModeScale)
self.ballFile?.setDuration(300)
setDuration没生效,打断点获取ballFile的duration还是原始值,导致播放速度没变化
PAG文件也已经添加了伸缩模式了,附件已上传
【版本信息】
4.4.20
【平台信息】
iOS 原生
【预期的表现】
加快播放速度
【实际的情况】
没变化
【Demo及附件】
pag_ball.pag.zip
The text was updated successfully, but these errors were encountered: