Android Mediastore 未列出 MID 和 Android Mediastore AAC 文件
使用 mediastore 列出内部/外部存储中的音频文件时,会列出 AMR、OGG 和 MP3,但不会列出 MID 和 AAC。如果我使用 Android 文件系统 API 列出所有文件,我可以列出 MID 和 AAC,但无法播放它们,即使 Android 声称支持 AAC。
对此有什么想法吗?
When using mediastore to list audio files from internal/external storage, AMR, OGG and MP3 are listed but MID and AAC are not. If I use Android file system API to list all the files, I can list the MID and AAC but can't play them, even though Android claims to support AAC.
Any ideas to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://developer.android.com/guide/appendix/media-formats.html
仅 3.1+ 支持 AAC 解码。我不知道你正在使用哪个版本,但这可能是问题所在。
http://developer.android.com/guide/appendix/media-formats.html
AAC decoding is only supported in 3.1+. I don't know what version ur working on, but that might be the issue.