@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/umd/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}
@@ -1461,7 +1461,7 @@ var __publicField = (obj, key, value) => {
1461
1461
  }
1462
1462
  }
1463
1463
  };
1464
- var version = "3.0.21-alpha.13";
1464
+ var version = "3.0.21-rc.21";
1465
1465
  var ERROR_TYPE_MAP = {
1466
1466
  1: "media",
1467
1467
  2: "media",
@@ -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.1-rc.0";
14446
+ return "2.6.1-rc.1";
14447
14447
  }
14448
14448
  /** {zh}
14449
14449
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -22810,9 +22810,9 @@ 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.1-rc.0",
22814
- flv_version: "3.0.21-rc.5",
22815
- hls_version: "3.0.21-rc.20",
22813
+ veplayer_version: "2.6.1-rc.1",
22814
+ flv_version: "3.0.21-rc.21",
22815
+ hls_version: "3.0.21-rc.21",
22816
22816
  rts_version: "0.2.1-alpha.14"
22817
22817
  }
22818
22818
  });
@@ -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}
@@ -1461,7 +1461,7 @@ var __publicField = (obj, key, value) => {
1461
1461
  }
1462
1462
  }
1463
1463
  };
1464
- var version = "3.0.21-alpha.13";
1464
+ var version = "3.0.21-rc.21";
1465
1465
  var ERROR_TYPE_MAP = {
1466
1466
  1: "media",
1467
1467
  2: "media",
@@ -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.1-rc.0";
14446
+ return "2.6.1-rc.1";
14447
14447
  }
14448
14448
  /** {zh}
14449
14449
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -22810,9 +22810,9 @@ 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.1-rc.0",
22814
- flv_version: "3.0.21-rc.5",
22815
- hls_version: "3.0.21-rc.20",
22813
+ veplayer_version: "2.6.1-rc.1",
22814
+ flv_version: "3.0.21-rc.21",
22815
+ hls_version: "3.0.21-rc.21",
22816
22816
  rts_version: "0.2.1-alpha.14"
22817
22817
  }
22818
22818
  });