访问使用黑莓手机播放的音频和视频歌曲数据
我想制作一个黑莓应用程序。它将在服务器上存储BB设备播放的音频和视频文件(播放列表)以及与这些歌曲相关的其他信息(如艺术家姓名、专辑名称)。
我成功访问了 BB 设备上的所有音频和视频歌曲,但不知道如何仅访问那些已播放的歌曲。我仅以字节数组的形式获取这些歌曲,我如何获取有关这些歌曲的信息?
黑莓有专门的API吗?
I want to make a blackberry app. which will store audio and video files,those are played by BB device (play list) and other information related to those songs (as artist name, album name) on the server.
i succeed to access all audio and video songs that are on BB device, but dont know how to access only those songs ,which are played. And i got those songs only as byte array, how could i get information about those songs?
Does blackberry have any special api for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关在 BB 上使用多媒体的指南中的此页面可能会对您有所帮助。如果没有,指南中的某些内容肯定会回答您的问题。
This page in a guide about working with multimedia on the BB may help you. If not, surely something in the guide will answer your question.