iOS:播放音效时音乐关闭
我正在尝试播放一段简短的音乐,但是当 iPod 正在播放并且午餐时,应用程序音乐突然消失了!我怎样才能防止这种情况发生?我正在使用 AVAudioPlayer
来播放声音。 谢谢
I am trying to play a short music but when iPod is playing and lunch the application music goes off ! how can I prevent this situation ? I am using AVAudioPlayer
to play sound .
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于
AudioToolBox
和短效果声音,您可以使用kAudioSessionCategory
希望能有所帮助;)
For
AudioToolBox
and and short effect sounds you can usekAudioSessionCategory
hopes can help ;)