在 Samsung M220 (Telus Canada) 上播放声音 - MIDP 1.0
我们正在为 Samsung M220 (Telus) 移植一些 Java 应用程序。 这是一部 MIDP 1.0 手机,我们在尝试在其上播放声音时遇到了困难。
据我所知,MIDP 1.0不支持我们除了系统蜂鸣声之外的音频功能。
有什么办法可以在 M220(Telus 加拿大)上播放声音吗?
We're porting some Java applications for the Samsung M220 (Telus). This is a MIDP 1.0 phone and we're stuck when trying to play sounds on it.
As far as I know, MIDP 1.0 does not support our audio functions except system beeps.
Is there any way to play sounds on the M220 (Telus Canada)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
三星允许其自己的专有类称为 AudioClip(),通过 google 搜索,您将能够找到有关它的信息。 由于这是 MIDP 1.0 手机,唯一支持播放声音的 api 是 com.samsung...[不记得确切的包]AudioClip 类。
希望这可以帮助!
Samsung allows its own proprietary class called the AudioClip(), google it and you will be able to find information on it. Since this being a MIDP 1.0 phone the only api that supports playing sound is the com.samsung.... [don't remember the exact package] AudioClip class.
Hope this helps!