@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/esm/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}
@@ -1457,7 +1457,7 @@ var sniffer$1 = {
1457
1457
  }
1458
1458
  }
1459
1459
  };
1460
- var version = "3.0.21-alpha.13";
1460
+ var version = "3.0.21-rc.21";
1461
1461
  var ERROR_TYPE_MAP = {
1462
1462
  1: "media",
1463
1463
  2: "media",
@@ -14439,7 +14439,7 @@ class VePlayerBase {
14439
14439
  * @brief Retrieve the player SDK version number.
14440
14440
  */
14441
14441
  get playerVersion() {
14442
- return "2.6.1-rc.0";
14442
+ return "2.6.1";
14443
14443
  }
14444
14444
  /** {zh}
14445
14445
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -22806,9 +22806,9 @@ class Logger extends Plugin {
22806
22806
  device_id: this._deviceId,
22807
22807
  error_report_stop: true,
22808
22808
  ext: {
22809
- veplayer_version: "2.6.1-rc.0",
22810
- flv_version: "3.0.21-rc.5",
22811
- hls_version: "3.0.21-rc.20",
22809
+ veplayer_version: "2.6.1",
22810
+ flv_version: "3.0.21-rc.21",
22811
+ hls_version: "3.0.21-rc.21",
22812
22812
  rts_version: "0.2.1-alpha.14"
22813
22813
  }
22814
22814
  });
@@ -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}
@@ -1457,7 +1457,7 @@ var sniffer$1 = {
1457
1457
  }
1458
1458
  }
1459
1459
  };
1460
- var version = "3.0.21-alpha.13";
1460
+ var version = "3.0.21-rc.21";
1461
1461
  var ERROR_TYPE_MAP = {
1462
1462
  1: "media",
1463
1463
  2: "media",
@@ -14439,7 +14439,7 @@ class VePlayerBase {
14439
14439
  * @brief Retrieve the player SDK version number.
14440
14440
  */
14441
14441
  get playerVersion() {
14442
- return "2.6.1-rc.0";
14442
+ return "2.6.1";
14443
14443
  }
14444
14444
  /** {zh}
14445
14445
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -22806,9 +22806,9 @@ class Logger extends Plugin {
22806
22806
  device_id: this._deviceId,
22807
22807
  error_report_stop: true,
22808
22808
  ext: {
22809
- veplayer_version: "2.6.1-rc.0",
22810
- flv_version: "3.0.21-rc.5",
22811
- hls_version: "3.0.21-rc.20",
22809
+ veplayer_version: "2.6.1",
22810
+ flv_version: "3.0.21-rc.21",
22811
+ hls_version: "3.0.21-rc.21",
22812
22812
  rts_version: "0.2.1-alpha.14"
22813
22813
  }
22814
22814
  });