@byteplus/veplayer 1.9.3-rc.2 → 1.9.3-rc.4

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
@@ -4006,9 +4006,21 @@ declare enum UmdKeys {
4006
4006
  * @breif umdmap 配置
4007
4007
  */
4008
4008
  export declare type UMDMap = Record<UmdKeys, {
4009
+ /**
4010
+ * umd Module 的名称,即在window下暴露的接口名称
4011
+ */
4009
4012
  name: string;
4013
+ /**
4014
+ * 对应umd文件名,只用来标记,实际不使用
4015
+ */
4010
4016
  pluginName?: string;
4017
+ /**
4018
+ * 对应npm包的名称,在打包文件时,会在libd.config.js中onPostBuild的钩子中会用于寻找对应npm包
4019
+ */
4011
4020
  packageName: string;
4021
+ /**
4022
+ * npm包中umd入口文件路径,用于打包上传到cdn目录
4023
+ */
4012
4024
  devPath: string;
4013
4025
  }>;
4014
4026
  declare class umdLoader {
@@ -5528,9 +5540,11 @@ export declare const Events: {
5528
5540
  */
5529
5541
  SHORTCUT: string;
5530
5542
  /** {zh}
5543
+ * @deprecated
5531
5544
  * @brief SEI 信息解析。
5532
5545
  */
5533
5546
  /** {en}
5547
+ * @deprecated
5534
5548
  * @brief The player parses the SEI information.
5535
5549
  */
5536
5550
  SEI_PARSED: string;
@@ -5845,9 +5859,11 @@ export declare const Event: {
5845
5859
  */
5846
5860
  SHORTCUT: string;
5847
5861
  /** {zh}
5862
+ * @deprecated
5848
5863
  * @brief SEI 信息解析。
5849
5864
  */
5850
5865
  /** {en}
5866
+ * @deprecated
5851
5867
  * @brief The player parses the SEI information.
5852
5868
  */
5853
5869
  SEI_PARSED: string;