Uri 到资源 ID

发布于 2024-12-01 14:49:25 字数 153 浏览 0 评论 0原文

我需要将我的 Uri 转换为 Res ID。这可能吗?我需要它,因为我的 SD 卡上有 .mp3,我想将其放入仅需要 Res ID 的 SoundPool 中。注意:(无法使用MediaPlayer,需要soundpool功能)

感谢您的帮助

I need to convert my Uri into a Res ID. Is this possible? I need it because I have .mp3s on my SD card that I want to put into SoundPool which only takes Res ID's. Note: (Cant use MediaPlayer, need soundpool functions)

Thanks for the help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

许一世地老天荒 2024-12-08 14:49:25

呃,你不能使用 SoundPool.load(String path, intpriority) 并从 Uris 创建路径字符串?

Urrrm, can't you use SoundPool.load(String path, int priority) and create your path strings from the Uris?

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