Uri 到资源 ID
我需要将我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
呃,你不能使用 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?