开发者社区 问答 正文

AliListPlayer 设置 clearShowWhenStop 无效

SDK版本: 6.14.0
测试手机系统版本:iOS16.0.2
授权方式:STS授权+VID

设置代码:

guard let player = AliListPlayer() else { return }
let config = player.getConfig()
config?.clearShowWhenStop = true
player.setConfig(config)
player.preloadCount = 2
player.delegate = self

问题:
设置 clearShowWhenStop 后,调用 player.stop()方法后,播放器依然保留停止时的画面,不黑屏。
滑动切换播放会闪屏

展开
收起
游客o2xcardc5b7bc 2024-07-24 15:23:45 63 分享 版权
来自: 阿里云视频云
0 条回答
写回答
取消 提交回答
问答分类: