J2ME访问默认媒体播放器轨道在后台运行
有没有办法访问 J2ME 后台运行的音乐播放器中正在播放的曲目? 或者至少是文件的路径
Is there any way to access track being played in Music player running in background in J2ME?
or at least the path of the file
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
AFAIK 您无法使用 Java ME 访问默认媒体播放器。
AFAIK you can't able to access the default media player using Java ME.
在 google 上搜索 APIBridge.jar。该 jar 文件允许您从收件箱读取短信,使用本机相机应用程序。所以可能有可能,它允许您使用本机媒体播放器。
Search for APIBridge.jar on google. This jar file allows you to read sms from inbox, use native camera application. So there might be possibility, It allows you to use Native Media Player.