How do I repeat a AVAudioPlayer?(如何重复 AVAudioPlayer?)
问题描述
我只是想知道你如何重复 AVAudioPlayer?
I am just wondering how you repeat a AVAudioPlayer?
推荐答案
将属性 numberOfLoops 设置为 -1 会进入无限循环.
Set the Property numberOfLoops to -1 and it would go into infinite loop.
这篇关于如何重复 AVAudioPlayer?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!