@byteplus/veplayer 2.10.0 → 2.10.2-rc.0

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
@@ -2092,7 +2092,7 @@ declare class VePlayerBase {
2092
2092
  /** {en}
2093
2093
  * @brief Starts playback.
2094
2094
  */
2095
- play(): any;
2095
+ play(): Promise<any>;
2096
2096
  /** {zh}
2097
2097
  * @brief 调用此方法暂停播放。
2098
2098
  */
@@ -2297,6 +2297,7 @@ declare class VePlayerBase {
2297
2297
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
2298
2298
  private _transformEvent;
2299
2299
  private _switch;
2300
+ private _restartLiveLogger;
2300
2301
  private _switchDifferentProtocolUrl;
2301
2302
  private _switchUrl;
2302
2303
  private _callBeforePlayerInitForUrl;