Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AVFoundation 并按下设备上的主页按钮会停止从前置摄像头录制。即使按下主页按钮,我有没有办法继续从前置摄像头录制?为什么按主页按钮会阻止我录制?谢谢
不可以。当您的应用程序在后台时,您无法录制视频。
允许的后台任务:
阅读实现长时间运行的后台任务: https ://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneosprogrammingguide/ManagingYourApplicationsFlow/ManagingYourApplicationsFlow.html#//apple_ref/doc/uid/TP40007072-CH4-SW24