跳到主要内容

disconnect 断开视频元素

disconnect

类型: MethodDeclaration

所属类: VideoElement

定义位置: ui.ts

描述

断开视频元素

返回值

类型: void

源代码

位置: 第 5499 行

protected disconnect(): void {
super.disconnect()
this.player.pause()
document.off('visibilitychange', this._onSwitch)
}

文档生成时间:2026/2/1 16:51:40