@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.
@@ -13742,7 +13742,7 @@ class VePlayerBase {
13742
13742
  * @returns
13743
13743
  */
13744
13744
  get playerVersion() {
13745
- return "2.4.2-rc.4";
13745
+ return "2.4.2-rc.5";
13746
13746
  }
13747
13747
  /** {zh}
13748
13748
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -14212,6 +14212,7 @@ class VePlayerBase {
14212
14212
  */
14213
14213
  destroy() {
14214
14214
  this._player.off(ERROR$2, this._errorCallback);
14215
+ this._player.controls = null;
14215
14216
  this._player.destroy();
14216
14217
  }
14217
14218
  /** {zh}
@@ -27806,10 +27807,10 @@ class Logger extends Plugin {
27806
27807
  user_id: this._userId,
27807
27808
  device_id: this._deviceId,
27808
27809
  ext: {
27809
- veplayer_version: "2.4.2-rc.4",
27810
+ veplayer_version: "2.4.2-rc.5",
27810
27811
  flv_version: "3.0.19-rc.0",
27811
27812
  hls_version: "3.0.19-rc.0",
27812
- rts_version: "0.2.1-alpha.6"
27813
+ rts_version: "0.2.1-alpha.8"
27813
27814
  }
27814
27815
  });
27815
27816
  }
@@ -13742,7 +13742,7 @@ class VePlayerBase {
13742
13742
  * @returns
13743
13743
  */
13744
13744
  get playerVersion() {
13745
- return "2.4.2-rc.4";
13745
+ return "2.4.2-rc.5";
13746
13746
  }
13747
13747
  /** {zh}
13748
13748
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -14212,6 +14212,7 @@ class VePlayerBase {
14212
14212
  */
14213
14213
  destroy() {
14214
14214
  this._player.off(ERROR$2, this._errorCallback);
14215
+ this._player.controls = null;
14215
14216
  this._player.destroy();
14216
14217
  }
14217
14218
  /** {zh}
@@ -27806,10 +27807,10 @@ class Logger extends Plugin {
27806
27807
  user_id: this._userId,
27807
27808
  device_id: this._deviceId,
27808
27809
  ext: {
27809
- veplayer_version: "2.4.2-rc.4",
27810
+ veplayer_version: "2.4.2-rc.5",
27810
27811
  flv_version: "3.0.19-rc.0",
27811
27812
  hls_version: "3.0.19-rc.0",
27812
- rts_version: "0.2.1-alpha.6"
27813
+ rts_version: "0.2.1-alpha.8"
27813
27814
  }
27814
27815
  });
27815
27816
  }