带音频的图像幻灯片

发布于 2024-11-24 12:15:43 字数 111 浏览 2 评论 0原文

我有一个要求,我想播放音频文件,同时我应该获得存储在数组中的图像的幻灯片。

任何人都可以建议我如何做到这一点吗?

提前致谢,

Tejaswi Marakini

I have a requirement that I want to play an audio file and meanwhile I should get slideshow of images stored in array.

Can any one suggest me the way to do this?

Thanks in Advance,

Tejaswi Marakini

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

雪花飘飘的天空 2024-12-01 12:15:43

您可以有一个名为 Slide 的类来扩展视图,Slide 类内部可以是可绘制图像和可播放音频文件。然后在你的主课上你可以改变幻灯片并添加延迟或诸如此类的东西。

you could have a class called Slide that extends view, inside the Slide class could be the drawable image and the playable audiofile. Then in your main class you could change the slides and put in a delay or whatnot.

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