Setting audio file media metadata in Android (ID3)

[亡魂溺海] 提交于 2019-12-02 06:08:15
Lukas Knuth

You could use the DataStorage to get a File-Object from the MP3-File you want to edit and then use a ID3-Tag Library like Jaudiotagger to edit the ID3-Tags.

From the CLI, you can use id3ed. Just build it using Android's NDK, then you can use adb debug bridge to access the shell.

I think you have to use a third party library

http://jid3.blinkenlights.org/

http://www.jthink.net/jaudiotagger/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!