需要帮助绘制视频流位图
我正在尝试播放视频,从本机代码获取帧作为位图,并且我想在屏幕上显示视频。我不明白如何显示它们,因为有视图、表面、动画和图形,我不知道该使用哪一个。我对android非常初学者。请帮我选择,如果有样品请告诉我。
感谢您的帮助
I am trying to play video, where I get frames as bitmaps from the native code and I want to display the video on the screen. I do not understand how to display them, as there are view, surface, animation and graphics and I have no idea, which one to use from these. I am very beginner to android. Please help me choosing and let me know if there are any samples.
Thanks for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可以自己解决。答案如下
C 代码:
在 renderbitmap 函数
Java 代码
I am able to solve it myself. Answer is as follows
C Code :
in renderbitmap function
Java Code
好的,显示位图可以使用可以嵌入布局中的图像视图来完成。
我对你的理解正确吗?)
Ok, so displaying bitmaps can be done using imageviews that can be embedded in your layout.
Did i understand you correctly?)