@realsee/vreo 2.4.1 → 2.4.3

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.
Files changed (42) hide show
  1. package/lib/PlayController/createHTMLAudioElement.js +11 -9
  2. package/lib/PlayController/index.js +61 -52
  3. package/lib/Player/App.js +1 -1
  4. package/lib/Player/Controller.d.ts +1 -1
  5. package/lib/Player/Controller.js +28 -23
  6. package/lib/Player/custom/SpatialScenePanel/index.js +10 -10
  7. package/lib/Player/index.js +94 -90
  8. package/lib/Player/modules/Drawer/index.js +1 -1
  9. package/lib/Player/modules/PopUp/index.js +1 -1
  10. package/lib/Player/modules/VideoAgent/VideoAgentMesh.d.ts +1 -1
  11. package/lib/Player/modules/VideoAgent/VideoAgentMesh.js +145 -136
  12. package/lib/Player/modules/VideoAgent/VideoAgentScene.js +2 -2
  13. package/lib/Player/modules/VideoAgent/index.js +2 -2
  14. package/lib/Player/modules/Wave/index.js +1 -1
  15. package/lib/Player/modules/keyframes/BgMusic/index.js +41 -39
  16. package/lib/Player/modules/keyframes/CameraMovement/index.js +43 -41
  17. package/lib/Player/modules/keyframes/InfoPanel/index.js +6 -6
  18. package/lib/Player/modules/keyframes/ModelVideo/index.js +53 -51
  19. package/lib/Player/modules/keyframes/PanoEffect/index.js +1 -1
  20. package/lib/Player/modules/keyframes/PanoEffect/lineAnime.js +1 -1
  21. package/lib/Player/modules/keyframes/PanoTag/index.js +2 -2
  22. package/lib/Player/modules/keyframes/PanoTextLabel/index.js +3 -3
  23. package/lib/Player/modules/keyframes/Prompter/index.js +1 -1
  24. package/lib/Player/modules/keyframes/UpdateVRPanorama/index.js +5 -5
  25. package/lib/Player/modules/keyframes/VideoEffect/index.js +44 -42
  26. package/lib/Player/typings.d.ts +1 -4
  27. package/lib/fivePlugins/CSS3DRenderPlugin/index.js +7 -7
  28. package/lib/fivePlugins/CameraMovementPlugin/index.js +171 -167
  29. package/lib/fivePlugins/CameraMovementPlugin/typings.js +6 -6
  30. package/lib/fivePlugins/ModelTVVideoPlugin/index.js +30 -28
  31. package/lib/react/index.d.ts +1 -1
  32. package/lib/react/index.js +2 -2
  33. package/lib/shared-utils/Audio.d.ts +8 -0
  34. package/lib/shared-utils/Audio.js +62 -46
  35. package/lib/shared-utils/AudioLike.js +13 -10
  36. package/lib/shared-utils/animationFrame/BetterTween.d.ts +4 -2
  37. package/lib/shared-utils/animationFrame/BetterTween.js +19 -15
  38. package/lib/shared-utils/animationFrame/tween.d.ts +4 -2
  39. package/lib/shared-utils/animationFrame/tween.js +12 -1
  40. package/lib/shared-utils/createTransMatrix.js +1 -1
  41. package/lib/typings/VreoUnit.js +26 -69
  42. package/package.json +20 -24
@@ -10,9 +10,9 @@ var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"))
10
10
  var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
11
11
  var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
12
12
  var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
13
+ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
13
14
  var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
14
15
  var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
15
- var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
16
16
  var React = _interopRequireWildcard(require("react"));
17
17
  var ReactDOM = _interopRequireWildcard(require("react-dom"));
18
18
  var _five = require("@realsee/five");
@@ -24,18 +24,20 @@ var _Drawer = require("./modules/Drawer");
24
24
  var _PopUp = require("./modules/PopUp");
25
25
  var _Audio = require("../shared-utils/Audio");
26
26
  var _location$search$matc, _location$search$matc2; // 下面这一行不能删
