带音频的图像幻灯片
我有一个要求,我想播放音频文件,同时我应该获得存储在数组中的图像的幻灯片。
任何人都可以建议我如何做到这一点吗?
提前致谢,
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以有一个名为 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.