@ezuikit/player-ezopen 8.2.5-beta.3 → 8.2.5

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.
@@ -799,7 +799,7 @@ declare class EZopenPlayer extends EventEmitter {
799
799
  FECCorrect: {
800
800
  setFEC2DParam: string;
801
801
  };
802
- streamInfoCB: string;
802
+ streamInfoCB: string; /** 全屏节点 */
803
803
  };
804
804
  logger: LoggerCls;
805
805
  i18n: I18n__default;
@@ -1003,7 +1003,7 @@ declare class EZopenPlayer extends EventEmitter {
1003
1003
  * @param cb
1004
1004
  * @returns
1005
1005
  */
1006
- enable3DZoom(cb: Zoom3DCallback): 0 | -1;
1006
+ enable3DZoom(cb: Zoom3DCallback): -1 | 0;
1007
1007
  /**
1008
1008
  * @description 关闭3D定位 依赖能力集[ort_zoomOut_maxTime]
1009
1009
  * @returns
@@ -927,7 +927,7 @@ declare class EZopenPlayer extends EventEmitter {
927
927
  FECCorrect: {
928
928
  setFEC2DParam: string;
929
929
  };
930
- streamInfoCB: string;
930
+ streamInfoCB: string; /** 全屏节点 */
931
931
  };
932
932
  logger: LoggerCls;
933
933
  i18n: I18n;
@@ -1131,7 +1131,7 @@ declare class EZopenPlayer extends EventEmitter {
1131
1131
  * @param cb
1132
1132
  * @returns
1133
1133
  */
1134
- enable3DZoom(cb: Zoom3DCallback): 0 | -1;
1134
+ enable3DZoom(cb: Zoom3DCallback): -1 | 0;
1135
1135
  /**
1136
1136
  * @description 关闭3D定位 依赖能力集[ort_zoomOut_maxTime]
1137
1137
  * @returns
@@ -1221,5 +1221,4 @@ declare class EZopenPlayer extends EventEmitter {
1221
1221
  _addEventListener(): void;
1222
1222
  }
1223
1223
 
1224
- export { FECCorrect, PluginManager, StreamClient, EZopenPlayer as default };
1225
- export type { EZopenPlayerOptions, GlobalBaseTimeParams, IFrameInfo, IResult, IStreamClient, MirrorFlipCommand, PlayerEnv, WasmDecoderStatue, WaterMarkParams };
1224
+ export { type EZopenPlayerOptions, FECCorrect, type GlobalBaseTimeParams, type IFrameInfo, type IResult, type IStreamClient, type MirrorFlipCommand, type PlayerEnv, PluginManager, StreamClient, type WasmDecoderStatue, type WaterMarkParams, EZopenPlayer as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezuikit/player-ezopen",
3
- "version": "8.2.5-beta.3",
3
+ "version": "8.2.5",
4
4
  "description": "萤石ezopne协议播放器",
5
5
  "main": "dist/index.js",
6
6
  "umd": "dist/index.umd.js",
@@ -24,7 +24,7 @@
24
24
  "author": "Ezviz-OpenBiz",
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
- "@ezuikit/player-plugin-record": "8.2.0",
27
+ "@ezuikit/player-plugin-record": "8.2.5-beta.8",
28
28
  "@ezuikit/utils-i18n": "2.0.0",
29
29
  "@ezuikit/utils-logger": "2.0.0",
30
30
  "@ezuikit/utils-service": "1.0.1",
@@ -34,5 +34,13 @@
34
34
  "eventemitter3": "^5.0.1",
35
35
  "screenfull": "^5.2.0",
36
36
  "ua-parser-js": "1.0.37"
37
+ },
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-player-ezopen.git"
41
+ },
42
+ "publishConfig": {
43
+ "access": "public",
44
+ "registry": "https://registry.npmjs.org/"
37
45
  }
38
46
  }