@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.
@@ -14317,7 +14317,7 @@ var __publicField = (obj, key, value) => {
14317
14317
  return this._player.played;
14318
14318
  }
14319
14319
  /** {zh}
14320
- * @brief 设置/获取视频当前的播放时间, 单位为 s。
14320
+ * @brief 设置/获取视频当前的播放时间,单位为 s。
14321
14321
  */
14322
14322
  /** {en}
14323
14323
  * @brief Sets or gets the current playback position of the video, in seconds.
@@ -14443,7 +14443,7 @@ var __publicField = (obj, key, value) => {
14443
14443
  * @brief Retrieve the player SDK version number.
14444
14444
  */
14445
14445
  get playerVersion() {
14446
- return "2.6.2-rc.0";
14446
+ return "2.6.2";
14447
14447
  }
14448
14448
  /** {zh}
14449
14449
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -22810,7 +22810,7 @@ var __publicField = (obj, key, value) => {
22810
22810
  device_id: this._deviceId,
22811
22811
  error_report_stop: true,
22812
22812
  ext: {
22813
- veplayer_version: "2.6.2-rc.0",
22813
+ veplayer_version: "2.6.2",
22814
22814
  flv_version: "3.0.21-rc.21",
22815
22815
  hls_version: "3.0.21-rc.21",
22816
22816
  rts_version: "0.2.1-alpha.14"
@@ -23195,6 +23195,12 @@ var __publicField = (obj, key, value) => {
23195
23195
  }
23196
23196
  return time;
23197
23197
  }
23198
+ /** {en}
23199
+ * @hidden
23200
+ */
23201
+ /** {zh}
23202
+ * @hidden
23203
+ */
23198
23204
  get ad() {
23199
23205
  var _a, _b;
23200
23206
  return (_b = (_a = this._player.plugins) == null ? void 0 : _a.ad) == null ? void 0 : _b.adManager;