使用 MPMediaPlayer 进行多任务处理
我正在 MPMediaPlayer 中流式传输和播放 MP3 文件。我一直在寻找解决方案,并且我看到了使用 AVAudioPlayer 来实现此目的的方法,但我需要使用 MediaPlayer。是否可以将其设置为多任务并能够从多任务菜单进行控制?
顺便说一句,我已经在 info.plist 中添加了这些内容。
I'm streaming and playing an MP3 file in a MPMediaPlayer. I've been looking for solutions, and I saw ways to do it with an AVAudioPlayer, but I need to use the MediaPlayer. Is it possible to have it Multitask and be able to be controlled from the multitasking menu?
I already added the stuff in the info.plist, btw.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是
applicationMusicPlayer
吗?applicationMusicPlayer
不在后台运行。MPMusicPlayer 的
iPodMusicPlayer
可以像苹果的音乐应用一样在后台运行。Are you using
applicationMusicPlayer
?applicationMusicPlayer
doesn't run in background.iPodMusicPlayer
of MPMusicPlayer can run in background like apple's Music app.