@volcengine/veplayer 2.9.3-rc.0 → 2.9.3-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
@@ -21,9 +21,6 @@ import FullScreen from "xgplayer/es/plugins/fullscreen";
21
21
  import Volume from "xgplayer/es/plugins/volume";
22
22
  import MiniScreen from "xgplayer/es/plugins/miniScreen";
23
23
  import PIPIcon from "xgplayer/es/plugins/pip";
24
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
25
- // @ts-ignore
26
- import { IInitParam } from "byted-tea-sdk/es/index-base.min.js";
27
24
  import VeStrategy from "@byted/volcengine-vestrategy";
28
25
  import { StrategyRecommendation, BaseStrategy, VeStrategyConfig } from "@byted/volcengine-vestrategy";
29
26
  import { HLS } from "@byted/xgplayer-hls.js";
@@ -5631,7 +5628,7 @@ type Stats = {
5631
5628
  * @list option
5632
5629
  * @kind property
5633
5630
  */
5634
- interface LoggerConfig extends Partial<IInitParam> {
5631
+ interface LoggerConfig {
5635
5632
  /** {zh}
5636
5633
  * @brief 是否开启日志上报。
5637
5634
  * @default true
@@ -5964,7 +5961,6 @@ interface PrepareOptions {
5964
5961
  */
5965
5962
  rtmAdaptiveBuffer?: boolean;
5966
5963
  };
5967
- logger?: LoggerConfig;
5968
5964
  }
5969
5965
  /** {zh}
5970
5966
  * @list option
@@ -10495,7 +10491,7 @@ declare namespace live {
10495
10491
  * @list option
10496
10492
  * @kind property
10497
10493
  */
10498
- interface LoggerConfig extends Partial<IInitParam> {
10494
+ interface LoggerConfig {
10499
10495
  /** {zh}
10500
10496
  * @brief 是否开启日志上报。
10501
10497
  * @default true
@@ -10871,7 +10867,6 @@ declare namespace live {
10871
10867
  */
10872
10868
  rtmAdaptiveBuffer?: boolean;
10873
10869
  };
10874
- logger?: LoggerConfig;
10875
10870
  }
10876
10871
  /** {zh}
10877
10872
  * @list option
@@ -21,9 +21,6 @@ import FullScreen from "xgplayer/es/plugins/fullscreen";
21
21
  import Volume from "xgplayer/es/plugins/volume";
22
22
  import MiniScreen from "xgplayer/es/plugins/miniScreen";
23
23
  import PIPIcon from "xgplayer/es/plugins/pip";
24
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
25
- // @ts-ignore
26
- import { IInitParam } from "byted-tea-sdk/es/index-base.min.js";
27
24
  import VeStrategy from "@byted/volcengine-vestrategy";
28
25
  import { StrategyRecommendation, BaseStrategy, VeStrategyConfig } from "@byted/volcengine-vestrategy";
29
26
  import { HLS } from "@byted/xgplayer-hls.js";
@@ -5631,7 +5628,7 @@ type Stats = {
5631
5628
  * @list option
5632
5629
  * @kind property
5633
5630
  */
5634
- interface LoggerConfig extends Partial<IInitParam> {
5631
+ interface LoggerConfig {
5635
5632
  /** {zh}
5636
5633
  * @brief 是否开启日志上报。
5637
5634
  * @default true
@@ -5964,7 +5961,6 @@ interface PrepareOptions {
5964
5961
  */
5965
5962
  rtmAdaptiveBuffer?: boolean;
5966
5963
  };
5967
- logger?: LoggerConfig;
5968
5964
  }
5969
5965
  /** {zh}
5970
5966
  * @list option
@@ -10495,7 +10491,7 @@ declare namespace live {
10495
10491
  * @list option
10496
10492
  * @kind property
10497
10493
  */
10498
- interface LoggerConfig extends Partial<IInitParam> {
10494
+ interface LoggerConfig {
10499
10495
  /** {zh}
10500
10496
  * @brief 是否开启日志上报。
10501
10497
  * @default true
@@ -10871,7 +10867,6 @@ declare namespace live {
10871
10867
  */
10872
10868
  rtmAdaptiveBuffer?: boolean;
10873
10869
  };
10874
- logger?: LoggerConfig;
10875
10870
  }
10876
10871
  /** {zh}
10877
10872
  * @list option