gpt4 book ai didi

ios - MPMoviePlayer 停止在后台播放

转载 作者:行者123 更新时间:2023-11-28 21:56:22 24 4
gpt4 key购买 nike

需要使用 MpMoviePlayerController 在后台播放音频。我知道我必须使用这段代码来实现:

  AVAudioSession *audioSession = [AVAudioSession sharedInstance];
[audioSession setCategory:AVAudioSessionCategoryPlayback error:nil];
[audioSession setActive:YES error:nil];

并在 pList 中设置“RequireBakgroundMode”。

这工作正常,除了当我将我的应用程序置于后台时声音停止并且我必须打开控制中心并按播放以恢复播放。

所以我的问题是,当应用程序进入后台时,如何避免声音停止?谢谢

最佳答案

您项目的一组功能。当应用程序进入后台时,它工作正常。

enter image description here

当您启用模式时,然后在 plist 文件中自动设置背景模式。

enter image description here

关于ios - MPMoviePlayer 停止在后台播放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26382386/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com