是否可以在 Android 活动中在 2 个不同的表面视图上显示 2 个视频?
我已经做了一些关于在 2 个不同表面视图上显示 2 个不同视频的研究,但没有找到任何结果。
这在安卓中可能吗?
我想使用 android MediaPlayer 来播放视频。
发现了类似的东西,但在 iphone 中。 是否可以播放 2视频文件同时在同一视图中?
提前致谢。 :)
I've done some research on display 2 different videos on 2 different surface view, but didn't manage to find any.
Is this possible in android?
I'm want to use android MediaPlayer to stream the videos.
Found something similar but is in iphone. Is it possible to play 2 video file simultaneously in the same view?
Thanks in advance. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 fragment 来做到这一点。虽然它会更好平板电脑。看看它是否适用于您的情况。这里的示例不同,但概念是相同的。 :)
Yes you can do this by using fragment.Though it will be better in tablet.Look it out if it can work in your case.Here example is different but the concept is same. :)