27
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
28
- function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2["default"])(o), (0, _possibleConstructorReturn2["default"])(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2["default"])(t).constructor) : o.apply(t, e)); }
27
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) { "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); } return f; })(e, t); }
28
+ function _createSuper(t) { var r = _isNativeReflectConstruct(); return function () { var e, o = (0, _getPrototypeOf2["default"])(t); if (r) { var s = (0, _getPrototypeOf2["default"])(this).constructor; e = Reflect.construct(o, arguments, s); } else e = o.apply(this, arguments); return (0, _possibleConstructorReturn2["default"])(this, e); }; }
29
29
  function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
30
30
  var DefaultAudioCacheLength = 3;
31
31
  var id = "vreo-app-dhjskadhksahdjskahdjksa";
32
32
  var audioCacheLength = Number((_location$search$matc = (_location$search$matc2 = location.search.match(/audio_cache=(\d+)/)) === null || _location$search$matc2 === void 0 ? void 0 : _location$search$matc2[1]) !== null && _location$search$matc !== void 0 ? _location$search$matc : DefaultAudioCacheLength);
33
33
  var Player = exports.Player = /*#__PURE__*/function (_Subscribe) {
34
+ (0, _inherits2["default"])(Player, _Subscribe);
35
+ var _super = _createSuper(Player);
34
36
  function Player(five) {
35
37
  var _this;
36
38
  var configs = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
37
39
  (0, _classCallCheck2["default"])(this, Player);
38
- _this = _callSuper(this, Player);
40
+ _this = _super.call(this);
39
41
  _this.$five = five;
40
42
  (0, _Audio.generateBlankAudio)(audioCacheLength);
41
43
  if (!configs.container) {
@@ -104,8 +106,7 @@ var Player = exports.Player = /*#__PURE__*/function (_Subscribe) {
104
106
  });
105
107
  return _this;
106
108
  }
107
- (0, _inherits2["default"])(Player, _Subscribe);
108
- return (0, _createClass2["default"])(Player, [{
109
+ (0, _createClass2["default"])(Player, [{
109
110
  key: "load",
110
111
  value: function () {
111
112
  var _load = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee(vreoUnit) {
@@ -122,95 +123,97 @@ var Player = exports.Player = /*#__PURE__*/function (_Subscribe) {
122
123
  i,
123
124
  _args = arguments;
124
125
  return _regenerator["default"].wrap(function _callee$(_context) {
125
- while (1) switch (_context.prev = _context.next) {
126
- case 0:
127
- currentTime = _args.length > 1 && _args[1] !== undefined ? _args[1] : 0;
128
- preload = _args.length > 2 && _args[2] !== undefined ? _args[2] : false;
129
- force = _args.length > 3 && _args[3] !== undefined ? _args[3] : false;
130
- this.controller.clear();
131
- this.controller.setLoading(true);
132
- if (force) {
133
- vreoUnit = JSON.parse(JSON.stringify(vreoUnit));
134
- }
135
- // if (!this.controller.visible) {
136
- // this.controller.setVisible(true)
137
- // // 延迟 500ms 规避跟 DOM 动画冲突
138
- // await new Promise((resolve) => {
139
- // setTimeout(() => resolve(true), 500)
140
- // })
141
- // }
142
-
143
- if (this.controller.stopInterval) {
144
- this.controller.stopInterval();
145
- this.controller.stopInterval = undefined;
146
- }
147
- this.controller.vreoUnit = vreoUnit;
148
- (_this$controller$medi = this.controller.mediaInstance) === null || _this$controller$medi === void 0 || _this$controller$medi.pause();
126
+ while (1) {
127
+ switch (_context.prev = _context.next) {
128
+ case 0:
129
+ currentTime = _args.length > 1 && _args[1] !== undefined ? _args[1] : 0;
130
+ preload = _args.length > 2 && _args[2] !== undefined ? _args[2] : false;
131
+ force = _args.length > 3 && _args[3] !== undefined ? _args[3] : false;
132
+ this.controller.clear();
133
+ this.controller.setLoading(true);
134
+ if (force) {
135
+ vreoUnit = JSON.parse(JSON.stringify(vreoUnit));
136
+ }
137
+ // if (!this.controller.visible) {
138
+ // this.controller.setVisible(true)
139
+ // // 延迟 500ms 规避跟 DOM 动画冲突
140
+ // await new Promise((resolve) => {
141
+ // setTimeout(() => resolve(true), 500)
142
+ // })
143
+ // }
149
144
 
150
- // 预载逻辑
151
- // 是否降低图片分辨率
152
- if (this.$five.imageOptions.size && (_this$configs$imageOp = this.configs.imageOptions) !== null && _this$configs$imageOp !== void 0 && _this$configs$imageOp.size && this.$five.imageOptions.size > this.configs.imageOptions.size) {
153
- this.$five.imageOptions.size = this.configs.imageOptions.size;
154
- }
145
+ if (this.controller.stopInterval) {
146
+ this.controller.stopInterval();
147
+ this.controller.stopInterval = undefined;
148
+ }
149
+ this.controller.vreoUnit = vreoUnit;
150
+ (_this$controller$medi = this.controller.mediaInstance) === null || _this$controller$medi === void 0 ? void 0 : _this$controller$medi.pause();
155
151
 
156
- // 预载数据中的点位
157
- if (!(preload || preload === undefined && this.configs.autoPreload)) {
158
- _context.next = 20;
159
- break;
160
- }
161
- panoIndexMap = vreoUnit.keyframes.filter(function (vreoKeyframe) {
162
- if (vreoKeyframe.type !== _VreoUnit.VreoKeyframeEnum.CameraMovement) {
163
- return false;
152
+ // 预载逻辑
153
+ // 是否降低图片分辨率
154
+ if (this.$five.imageOptions.size && (_this$configs$imageOp = this.configs.imageOptions) !== null && _this$configs$imageOp !== void 0 && _this$configs$imageOp.size && this.$five.imageOptions.size > this.configs.imageOptions.size) {
155
+ this.$five.imageOptions.size = this.configs.imageOptions.size;
164
156
  }
165
- var data = vreoKeyframe.data;
166
- if (data.panoIndex === undefined) {
167
- return false;
157
+
158
+ // 预载数据中的点位
159
+ if (!(preload || preload === undefined && this.configs.autoPreload)) {
160
+ _context.next = 20;
161
+ break;
168
162
  }
169
- return true;
170
- }).reduce(function (accu, curr) {
171
- var panoIndex = curr.data.panoIndex;
172
- if (!accu[panoIndex]) {
173
- accu[panoIndex] = true;
163
+ panoIndexMap = vreoUnit.keyframes.filter(function (vreoKeyframe) {
164
+ if (vreoKeyframe.type !== _VreoUnit.VreoKeyframeEnum.CameraMovement) {
165
+ return false;
166
+ }
167
+ var data = vreoKeyframe.data;
168
+ if (data.panoIndex === undefined) {
169
+ return false;
170
+ }
171
+ return true;
172
+ }).reduce(function (accu, curr) {
173
+ var panoIndex = curr.data.panoIndex;
174
+ if (!accu[panoIndex]) {
175
+ accu[panoIndex] = true;
176
+ }
177
+ return accu;
178
+ }, {});
179
+ panoIndexes = Object.keys(panoIndexMap);
180
+ i = 0;
181
+ case 14:
182
+ if (!(i < panoIndexes.length)) {
183
+ _context.next = 20;
184
+ break;
174
185
  }
175
- return accu;
176
- }, {});
177
- panoIndexes = Object.keys(panoIndexMap);
178
- i = 0;
179
- case 14:
180
- if (!(i < panoIndexes.length)) {
181
- _context.next = 20;
186
+ _context.next = 17;
187
+ return this.$five.preloadPano(Number(panoIndexes[i]));
188
+ case 17:
189
+ i++;
190
+ _context.next = 14;
182
191
  break;
183
- }
184
- _context.next = 17;
185
- return this.$five.preloadPano(Number(panoIndexes[i]));
186
- case 17:
187
- i++;
188
- _context.next = 14;
189
- break;
190
- case 20:
191
- // 新数据载入就绪
192
- this.emit('loaded', vreoUnit);
193
- this.controller.emit('loaded', vreoUnit);
194
- if ((_this$controller$vide = this.controller.videoAgentScene) !== null && _this$controller$vide !== void 0 && _this$controller$vide.videoAgentMesh.mediaInstance) {
195
- this.controller.videoAgentScene.videoAgentMesh.mediaInstance.currentTime = currentTime / 1000;
196
- }
197
- this.controller.setAvatar(vreoUnit.video.avatar);
198
- _context.next = 26;
199
- return (0, _Audio.waitForBlankAudioGenerated)();
200
- case 26:
201
- _context.next = 28;
202
- return (_this$controller$vide2 = this.controller.videoAgentScene) === null || _this$controller$vide2 === void 0 ? void 0 : _this$controller$vide2.videoAgentMesh.play(vreoUnit.video.url, currentTime / 1000, vreoUnit.video.duration);
203
- case 28:
204
- this.controller.setEnded(false);
205
- this.play();
206
- this.controller.run(function (type, keyframe) {
207
- return _this2.emit(type, keyframe, _this2.controller.currentTime);
208
- });
209
- this.controller.setLoading(false);
210
- return _context.abrupt("return", true);
211
- case 33:
212
- case "end":
213
- return _context.stop();
192
+ case 20:
193
+ // 新数据载入就绪
194
+ this.emit('loaded', vreoUnit);
195
+ this.controller.emit('loaded', vreoUnit);
196
+ if ((_this$controller$vide = this.controller.videoAgentScene) !== null && _this$controller$vide !== void 0 && _this$controller$vide.videoAgentMesh.mediaInstance) {
197
+ this.controller.videoAgentScene.videoAgentMesh.mediaInstance.currentTime = currentTime / 1000;
198
+ }
199
+ this.controller.setAvatar(vreoUnit.video.avatar);
200
+ _context.next = 26;
201
+ return (0, _Audio.waitForBlankAudioGenerated)();
202
+ case 26:
203
+ _context.next = 28;
204
+ return (_this$controller$vide2 = this.controller.videoAgentScene) === null || _this$controller$vide2 === void 0 ? void 0 : _this$controller$vide2.videoAgentMesh.play(vreoUnit.video.url, currentTime / 1000, vreoUnit.video.duration);
205
+ case 28:
206
+ this.controller.setEnded(false);
207
+ this.play();
208
+ this.controller.run(function (type, keyframe) {
209
+ return _this2.emit(type, keyframe, _this2.controller.currentTime);
210
+ });
211
+ this.controller.setLoading(false);
212
+ return _context.abrupt("return", true);
213
+ case 33:
214
+ case "end":
215
+ return _context.stop();
216
+ }
214
217
  }
215
218
  }, _callee, this);
216
219
  }));
@@ -237,7 +240,7 @@ var Player = exports.Player = /*#__PURE__*/function (_Subscribe) {
237
240
  });
238
241
  this.controller.setEnded(false);
239
242
  this.controller.setPlaying(true);
240
- (_this$controller$vreo = this.controller.vreoUnit) === null || _this$controller$vreo === void 0 || _this$controller$vreo.keyframes.forEach(function (keyframe) {
243
+ (_this$controller$vreo = this.controller.vreoUnit) === null || _this$controller$vreo === void 0 ? void 0 : _this$controller$vreo.keyframes.forEach(function (keyframe) {
241
244
  if (keyframe.type === _VreoUnit.VreoKeyframeEnum.BgMusic) {
242
245
  keyframe.parsed = false;
243
246
  }
@@ -278,5 +281,6 @@ var Player = exports.Player = /*#__PURE__*/function (_Subscribe) {
278
281
  }
279
282
  }
280
283
  }]);
284
+ return Player;
281
285
  }(_five.Subscribe);
282
286
  console.log("\n \u250F\u2501\u2501\u2501\u2513\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u250F\u2513\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n \u2503\u250F\u2501\u2513\u2503\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2503\u2503\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n \u2503\u2517\u2501\u251B\u2503\u250F\u2501\u2501\u2513\u250F\u2501\u2501\u2513\u2501\u2503\u2503\u2501\u250F\u2501\u2501\u2513\u250F\u2501\u2501\u2513\u250F\u2501\u2501\u2513\n \u2503\u250F\u2513\u250F\u251B\u2503\u250F\u2513\u2503\u2517\u2501\u2513\u2503\u2501\u2503\u2503\u2501\u2503\u2501\u2501\u252B\u2503\u250F\u2513\u2503\u2503\u250F\u2513\u2503\n \u2503\u2503\u2503\u2517\u2513\u2503\u2503\u2501\u252B\u2503\u2517\u251B\u2517\u2513\u2503\u2517\u2513\u2523\u2501\u2501\u2503\u2503\u2503\u2501\u252B\u2503\u2503\u2501\u252B\n \u2517\u251B\u2517\u2501\u251B\u2517\u2501\u2501\u251B\u2517\u2501\u2501\u2501\u251B\u2517\u2501\u251B\u2517\u2501\u2501\u251B\u2517\u2501\u2501\u251B\u2517\u2501\u2501\u251B\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n");
@@ -10,7 +10,7 @@ var React = _interopRequireWildcard(require("react"));
10
10
  var _classnames = _interopRequireDefault(require("classnames"));
11
11
  var _mobxReact = require("mobx-react");
12
12
  var _hooks = require("../../hooks");
13
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
13
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) { "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); } return f; })(e, t); }
14
14
  var DrawerView = (0, _mobxReact.observer)(function (_ref) {
15
15
  var _controller$drawerCon2;
16
16
  var controller = _ref.controller;
@@ -10,7 +10,7 @@ var React = _interopRequireWildcard(require("react"));
10
10
  var _classnames = _interopRequireDefault(require("classnames"));
11
11
  var _mobxReact = require("mobx-react");
12
12
  var _hooks = require("../../hooks");
13
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
13
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) { "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); } return f; })(e, t); }
14
14
  var PopUpView = (0, _mobxReact.observer)(function (_ref) {
15
15
  var controller = _ref.controller;
16
16
  return /*#__PURE__*/React.createElement("div", {
@@ -1,5 +1,5 @@
1
1
  import * as THREE from 'three';
2
- import AudioLike from '../../../shared-utils/AduioLike';
2
+ import AudioLike from '../../../shared-utils/AudioLike';
3
3
  export interface VideoAgentMeshOptions {
4
4
  /**
5
5
  * 自定义视频实例。