@byteplus/veplayer-plugin 2.10.4-rc.0 → 2.10.4-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteplus/veplayer-plugin",
3
- "version": "2.10.4-rc.0",
3
+ "version": "2.10.4-rc.1",
4
4
  "main": "./umd/index.production.js",
5
5
  "module": "./esm/index.production.js",
6
6
  "browser": "./umd/index.production.js",
@@ -8714,7 +8714,7 @@
8714
8714
  }, {
8715
8715
  key: "version",
8716
8716
  get: function get() {
8717
- return "0.2.1-alpha.61";
8717
+ return "0.2.1-alpha.62";
8718
8718
  }
8719
8719
  }, {
8720
8720
  key: "beforePlayerInit",
@@ -8951,6 +8951,11 @@
8951
8951
  }
8952
8952
  return isSupportedH264;
8953
8953
  }()
8954
+ }, {
8955
+ key: "isEncodedTransformSupported",
8956
+ value: function isEncodedTransformSupported$1() {
8957
+ return isEncodedTransformSupported() || isLegacyEncodedTransformSupported();
8958
+ }
8954
8959
  }]);
8955
8960
  return RtsPlugin2;
8956
8961
  }(BasePlugin);