@imferno/wasm 2.0.1-beta.e0cf1f4 → 2.0.1-beta.fa30ea3
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/imferno_wasm.d.ts +17 -17
- package/imferno_wasm.js +51 -51
- package/imferno_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/imferno_wasm.d.ts
CHANGED
|
@@ -119,7 +119,7 @@ export interface ContentMaturityRating {
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
export interface ContentMaturityRatingList {
|
|
122
|
-
|
|
122
|
+
contentMaturityRatings: ContentMaturityRating[];
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
export interface ContentVersion {
|
|
@@ -128,7 +128,7 @@ export interface ContentVersion {
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
export interface ContentVersionList {
|
|
131
|
-
|
|
131
|
+
contentVersions: ContentVersion[];
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
export interface DCTimedTextDescriptor {
|
|
@@ -155,7 +155,7 @@ export interface EssenceDescriptor {
|
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
export interface EssenceDescriptorList {
|
|
158
|
-
|
|
158
|
+
essenceDescriptors: EssenceDescriptor[];
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
export interface ExtensionProperties {
|
|
@@ -261,7 +261,7 @@ export interface JPEG2000SubDescriptor {
|
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
export interface LanguageList {
|
|
264
|
-
|
|
264
|
+
languages: LanguageTag[];
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
export interface LanguageString {
|
|
@@ -276,7 +276,7 @@ export interface Locale {
|
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
export interface LocaleList {
|
|
279
|
-
|
|
279
|
+
locales: Locale[];
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
export interface MainAudioSequence {
|
|
@@ -360,7 +360,7 @@ export interface RGBALayoutComponent {
|
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
export interface RegionList {
|
|
363
|
-
|
|
363
|
+
regions: string[];
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
export interface Resolution {
|
|
@@ -380,11 +380,11 @@ export interface Resource {
|
|
|
380
380
|
repeatCount?: number | null;
|
|
381
381
|
keyId?: ImfUuid | null;
|
|
382
382
|
hash?: string | null;
|
|
383
|
-
|
|
383
|
+
markers?: MarkerInfo[];
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
export interface ResourceList {
|
|
387
|
-
|
|
387
|
+
resources?: Resource[];
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
export interface Segment {
|
|
@@ -393,18 +393,18 @@ export interface Segment {
|
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
export interface SegmentList {
|
|
396
|
-
|
|
396
|
+
segments: Segment[];
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
export interface SequenceList {
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
400
|
+
markerSequences?: MarkerSequence[];
|
|
401
|
+
mainImageSequences?: MainImageSequence[];
|
|
402
|
+
mainAudioSequences?: MainAudioSequence[];
|
|
403
|
+
subtitlesSequences?: SubtitlesSequence[];
|
|
404
|
+
hearingImpairedCaptionsSequences?: HearingImpairedCaptionsSequence[];
|
|
405
|
+
forcedNarrativeSequences?: ForcedNarrativeSequence[];
|
|
406
|
+
iabSequences?: IABSequence[];
|
|
407
|
+
isxdSequences?: ISXDSequence[];
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
export interface SoundfieldGroupLabelSubDescriptor {
|
package/imferno_wasm.js
CHANGED
|
@@ -114,11 +114,11 @@ export function validate(files, options) {
|
|
|
114
114
|
function __wbg_get_imports() {
|
|
115
115
|
const import0 = {
|
|
116
116
|
__proto__: null,
|
|
117
|
-
|
|
117
|
+
__wbg_Error_55538483de6e3abe: function(arg0, arg1) {
|
|
118
118
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
119
119
|
return ret;
|
|
120
120
|
},
|
|
121
|
-
|
|
121
|
+
__wbg_Number_f257194b7002d6f9: function(arg0) {
|
|
122
122
|
const ret = Number(arg0);
|
|
123
123
|
return ret;
|
|
124
124
|
},
|
|
@@ -129,68 +129,68 @@ function __wbg_get_imports() {
|
|
|
129
129
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
130
130
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
131
131
|
},
|
|
132
|
-
|
|
132
|
+
__wbg___wbindgen_bigint_get_as_i64_a738e80c0fe6f6a7: function(arg0, arg1) {
|
|
133
133
|
const v = arg1;
|
|
134
134
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
135
135
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
136
136
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
137
137
|
},
|
|
138
|
-
|
|
138
|
+
__wbg___wbindgen_boolean_get_fe2a24fdfdb4064f: function(arg0) {
|
|
139
139
|
const v = arg0;
|
|
140
140
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
141
141
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
142
142
|
},
|
|
143
|
-
|
|
143
|
+
__wbg___wbindgen_debug_string_d89627202d0155b7: function(arg0, arg1) {
|
|
144
144
|
const ret = debugString(arg1);
|
|
145
145
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
146
146
|
const len1 = WASM_VECTOR_LEN;
|
|
147
147
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
148
148
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
149
149
|
},
|
|
150
|
-
|
|
150
|
+
__wbg___wbindgen_in_fe3eb6a509f75744: function(arg0, arg1) {
|
|
151
151
|
const ret = arg0 in arg1;
|
|
152
152
|
return ret;
|
|
153
153
|
},
|
|
154
|
-
|
|
154
|
+
__wbg___wbindgen_is_bigint_ca270ac12ef71091: function(arg0) {
|
|
155
155
|
const ret = typeof(arg0) === 'bigint';
|
|
156
156
|
return ret;
|
|
157
157
|
},
|
|
158
|
-
|
|
158
|
+
__wbg___wbindgen_is_function_2a95406423ea8626: function(arg0) {
|
|
159
159
|
const ret = typeof(arg0) === 'function';
|
|
160
160
|
return ret;
|
|
161
161
|
},
|
|
162
|
-
|
|
162
|
+
__wbg___wbindgen_is_null_8d90524c9e0af183: function(arg0) {
|
|
163
163
|
const ret = arg0 === null;
|
|
164
164
|
return ret;
|
|
165
165
|
},
|
|
166
|
-
|
|
166
|
+
__wbg___wbindgen_is_object_59a002e76b059312: function(arg0) {
|
|
167
167
|
const val = arg0;
|
|
168
168
|
const ret = typeof(val) === 'object' && val !== null;
|
|
169
169
|
return ret;
|
|
170
170
|
},
|
|
171
|
-
|
|
171
|
+
__wbg___wbindgen_is_string_624d5244bb2bc87c: function(arg0) {
|
|
172
172
|
const ret = typeof(arg0) === 'string';
|
|
173
173
|
return ret;
|
|
174
174
|
},
|
|
175
|
-
|
|
175
|
+
__wbg___wbindgen_is_undefined_87a3a837f331fef5: function(arg0) {
|
|
176
176
|
const ret = arg0 === undefined;
|
|
177
177
|
return ret;
|
|
178
178
|
},
|
|
179
|
-
|
|
179
|
+
__wbg___wbindgen_jsval_eq_eedd705f9f2a4f35: function(arg0, arg1) {
|
|
180
180
|
const ret = arg0 === arg1;
|
|
181
181
|
return ret;
|
|
182
182
|
},
|
|
183
|
-
|
|
183
|
+
__wbg___wbindgen_jsval_loose_eq_cf851f110c48f9ba: function(arg0, arg1) {
|
|
184
184
|
const ret = arg0 == arg1;
|
|
185
185
|
return ret;
|
|
186
186
|
},
|
|
187
|
-
|
|
187
|
+
__wbg___wbindgen_number_get_769f3676dc20c1d7: function(arg0, arg1) {
|
|
188
188
|
const obj = arg1;
|
|
189
189
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
190
190
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
191
191
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
192
192
|
},
|
|
193
|
-
|
|
193
|
+
__wbg___wbindgen_string_get_f1161390414f9b59: function(arg0, arg1) {
|
|
194
194
|
const obj = arg1;
|
|
195
195
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
196
196
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -198,34 +198,34 @@ function __wbg_get_imports() {
|
|
|
198
198
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
199
199
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
200
200
|
},
|
|
201
|
-
|
|
201
|
+
__wbg___wbindgen_throw_5549492daedad139: function(arg0, arg1) {
|
|
202
202
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
203
203
|
},
|
|
204
|
-
|
|
204
|
+
__wbg_call_6ae20895a60069a2: function() { return handleError(function (arg0, arg1) {
|
|
205
205
|
const ret = arg0.call(arg1);
|
|
206
206
|
return ret;
|
|
207
207
|
}, arguments); },
|
|
208
|
-
|
|
208
|
+
__wbg_done_19f92cb1f8738aba: function(arg0) {
|
|
209
209
|
const ret = arg0.done;
|
|
210
210
|
return ret;
|
|
211
211
|
},
|
|
212
|
-
|
|
212
|
+
__wbg_entries_28ed7cb892e12eff: function(arg0) {
|
|
213
213
|
const ret = Object.entries(arg0);
|
|
214
214
|
return ret;
|
|
215
215
|
},
|
|
216
|
-
|
|
216
|
+
__wbg_getTime_c3af35594e283356: function(arg0) {
|
|
217
217
|
const ret = arg0.getTime();
|
|
218
218
|
return ret;
|
|
219
219
|
},
|
|
220
|
-
|
|
221
|
-
const ret = Reflect.get(arg0, arg1);
|
|
222
|
-
return ret;
|
|
223
|
-
}, arguments); },
|
|
224
|
-
__wbg_get_a8ee5c45dabc1b3b: function(arg0, arg1) {
|
|
220
|
+
__wbg_get_94f5fc088edd3138: function(arg0, arg1) {
|
|
225
221
|
const ret = arg0[arg1 >>> 0];
|
|
226
222
|
return ret;
|
|
227
223
|
},
|
|
228
|
-
|
|
224
|
+
__wbg_get_a50328e7325d7f9b: function() { return handleError(function (arg0, arg1) {
|
|
225
|
+
const ret = Reflect.get(arg0, arg1);
|
|
226
|
+
return ret;
|
|
227
|
+
}, arguments); },
|
|
228
|
+
__wbg_get_unchecked_7c6bbabf5b0b1fbf: function(arg0, arg1) {
|
|
229
229
|
const ret = arg0[arg1 >>> 0];
|
|
230
230
|
return ret;
|
|
231
231
|
},
|
|
@@ -233,7 +233,7 @@ function __wbg_get_imports() {
|
|
|
233
233
|
const ret = arg0[arg1];
|
|
234
234
|
return ret;
|
|
235
235
|
},
|
|
236
|
-
|
|
236
|
+
__wbg_instanceof_ArrayBuffer_8d855993947fc3a2: function(arg0) {
|
|
237
237
|
let result;
|
|
238
238
|
try {
|
|
239
239
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -243,7 +243,7 @@ function __wbg_get_imports() {
|
|
|
243
243
|
const ret = result;
|
|
244
244
|
return ret;
|
|
245
245
|
},
|
|
246
|
-
|
|
246
|
+
__wbg_instanceof_Map_238410f1463c05ed: function(arg0) {
|
|
247
247
|
let result;
|
|
248
248
|
try {
|
|
249
249
|
result = arg0 instanceof Map;
|
|
@@ -253,7 +253,7 @@ function __wbg_get_imports() {
|
|
|
253
253
|
const ret = result;
|
|
254
254
|
return ret;
|
|
255
255
|
},
|
|
256
|
-
|
|
256
|
+
__wbg_instanceof_Uint8Array_ce24d58a5f4bdcc3: function(arg0) {
|
|
257
257
|
let result;
|
|
258
258
|
try {
|
|
259
259
|
result = arg0 instanceof Uint8Array;
|
|
@@ -263,71 +263,71 @@ function __wbg_get_imports() {
|
|
|
263
263
|
const ret = result;
|
|
264
264
|
return ret;
|
|
265
265
|
},
|
|
266
|
-
|
|
266
|
+
__wbg_isArray_867202cf8f195ed8: function(arg0) {
|
|
267
267
|
const ret = Array.isArray(arg0);
|
|
268
268
|
return ret;
|
|
269
269
|
},
|
|
270
|
-
|
|
270
|
+
__wbg_isSafeInteger_1dfae065cbfe1915: function(arg0) {
|
|
271
271
|
const ret = Number.isSafeInteger(arg0);
|
|
272
272
|
return ret;
|
|
273
273
|
},
|
|
274
|
-
|
|
274
|
+
__wbg_iterator_54661826e186eb6a: function() {
|
|
275
275
|
const ret = Symbol.iterator;
|
|
276
276
|
return ret;
|
|
277
277
|
},
|
|
278
|
-
|
|
278
|
+
__wbg_length_e6e1633fbea6cfa9: function(arg0) {
|
|
279
279
|
const ret = arg0.length;
|
|
280
280
|
return ret;
|
|
281
281
|
},
|
|
282
|
-
|
|
282
|
+
__wbg_length_fae3e439140f48a4: function(arg0) {
|
|
283
283
|
const ret = arg0.length;
|
|
284
284
|
return ret;
|
|
285
285
|
},
|
|
286
286
|
__wbg_log_3a9854467c45b73c: function(arg0, arg1) {
|
|
287
287
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
288
288
|
},
|
|
289
|
-
|
|
290
|
-
const ret = new
|
|
289
|
+
__wbg_new_0934b88171ef61b0: function() {
|
|
290
|
+
const ret = new Map();
|
|
291
291
|
return ret;
|
|
292
292
|
},
|
|
293
|
-
|
|
294
|
-
const ret = new
|
|
293
|
+
__wbg_new_0_e649c99e7382313f: function() {
|
|
294
|
+
const ret = new Date();
|
|
295
295
|
return ret;
|
|
296
296
|
},
|
|
297
|
-
|
|
297
|
+
__wbg_new_1d96678aaacca32e: function(arg0) {
|
|
298
298
|
const ret = new Uint8Array(arg0);
|
|
299
299
|
return ret;
|
|
300
300
|
},
|
|
301
|
-
|
|
301
|
+
__wbg_new_4370be21fa2b2f80: function() {
|
|
302
302
|
const ret = new Array();
|
|
303
303
|
return ret;
|
|
304
304
|
},
|
|
305
|
-
|
|
305
|
+
__wbg_new_48e1d86cfd30c8e7: function() {
|
|
306
306
|
const ret = new Object();
|
|
307
307
|
return ret;
|
|
308
308
|
},
|
|
309
|
-
|
|
310
|
-
const ret = arg0.next();
|
|
311
|
-
return ret;
|
|
312
|
-
}, arguments); },
|
|
313
|
-
__wbg_next_e01a967809d1aa68: function(arg0) {
|
|
309
|
+
__wbg_next_55d835fe0ab5b3e7: function(arg0) {
|
|
314
310
|
const ret = arg0.next;
|
|
315
311
|
return ret;
|
|
316
312
|
},
|
|
317
|
-
|
|
313
|
+
__wbg_next_e34cfb9df1518d7c: function() { return handleError(function (arg0) {
|
|
314
|
+
const ret = arg0.next();
|
|
315
|
+
return ret;
|
|
316
|
+
}, arguments); },
|
|
317
|
+
__wbg_prototypesetcall_3875d54d12ef2eec: function(arg0, arg1, arg2) {
|
|
318
318
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
319
319
|
},
|
|
320
|
-
|
|
320
|
+
__wbg_set_4702dfa37c77f492: function(arg0, arg1, arg2) {
|
|
321
321
|
arg0[arg1 >>> 0] = arg2;
|
|
322
322
|
},
|
|
323
323
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
324
324
|
arg0[arg1] = arg2;
|
|
325
325
|
},
|
|
326
|
-
|
|
326
|
+
__wbg_set_8c6629931852a4a5: function(arg0, arg1, arg2) {
|
|
327
327
|
const ret = arg0.set(arg1, arg2);
|
|
328
328
|
return ret;
|
|
329
329
|
},
|
|
330
|
-
|
|
330
|
+
__wbg_value_d5b248ce8419bd1b: function(arg0) {
|
|
331
331
|
const ret = arg0.value;
|
|
332
332
|
return ret;
|
|
333
333
|
},
|
package/imferno_wasm_bg.wasm
CHANGED
|
Binary file
|