@volcengine/veplayer 1.10.0-rc.10 → 1.10.0-rc.11

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/index.d.ts CHANGED
@@ -4641,7 +4641,7 @@ declare class VePlayer {
4641
4641
  /** {en}
4642
4642
  * @hidden
4643
4643
  */
4644
- createPlayer(): Promise<PlayerCore>;
4644
+ createPlayer: () => Promise<PlayerCore>;
4645
4645
  /** {zh}
4646
4646
  * @hidden
4647
4647
  * @brief 设置合并开发者的插件配置,如果开发者从初始化的configs里传了插件配置,则只用开发者的配置,并补齐其他参数
@@ -4748,6 +4748,7 @@ declare class VePlayer {
4748
4748
  * @memberof VePlayer
4749
4749
  */
4750
4750
  private _bindPlayerEvents;
4751
+ _proxyError: (veError: any) => void;
4751
4752
  private _onError;
4752
4753
  /** {zh}
4753
4754
  * @private