feat: 视频、直播pip Android端
This commit is contained in:
@ -752,6 +752,10 @@ class PlPlayerController {
|
||||
}
|
||||
}
|
||||
|
||||
void hiddenControls(bool val) {
|
||||
showControls.value = val;
|
||||
}
|
||||
|
||||
/// 设置长按倍速状态 live模式下禁用
|
||||
void setDoubleSpeedStatus(bool val) {
|
||||
if (videoType.value == 'live') {
|
||||
|
Reference in New Issue
Block a user