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.
我在想是否有可能获得对 AudioUnit 记录(可能结束播放)设备的独占访问权限,以确保在我工作时(最终甚至在后台)任何其他进程都无法访问它?
任何意见将是有益的。
先感谢您!
您的应用程序可以在前台获得对音频会话的独占访问权限。当另一个应用程序出现在前台时,它可以执行相同的操作,从而终止您的应用程序对音频的访问。电话应用程序还可以通过中断您的应用程序来控制音频。没有办法在库存 OS iOS 设备上阻止这种情况。