如何从android上的shoutcast中检索元数据?
我正在开发一个播放器,可以播放以下形式的网址 shoucast http://292.3.23.23:8000 是,因为我可以恢复 元数据?艺术家姓名媒体播放器使用标题等。 播放没问题,但无法检索元数据 有人知道我该怎么做并将其显示在文本中 titulo.settext(标题);
I am developing a player that plays a url of the form
shoucast http://292.3.23.23:8000 is, as I can restore the
metadata? artist name mediaplayer use the title etc.
play no problem, but I can not retrieve metadata
anyone know how I can do it and display it in a text
titulo.settext (title);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个 http://developer.android.com/reference/android/media/ MediaMetadataRetriever.html 但它是 API 级别 10
谢谢。
我已经使用了线程,不是很好的解决方案,但它有效
}
让线程每 10 秒调用一次
check this out http://developer.android.com/reference/android/media/MediaMetadataRetriever.html but it is on API LEVEL 10
Thank you.
I have done using the thread,not the great solution but it works
}
make thread call each 10 sec