iOS 多任务处理:当应用程序位于托盘中时让流播放

发布于 2024-10-17 16:50:57 字数 217 浏览 1 评论 0原文

有谁知道在应用程序失去焦点(按下主页按钮时)后如何让音频流播放(从 AVPlayer 组件中的 webview 或)?在 iOS 4.2 中。我知道我必须阅读有关多任务处理的内容,但如果您能为该特定情况指出一些事情,那就太好了。与单击流链接并在 Safari 中打开它的行为完全相同。您必须关闭多任务托盘中的应用程序才能结束它。

就像您想在使用另一个应用程序时收听广播电台一样。

谢谢 !

Does anyone knows how I can let an audio stream play (from a webview ou in a AVPlayer component) after the app lose focus (when the home button is pushed) ? In iOS 4.2. I know I must read about multitasking but if you could just point out a few things for that particular case, that would be great. Exactly the same behavior as if you click a stream link and it's open in Safari. You have to shutdown the application in the multitask tray to end it.

Like if you want to listen to a radio station while working in another app.

Thanks !

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一曲爱恨情仇 2024-10-24 16:50:57

查看有关 iOS 后台进程的文档,特别是播放后台音频的要求:
iOS 后台编程指南

相关的音频编程指南可能会指导您完成正确实现音频流所需的任何细节:音频会话编程指南

Check out the documentation on background processes on iOS, specifically the requirements for playing background audio:
iOS Background Programming Guide

The associated audio programming guide will probably guide you through any specifics needed to properly implement your audio stream: Audio Session Programming Guide

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文