获取 Android 媒体播放器中当前播放的媒体文件的详细信息
有什么方法可以获取在 android(默认)媒体播放器中执行的媒体文件的详细信息?
Is there any way to get the details of media files that is executed in android(default) media player?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此线程可能会帮助您找到所需的内容: http://www.alexc.me/android-music-app-service-currently-playing-song/231/
问候
This thread might help you to find what you are looking for: http://www.alexc.me/android-music-app-service-currently-playing-song/231/
Regards
您可以在启用调试桥的情况下开始在手机上播放媒体文件(或者仅使用模拟器),并使用 LogCat 检查是否存在 Intent - 但据我所知,SDK 不提供检索播放详细信息的方法媒体文件
You can start playing a media file on your phone with the debug bridge enabled (or just use the emulator) and check with LogCat if there is an Intent - but as far as I know the SDK does not provide a way to retrieve details for played media files