使用MediaPlayer播放音频,已经实现得到本地音频的封面图片,在线缓冲的网络音频,如何从中得到封面图片?
大家讲道理2017-04-17 18:03:04
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.