@predy-js/render-interface 0.3.3-beta.1 → 0.3.3-beta.2

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/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  * Name: @predy-js/render-interface
3
3
  * Description: undefined
4
4
  * Author: undefined
5
- * Version: v0.3.3-beta.1
5
+ * Version: v0.3.3-beta.2
6
6
  */
7
7
 
8
8
  /******************************************************************************
@@ -3156,6 +3156,22 @@ var PredyTextEncoding;
3156
3156
  PredyTextEncoding[PredyTextEncoding["utf8"] = 0] = "utf8";
3157
3157
  PredyTextEncoding[PredyTextEncoding["ascii"] = 1] = "ascii";
3158
3158
  })(PredyTextEncoding || (PredyTextEncoding = {}));
3159
+ var PredyVideoCodec;
3160
+ (function (PredyVideoCodec) {
3161
+ PredyVideoCodec["h264"] = "avc1";
3162
+ PredyVideoCodec["h265"] = "hev1";
3163
+ })(PredyVideoCodec || (PredyVideoCodec = {}));
3164
+
3165
+ var PredyVideoDecoderStatus;
3166
+ (function (PredyVideoDecoderStatus) {
3167
+ PredyVideoDecoderStatus[PredyVideoDecoderStatus["init"] = 0] = "init";
3168
+ PredyVideoDecoderStatus[PredyVideoDecoderStatus["loading"] = 1] = "loading";
3169
+ PredyVideoDecoderStatus[PredyVideoDecoderStatus["metadataReady"] = 2] = "metadataReady";
3170
+ PredyVideoDecoderStatus[PredyVideoDecoderStatus["seekingFrame"] = 3] = "seekingFrame";
3171
+ PredyVideoDecoderStatus[PredyVideoDecoderStatus["frameReady"] = 4] = "frameReady";
3172
+ PredyVideoDecoderStatus[PredyVideoDecoderStatus["destroyed"] = 5] = "destroyed";
3173
+ PredyVideoDecoderStatus[PredyVideoDecoderStatus["error"] = 44] = "error";
3174
+ })(PredyVideoDecoderStatus || (PredyVideoDecoderStatus = {}));
3159
3175
 
3160
3176
  var GLRenderBuffer = /** @class */ (function () {
3161
3177
  function GLRenderBuffer(renderer, options) {
@@ -5893,7 +5909,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
5893
5909
  return MarsSharedGeometry;
5894
5910
  }(MarsGeometry));
5895
5911
 
5896
- consoleLog('version: ' + "0.3.3-beta.1");
5912
+ consoleLog('version: ' + "0.3.3-beta.2");
5897
5913
  var ModuleMsg = 'RI Package: @predy-js/render-interface';
5898
5914
 
5899
5915
  var RI = /*#__PURE__*/Object.freeze({