@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.
package/esm/index.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}
@@ -3102,8 +3102,8 @@ class Logger extends Plugin$2 {
3102
3102
  error_report_stop: true,
3103
3103
  ext: {
3104
3104
  veplayer_version: "2.3.1-rc.1",
3105
- flv_version: "3.0.21-rc.5",
3106
- hls_version: "3.0.21-rc.20",
3105
+ flv_version: "3.0.21-rc.21",
3106
+ hls_version: "3.0.21-rc.21",
3107
3107
  rts_version: "0.2.1-alpha.14"
3108
3108
  }
3109
3109
  });