This commit is contained in:
2025-10-14 18:54:02 +08:00
parent b40b02e2a2
commit af2031f486
11 changed files with 352 additions and 111 deletions
@@ -167,6 +167,7 @@ export class SceneBgVideoLayer extends li_BaseView {
*/
stop() {
if (this.videoPlayer) {
this.videoPlayer.remoteURL = "";
this.videoPlayer.stop();
this.clearVideoState();
logger.log("SceneBgVideoLayer: 停止视频");