处理视频流切换全屏马上又退出全屏问题

This commit is contained in:
张玉久
2020-05-25 09:39:51 +08:00
parent 3bc65f42c7
commit 6ea9a7de90

View File

@ -66,7 +66,7 @@ class VideoAdapter(val mContext: Context, val mRecyclerView: RecyclerView, val m
.setCacheWithPlay(true)
.setRotateWithSystem(false)
.setReleaseWhenLossAudio(true)
.setLockLand(true)
// .setLockLand(true)
.setLooping(false)
.setShowFullAnimation(false)
.setVideoAllCallBack(object : GSYSampleCallBack() {