Skip to main content

disconnect 断开视频元素

disconnect

类型: MethodDeclaration

所属类: VideoElement

定义位置: ui.ts

描述

断开视频元素

返回值

类型: void

源代码

位置: 第 5485 行

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

文档生成时间:2025/7/7 12:07:07