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.
您好,我正在寻找有关如何在我的应用程序中实现无线电 .mp3 流的良好指南。我搞砸了 matt Gallagher 教程“流式传输和播放 MP3 流”。并让它在 ios4 中工作(也可以在后台播放),但后来我想在 ios5 中使用它并且有很多错误。(因为 ARC)我听说还有其他方法可以通过 AVPlayer 类实现 .mp3。
有人知道我可以使用的简单实现或示例吗?
如果您在启用 arc 的项目中使用非 arc 代码,您可以指定哪些文件是非 arc 并且一切都会按预期工作。只需将“-fno-objc-arc”标志添加到这些文件中。