@byteplus/veplayer 2.6.2-rc.0 → 2.6.2

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.
@@ -14313,7 +14313,7 @@ class VePlayerBase {
14313
14313
  return this._player.played;
14314
14314
  }
14315
14315
  /** {zh}
14316
- * @brief 设置/获取视频当前的播放时间, 单位为 s。
14316
+ * @brief 设置/获取视频当前的播放时间,单位为 s。
14317
14317
  */
14318
14318
  /** {en}
14319
14319
  * @brief Sets or gets the current playback position of the video, in seconds.
@@ -14439,7 +14439,7 @@ class VePlayerBase {
14439
14439
  * @brief Retrieve the player SDK version number.
14440
14440
  */
14441
14441
  get playerVersion() {
14442
- return "2.6.2-rc.0";
14442
+ return "2.6.2";
14443
14443
  }
14444
14444
  /** {zh}
14445
14445
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -22806,7 +22806,7 @@ class Logger extends Plugin {
22806
22806
  device_id: this._deviceId,
22807
22807
  error_report_stop: true,
22808
22808
  ext: {
22809
- veplayer_version: "2.6.2-rc.0",
22809
+ veplayer_version: "2.6.2",
22810
22810
  flv_version: "3.0.21-rc.21",
22811
22811
  hls_version: "3.0.21-rc.21",
22812
22812
  rts_version: "0.2.1-alpha.14"
@@ -23191,6 +23191,12 @@ class VePlayerLive extends VePlayerBase {
23191
23191
  }
23192
23192
  return time;
23193
23193
  }
23194
+ /** {en}
23195
+ * @hidden
23196
+ */
23197
+ /** {zh}
23198
+ * @hidden
23199
+ */
23194
23200
  get ad() {
23195
23201
  var _a, _b;
23196
23202
  return (_b = (_a = this._player.plugins) == null ? void 0 : _a.ad) == null ? void 0 : _b.adManager;