如何淡出 MPMusicPlayerController 播放的声音?
我想淡出 MPMusicPlayerController
在特定时间段内播放的声音吗? 我该怎么做?
I'd like to fade-out the sound played by MPMusicPlayerController
over a particular time period? How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有淡入淡出功能,因此您必须自己实现。循环直到音量为0,并为每一步添加延迟。如果您希望这一切在 2 秒后发生,请将代码放在一个块上:
There is no fade functionality so you have to implement it yourself. Loop until volume is 0, and add a delay for each step. If you want all this to happen 2 seconds into the future, put the code on a block: