iPhone:同时运行 UIImagePickerController 和 AVAudioSession

发布于 2024-10-15 04:05:49 字数 195 浏览 2 评论 0原文

我有一个永久启用 UIImagePickerController 的应用程序,但我也想访问 AVAudioSession。

但是,当 UIImagePickerController 启动时,AVAudioSession 会收到中断通知。

有没有办法让 AVAudioSession 和 UIImagePickerController 同时运行?

I have an app that has a UIImagePickerController up permanently, but I also want to access AVAudioSession.

However AVAudioSession receives an interuption notification when the UIImagePickerController is launched.

Is there any way to have both an AVAudioSession and a UIImagePickerController running simultanaeouly?

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

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

发布评论

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

评论(1

我一直都在从未离去 2024-10-22 04:05:49

您需要处理音频中断,当中断结束时您需要继续音频播放,
这是如何做的详细信息
http://developer.apple.com/library /ios/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/HandlingAudioInterruptions/HandlingAudioInterruptions.html

You need to handle the audio interruption, and when interruption ends you need to continue your audio playback,
Here is the details that how to do
http://developer.apple.com/library/ios/documentation/Audio/Conceptual/AudioSessionProgrammingGuide/HandlingAudioInterruptions/HandlingAudioInterruptions.html

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