iOS 可以访问音乐文件吗?
是否可以访问 iTunes 库的原始音乐文件?如果是这样,怎么办?我环顾四周,但只能找到如何获取元数据,而无法访问实际的音乐文件。 谢谢
Is it possible to access the raw music files of iTunes library? If so, how? I looked around but could only find how to get the meta data, not access to the actual music files.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会得到 AVAssetReader 最接近的东西。根据文档它允许:
这为您提供了原始媒体样本,但无法对整个文件数据进行原始访问。
您究竟想要实现什么目标?
The closest thing you may get AVAssetReader. According to documentation it allows:
That gives you raw media samples, but no raw access to the whole file data.
What exactly are you trying to achieve?