@volcengine/veplayer 2.4.2-rc.4 → 2.4.2-rc.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/veplayer.biz.live.development.js +1 -1
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.development.js +4 -3
- package/esm/veplayer.live.development.js +4 -3
- package/esm/veplayer.live.production.js +3 -3
- package/esm/veplayer.production.js +3 -3
- package/esm/veplayer.vod.development.js +2 -1
- package/esm/veplayer.vod.production.js +2 -2
- package/package.json +1 -1
- package/umd/veplayer.biz.live.development.js +1 -1
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.development.js +4 -3
- package/umd/veplayer.live.development.js +4 -3
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.development.js +2 -1
- package/umd/veplayer.vod.production.js +1 -1
|
@@ -13580,7 +13580,7 @@ class VePlayerBase {
|
|
|
13580
13580
|
* @returns
|
|
13581
13581
|
*/
|
|
13582
13582
|
get playerVersion() {
|
|
13583
|
-
return "2.4.2-rc.
|
|
13583
|
+
return "2.4.2-rc.5";
|
|
13584
13584
|
}
|
|
13585
13585
|
/** {zh}
|
|
13586
13586
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -14050,6 +14050,7 @@ class VePlayerBase {
|
|
|
14050
14050
|
*/
|
|
14051
14051
|
destroy() {
|
|
14052
14052
|
this._player.off(ERROR, this._errorCallback);
|
|
14053
|
+
this._player.controls = null;
|
|
14053
14054
|
this._player.destroy();
|
|
14054
14055
|
}
|
|
14055
14056
|
/** {zh}
|