@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.
@@ -34667,7 +34667,7 @@ var RtsPlugin = /* @__PURE__ */ function(_BasePlugin) {
34667
34667
  }, {
34668
34668
  key: "version",
34669
34669
  get: function get4() {
34670
- return "0.2.1-alpha.61";
34670
+ return "0.2.1-alpha.62";
34671
34671
  }
34672
34672
  }, {
34673
34673
  key: "beforePlayerInit",
@@ -34904,6 +34904,11 @@ var RtsPlugin = /* @__PURE__ */ function(_BasePlugin) {
34904
34904
  }
34905
34905
  return isSupportedH264;
34906
34906
  }()
34907
+ }, {
34908
+ key: "isEncodedTransformSupported",
34909
+ value: function isEncodedTransformSupported$1() {
34910
+ return isEncodedTransformSupported() || isLegacyEncodedTransformSupported();
34911
+ }
34907
34912
  }]);
34908
34913
  return RtsPlugin2;
34909
34914
  }(BasePlugin$1);