Android 在后台使用相机 SurfaceView 播放视频
你好 我在框架布局中有一个表面视图和一个视频视图。如果我在 oncreate 中启动视频,我会完美地看到一切,视频在相机在后台播放时播放。 但如果我在 oncreate 之后启动视频,例如在 onpreviewframe 中,我只能听到视频,但它就像在摄像机后面,我看到的只是摄像机视图。
有什么帮助吗?
Hello
i have a surfaceview and a videview in a framlayout. if i start the video in oncreate, i see all perfectly, the video playing while the camera plays in background.
but if i start the video after oncreate, for example in onpreviewframe, i can only hear the video, but it's like behind the camera, and all i see is the camera view.
any help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要合并两个布局...请参阅示例。
You Need to Merge both layouts... see the Example.