iOS 可以访问音乐文件吗?

发布于 2024-12-20 20:52:02 字数 75 浏览 1 评论 0原文

是否可以访问 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

殤城〤 2024-12-27 20:52:02

您可能会得到 AVAssetReader 最接近的东西。根据文档它允许:

直接从存储中读取原始未解码媒体样本,获取解码为可渲染形式的样本。

这为您提供了原始媒体样本,但无法对整个文件数据进行原始访问。

您究竟想要实现什么目标?

The closest thing you may get AVAssetReader. According to documentation it allows:

Read raw un-decoded media samples directly from storage, obtain samples decoded into renderable forms.

That gives you raw media samples, but no raw access to the whole file data.

What exactly are you trying to achieve?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文