在 CDC 设备 j2me 上播放音频
我有一个为 CDC 设备构建的 j2me 应用程序。我已经使用个人资料来显示用户界面。 但是现在我需要播放音频。 AFAIK 在 j2me 中我只能通过 J2me MMAPI 即 JSR135 播放音频。
但在我的设备上我没有这个。那么有人可以向我提供输入,我应该如何将此 jsr 移植到我的设备上。它是一个基于Linux的ARM设备。我自己构建并编译了 cdc 和个人资料,并将其移植到设备上。但现在我无法找到 Mobile media api 的源代码。
或者除了 MMAPI 之外还有其他选项来播放音频吗?
I have a j2me app built for a CDC device. I have used Personal profile to display the UI.
However now I need to play audio. AFAIK in j2me I can play audio only through J2me MMAPI i.e JSR135.
But on my device I don't have this. So can someone provide me input how I should go about porting this jsr on my device. It is a linux based ARM device. I had built and compiled cdc and personal profile by myself and ported on to the device. But now I am unable to find source code for Mobile media api.
Or do you have any option other than MMAPI to play audio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,以上内容可在开源项目 PhoneME 中找到。 MMAPI 类(例如 Player、Manager、Control 等)显示在其 SVN 代码存储库的下面链接中:
Well as far as I can tell, above is available in an open source project PhoneME. MMAPI classes like Player, Manager, Control etc are shown at below link to their SVN code repository: