@byteplus/veplayer 2.4.1-rc.1 → 2.4.2-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/veplayer.d.ts CHANGED
@@ -5579,6 +5579,11 @@ interface Rtm {
5579
5579
  * @default 1000
5580
5580
  */
5581
5581
  networkEvaluateInterval?: number;
5582
+ /** {zh}
5583
+ * @brief 暂停断流,播放无缝重新拉流
5584
+ * @default false
5585
+ */
5586
+ seamlesslyReload?: boolean;
5582
5587
  }
5583
5588
  /** {zh}
5584
5589
  * @list option
@@ -5920,20 +5925,6 @@ declare class VePlayerLive extends VePlayerBase {
5920
5925
  * @returns
5921
5926
  */
5922
5927
  getFLVStats(): FlvStats;
5923
- /** {zh}
5924
- * @brief 调用此方法开始播放 。
5925
- */
5926
- /** {en}
5927
- * @brief Starts playback.
5928
- */
5929
- play(): any;
5930
- /** {zh}
5931
- * @brief 调用此方法暂停播放。
5932
- */
5933
- /** {en}
5934
- * @brief Pauses playback.
5935
- */
5936
- pause(): void;
5937
5928
  }
5938
5929
  /** {zh}
5939
5930
  * @detail api
@@ -10403,6 +10394,11 @@ declare namespace live {
10403
10394
  * @default 1000
10404
10395
  */
10405
10396
  networkEvaluateInterval?: number;
10397
+ /** {zh}
10398
+ * @brief 暂停断流,播放无缝重新拉流
10399
+ * @default false
10400
+ */
10401
+ seamlesslyReload?: boolean;
10406
10402
  }
10407
10403
  /** {zh}
10408
10404
  * @list option
@@ -10744,20 +10740,6 @@ declare namespace live {
10744
10740
  * @returns
10745
10741
  */
10746
10742
  getFLVStats(): FlvStats;
10747
- /** {zh}
10748
- * @brief 调用此方法开始播放 。
10749
- */
10750
- /** {en}
10751
- * @brief Starts playback.
10752
- */
10753
- play(): any;
10754
- /** {zh}
10755
- * @brief 调用此方法暂停播放。
10756
- */
10757
- /** {en}
10758
- * @brief Pauses playback.
10759
- */
10760
- pause(): void;
10761
10743
  }
10762
10744
  /** {zh}
10763
10745
  * @detail api
@@ -5579,6 +5579,11 @@ interface Rtm {
5579
5579
  * @default 1000
5580
5580
  */
5581
5581
  networkEvaluateInterval?: number;
5582
+ /** {zh}
5583
+ * @brief 暂停断流,播放无缝重新拉流
5584
+ * @default false
5585
+ */
5586
+ seamlesslyReload?: boolean;
5582
5587
  }
5583
5588
  /** {zh}
5584
5589
  * @list option
@@ -5920,20 +5925,6 @@ declare class VePlayerLive extends VePlayerBase {
5920
5925
  * @returns
5921
5926
  */
5922
5927
  getFLVStats(): FlvStats;
5923
- /** {zh}
5924
- * @brief 调用此方法开始播放 。
5925
- */
5926
- /** {en}
5927
- * @brief Starts playback.
5928
- */
5929
- play(): any;
5930
- /** {zh}
5931
- * @brief 调用此方法暂停播放。
5932
- */
5933
- /** {en}
5934
- * @brief Pauses playback.
5935
- */
5936
- pause(): void;
5937
5928
  }
5938
5929
  /** {zh}
5939
5930
  * @detail api
@@ -10403,6 +10394,11 @@ declare namespace live {
10403
10394
  * @default 1000
10404
10395
  */
10405
10396
  networkEvaluateInterval?: number;
10397
+ /** {zh}
10398
+ * @brief 暂停断流,播放无缝重新拉流
10399
+ * @default false
10400
+ */
10401
+ seamlesslyReload?: boolean;
10406
10402
  }
10407
10403
  /** {zh}
10408
10404
  * @list option
@@ -10744,20 +10740,6 @@ declare namespace live {
10744
10740
  * @returns
10745
10741
  */
10746
10742
  getFLVStats(): FlvStats;
10747
- /** {zh}
10748
- * @brief 调用此方法开始播放 。
10749
- */
10750
- /** {en}
10751
- * @brief Starts playback.
10752
- */
10753
- play(): any;
10754
- /** {zh}
10755
- * @brief 调用此方法暂停播放。
10756
- */
10757
- /** {en}
10758
- * @brief Pauses playback.
10759
- */
10760
- pause(): void;
10761
10743
  }
10762
10744
  /** {zh}
10763
10745
  * @detail api