Merge branch 'feature-pip' into alpha

This commit is contained in:
guozhigq
2023-09-07 19:26:00 +08:00
7 changed files with 196 additions and 20 deletions

View File

@ -746,6 +746,10 @@ class PlPlayerController {
}
}
void hiddenControls(bool val) {
showControls.value = val;
}
/// 设置长按倍速状态 live模式下禁用
void setDoubleSpeedStatus(bool val) {
if (videoType.value == 'live') {