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.
我对 IOS4 音频/多任务处理很陌生,我找不到关于这个主题的答案:
有一个非常简单的两部分问题:什么框架与 ipod 框架一起工作?潘多拉应用大家都看过,所以问题是:
都是一样的过程。
当您成功将您的应用程序与远程播放控件 (remoteControlReceivedWithEvent) 链接时,将添加播放图标。这些控件只是引导到您的远程控制感知应用程序的事件。
据我所知,音频的类型并不重要(但 MPAudioPlayer 在后台不起作用)。
希望对新的编码员有所帮助:)