videoPlayer 控件 在设置clip之后,层级渲染出现了错误

使用以下函数设置clip为新的videoClip之后,视频渲染在最顶层。

this.test_video.clip = this.test

    this.test_video.play()

    this.test_video.stayOnBottom = true