在 Samsung M220 (Telus Canada) 上播放声音 - MIDP 1.0

发布于 2024-07-30 04:42:07 字数 174 浏览 5 评论 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请帮我爱他 2024-08-06 04:42:07

三星允许其自己的专有类称为 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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文