opt ua

opt subtitle

opt playertype

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-26 18:41:11 +08:00
parent a05ecd020b
commit 3a78ead3a6
28 changed files with 218 additions and 221 deletions

View File

@@ -36,7 +36,7 @@ class LiveRoomController extends GetxController {
// 静音状态
RxBool volumeOff = false.obs;
PlPlayerController plPlayerController = PlPlayerController.getInstance(
videoType: 'live',
isLive: true,
);
Rx<RoomInfoH5Data?> roomInfoH5 = Rx<RoomInfoH5Data?>(null);
@@ -80,7 +80,7 @@ class LiveRoomController extends GetxController {
},
),
autoplay: true,
direction: isPortrait.value ? 'vertical' : 'horizontal',
isVertical: isPortrait.value,
);
}