android - 网络播放mp3,如何从文件中获取专辑封面图片?
PHP中文网
PHP中文网 2017-04-17 18:01:04
0
1
646

使用MediaPlayer播放音频,已经实现得到本地音频的封面图片,在线缓冲的网络音频,如何从中得到封面图片?

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
大家讲道理

Buffered network audio files are streaming media files and will not be written to the local media library, so they cannot be obtained by locally querying the cover of the media library. For network audio files, if it is your own audio server, then add a cover acquisition interface; if it is someone else's, then I can't think of any solution for the time being, no.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template