如何开发iPhone上后台运行的录像机

发布于 2024-12-02 23:56:03 字数 92 浏览 1 评论 0原文

是否可以使用 AVFoundationFrameWork 在 iPhone 上以后台模式运行录像机?

如果可以的话我该怎么办?

提前致谢。

Is it possible to run the video recorder in backgroundmode on iPhone using the AVFoundationFrameWork?

If it is possible how can I do?

Thanks in advance.

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

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

发布评论

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

评论(1

千と千尋 2024-12-09 23:56:03

iOS 对后台处理提供了限制。
因此,根据我的信息,如果不可能产生您的应用程序在用户操作其他应用程序时录制视频的情况。

我在下面的基础上写了上面的内容。

大多数进入后台状态的应用程序很快就会转入挂起状态。在此状态下,应用程序不执行任何代码,并且可能随时从内存中删除。向用户提供特定服务的应用程序可以请求后台执行时间以便提供这些服务。

是的,任何应用程序都可以在后台运行时提供一些特定的服务。
有关更多详细信息,请参阅此链接

希望这有帮助。

iOS provides limitation for background processing.
So as per my information if is not possible to produce a situation in which you application is recording video while user is operating other application.

I am writing above on basis of following.

Most applications that enter the background state are moved to the suspended state shortly thereafter. While in this state, the application does not execute any code and may be removed from memory at any time. Applications that provide specific services to the user can request background execution time in order to provide those services.

Yes, any application can provide some specific services while running in background.
for further details refer to this link.

Hope this helps.

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