@volcengine/veplayer 2.6.1-rc.0 → 2.6.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.
package/veplayer.d.ts CHANGED
@@ -1526,6 +1526,12 @@ interface VePlayerBaseOptions extends Omit<PlayerOptions, "autoplay" | "i18n"> {
1526
1526
  * @default false
1527
1527
  */
1528
1528
  closeVideoDblclick?: boolean;
1529
+ /** {zh}
1530
+ * @brief 支持传入 video dom,常应用于多播放器复用同一 video 场景。
1531
+ */
1532
+ /** {en}
1533
+ * @brief Supports passing in video DOM, commonly used for reusing the same video scene across multiple players.
1534
+ */
1529
1535
  mediaElement?: HTMLVideoElement | null;
1530
1536
  }
1531
1537
  /** {zh}
@@ -3904,6 +3910,12 @@ declare namespace strategy {
3904
3910
  * @default false
3905
3911
  */
3906
3912
  closeVideoDblclick?: boolean;
3913
+ /** {zh}
3914
+ * @brief 支持传入 video dom,常应用于多播放器复用同一 video 场景。
3915
+ */
3916
+ /** {en}
3917
+ * @brief Supports passing in video DOM, commonly used for reusing the same video scene across multiple players.
3918
+ */
3907
3919
  mediaElement?: HTMLVideoElement | null;
3908
3920
  }
3909
3921
  /** {zh}
@@ -9216,6 +9228,12 @@ declare namespace live {
9216
9228
  * @default false
9217
9229
  */
9218
9230
  closeVideoDblclick?: boolean;
9231
+ /** {zh}
9232
+ * @brief 支持传入 video dom,常应用于多播放器复用同一 video 场景。
9233
+ */
9234
+ /** {en}
9235
+ * @brief Supports passing in video DOM, commonly used for reusing the same video scene across multiple players.
9236
+ */
9219
9237
  mediaElement?: HTMLVideoElement | null;
9220
9238
  }
9221
9239
  /** {zh}
@@ -1526,6 +1526,12 @@ interface VePlayerBaseOptions extends Omit<PlayerOptions, "autoplay" | "i18n"> {
1526
1526
  * @default false
1527
1527
  */
1528
1528
  closeVideoDblclick?: boolean;
1529
+ /** {zh}
1530
+ * @brief 支持传入 video dom,常应用于多播放器复用同一 video 场景。
1531
+ */
1532
+ /** {en}
1533
+ * @brief Supports passing in video DOM, commonly used for reusing the same video scene across multiple players.
1534
+ */
1529
1535
  mediaElement?: HTMLVideoElement | null;
1530
1536
  }
1531
1537
  /** {zh}
@@ -3904,6 +3910,12 @@ declare namespace strategy {
3904
3910
  * @default false
3905
3911
  */
3906
3912
  closeVideoDblclick?: boolean;
3913
+ /** {zh}
3914
+ * @brief 支持传入 video dom,常应用于多播放器复用同一 video 场景。
3915
+ */
3916
+ /** {en}
3917
+ * @brief Supports passing in video DOM, commonly used for reusing the same video scene across multiple players.
3918
+ */
3907
3919
  mediaElement?: HTMLVideoElement | null;
3908
3920
  }
3909
3921
  /** {zh}
@@ -9216,6 +9228,12 @@ declare namespace live {
9216
9228
  * @default false
9217
9229
  */
9218
9230
  closeVideoDblclick?: boolean;
9231
+ /** {zh}
9232
+ * @brief 支持传入 video dom,常应用于多播放器复用同一 video 场景。
9233
+ */
9234
+ /** {en}
9235
+ * @brief Supports passing in video DOM, commonly used for reusing the same video scene across multiple players.
9236
+ */
9219
9237
  mediaElement?: HTMLVideoElement | null;
9220
9238
  }
9221
9239
  /** {zh}
package/veplayer.vod.d.ts CHANGED
@@ -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}