iOS 背景音频图标
我完全遵循 API 文档和 WWDC 视频,通过音频会话(使用 AudioQueue 服务)在后台播放音频。一切正常,但状态栏中没有显示“播放”指示器。
我必须单独设置它还是一个错误?
I've followed the API Docs and WWDC Videos exactly, to play audio in the background via an Audio Session (using the AudioQueue services). It all works just fine, but there is no "Play" indicator displayed in the Status Bar.
Do i have to set this separately or is it a Bug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是由音频会话完成的:
I think this was done by the Audio Session: