Merge branch 'feature-pip' into alpha
This commit is contained in:
@ -746,6 +746,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