https://blog.csdn.net/u010029439/article/details/85036673
4、暂停的时候,退到后台再回到前台,画面黑了?
1、
这时候个人处理方式是,可以在暂停的时候,通过TextureView.getBitmap(point.x, point.y);
获取到暂停的画面,用ImageView显示它,在onSurfaceTextureUpdated
的时候隐藏ImageView,来实现画面的衔接。
2、暂停时绘制静态画面多TextureView的Surface上,详细参考GSYVideoPlayer。