@predy-js/render-interface 0.3.3-beta.16 → 0.3.3-beta.17
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.js +2 -19
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -19
- package/dist/index.mjs.map +1 -1
- package/dist/statistic.js +1 -1
- package/dist/types/native/PredyNativeInternal.d.ts +3 -25
- package/dist/types/native/TextureInternal.d.ts +0 -1
- package/dist/types/native/index.d.ts +0 -1
- package/package.json +1 -1
- package/types/native/PredyNativeInternal.ts +3 -30
- package/types/native/TextureInternal.ts +0 -2
- package/types/native/index.ts +0 -1
- package/dist/types/native/VideoDecoder.d.ts +0 -69
- package/types/native/VideoDecoder.ts +0 -79
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.
|
5
|
+
* Version: v0.3.3-beta.17
|
6
6
|
*/
|
7
7
|
|
8
8
|
/******************************************************************************
|
@@ -3156,23 +3156,6 @@ 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["av1"] = "av1";
|
3164
|
-
})(PredyVideoCodec || (PredyVideoCodec = {}));
|
3165
|
-
|
3166
|
-
var PredyVideoDecoderStatus;
|
3167
|
-
(function (PredyVideoDecoderStatus) {
|
3168
|
-
PredyVideoDecoderStatus[PredyVideoDecoderStatus["init"] = 0] = "init";
|
3169
|
-
PredyVideoDecoderStatus[PredyVideoDecoderStatus["loading"] = 1] = "loading";
|
3170
|
-
PredyVideoDecoderStatus[PredyVideoDecoderStatus["metadataReady"] = 2] = "metadataReady";
|
3171
|
-
PredyVideoDecoderStatus[PredyVideoDecoderStatus["seekingFrame"] = 3] = "seekingFrame";
|
3172
|
-
PredyVideoDecoderStatus[PredyVideoDecoderStatus["frameReady"] = 4] = "frameReady";
|
3173
|
-
PredyVideoDecoderStatus[PredyVideoDecoderStatus["destroyed"] = 5] = "destroyed";
|
3174
|
-
PredyVideoDecoderStatus[PredyVideoDecoderStatus["error"] = 44] = "error";
|
3175
|
-
})(PredyVideoDecoderStatus || (PredyVideoDecoderStatus = {}));
|
3176
3159
|
|
3177
3160
|
var GLRenderBuffer = /** @class */ (function () {
|
3178
3161
|
function GLRenderBuffer(renderer, options) {
|
@@ -5910,7 +5893,7 @@ var MarsSharedGeometry = /** @class */ (function (_super) {
|
|
5910
5893
|
return MarsSharedGeometry;
|
5911
5894
|
}(MarsGeometry));
|
5912
5895
|
|
5913
|
-
consoleLog('version: ' + "0.3.3-beta.
|
5896
|
+
consoleLog('version: ' + "0.3.3-beta.17");
|
5914
5897
|
var ModuleMsg = 'RI Package: @predy-js/render-interface';
|
5915
5898
|
|
5916
5899
|
var RI = /*#__PURE__*/Object.freeze({
|