@volcengine/veplayer 2.6.1-rc.0 → 2.6.1-rc.1

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.
@@ -1395,6 +1395,12 @@ interface VePlayerBaseOptions extends Omit<PlayerOptions, "autoplay" | "i18n"> {
1395
1395
  * @default false
1396
1396
  */
1397
1397
  closeVideoDblclick?: boolean;
1398
+ /** {zh}
1399
+ * @brief 支持传入 video dom,常应用于多播放器复用同一 video 场景。
1400
+ */
1401
+ /** {en}
1402
+ * @brief Supports passing in video DOM, commonly used for reusing the same video scene across multiple players.
1403
+ */
1398
1404
  mediaElement?: HTMLVideoElement | null;
1399
1405
  }
1400
1406
  /** {zh}
@@ -3731,6 +3737,12 @@ declare namespace strategy {
3731
3737
  * @default false
3732
3738
  */
3733
3739
  closeVideoDblclick?: boolean;
3740
+ /** {zh}
3741
+ * @brief 支持传入 video dom,常应用于多播放器复用同一 video 场景。
3742
+ */
3743
+ /** {en}
3744
+ * @brief Supports passing in video DOM, commonly used for reusing the same video scene across multiple players.
3745
+ */
3734
3746
  mediaElement?: HTMLVideoElement | null;
3735
3747
  }
3736
3748
  /** {zh}
@@ -1456,7 +1456,7 @@ var __publicField = (obj, key, value) => {
1456
1456
  }
1457
1457
  }
1458
1458
  };
1459
- var version = "3.0.21-alpha.13";
1459
+ var version = "3.0.21-rc.21";
1460
1460
  var ERROR_TYPE_MAP = {
1461
1461
  1: "media",
1462
1462
  2: "media",
@@ -14280,7 +14280,7 @@ var __publicField = (obj, key, value) => {
14280
14280
  * @brief Retrieve the player SDK version number.
14281
14281
  */
14282
14282
  get playerVersion() {
14283
- return "2.6.1-rc.0";
14283
+ return "2.6.1-rc.1";
14284
14284
  }
14285
14285
  /** {zh}
14286
14286
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。