@imferno/wasm 3.0.2-beta.ead4fd5 → 3.0.2-beta.f424a0b
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/codes.d.ts +18 -6
- package/codes.js +18 -6
- package/imferno_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/codes.d.ts
CHANGED
|
@@ -9,9 +9,6 @@ export declare const codes: {
|
|
|
9
9
|
readonly ParseError: "ST377-1:2011:5/ParseError";
|
|
10
10
|
readonly NoEssenceContainers: "ST377-1:2011:11/NoEssenceContainers";
|
|
11
11
|
readonly OP1a: "ST377-1:2011:7/OP1a";
|
|
12
|
-
readonly NonHeaderFirstPartition: "ST377-1:2011:6.4/NonHeaderFirstPartition";
|
|
13
|
-
readonly HeaderPartitionOpen: "ST377-1:2011:8.3.3/HeaderPartitionOpen";
|
|
14
|
-
readonly MissingHeaderMetadata: "ST377-1:2011:8.3.3/MissingHeaderMetadata";
|
|
15
12
|
};
|
|
16
13
|
readonly ST2067_2_2020: {
|
|
17
14
|
readonly AssetMap: "ST2067-2:2020:7/AssetMap";
|
|
@@ -25,9 +22,6 @@ export declare const codes: {
|
|
|
25
22
|
readonly DuplicateUuid: "ST2067-2:2020:7/DuplicateUuid";
|
|
26
23
|
readonly IoError: "IMF:General/IoError";
|
|
27
24
|
readonly EssenceDescriptorList: "ST2067-2:2020:6.4.2/EssenceDescriptorList";
|
|
28
|
-
readonly PklUnknownNamespace: "ST2067-2:2020:9/PklUnknownNamespace";
|
|
29
|
-
readonly AssetMapHasNoPackingList: "ST429-9:2014:6.3/AssetMapHasNoPackingList";
|
|
30
|
-
readonly PklIdNotInAssetMap: "ST429-9:2014:6.3/PklIdNotInAssetMap";
|
|
31
25
|
};
|
|
32
26
|
readonly ST2067_2_2013_Core: {
|
|
33
27
|
readonly ResourceListEmpty: "ST2067-2:2013:XSD/ResourceList-Empty";
|
|
@@ -181,6 +175,22 @@ export declare const codes: {
|
|
|
181
175
|
readonly ContentVersionIdDuplicate: "ST2067-3:2016:6.1.9/ContentVersionIdDuplicate";
|
|
182
176
|
readonly SegmentDurationIntegerEditUnits: "ST2067-3:2016:7.3/SegmentDurationIntegerEditUnits";
|
|
183
177
|
};
|
|
178
|
+
readonly ST2067_3_2020: {
|
|
179
|
+
readonly ContentKindUnknown: "ST2067-3:2020:5.5.1.2/ContentKindUnknown";
|
|
180
|
+
readonly SourceEncodingNoEssenceDescriptorList: "ST2067-3:2020:6.4.2/SourceEncodingNoEssenceDescriptorList";
|
|
181
|
+
readonly SourceEncodingUnresolved: "ST2067-3:2020:6.4.2/SourceEncodingUnresolved";
|
|
182
|
+
readonly EssenceDescriptorListEmpty: "ST2067-3:2020:6.4.2/EssenceDescriptorListEmpty";
|
|
183
|
+
readonly ContentVersionListEmpty: "ST2067-3:2020:6.11/ContentVersionListEmpty";
|
|
184
|
+
readonly ContentVersionIdInvalid: "ST2067-3:2020:6.11/ContentVersionIdInvalid";
|
|
185
|
+
readonly ContentVersionLabelTextMissing: "ST2067-3:2020:6.11/ContentVersionLabelTextMissing";
|
|
186
|
+
readonly LocaleLanguageTagInvalid: "ST2067-3:2020:6.12/LocaleLanguageTagInvalid";
|
|
187
|
+
readonly TrackIdNotUnique: "ST2067-3:2020:7.3/TrackIdNotUnique";
|
|
188
|
+
readonly MarkerOffsetOutOfRange: "ST2067-3:2020:7.4/MarkerOffsetOutOfRange";
|
|
189
|
+
readonly MarkerLabelUnknown: "ST2067-3:2020:7.4/MarkerLabelUnknown";
|
|
190
|
+
readonly SegmentDuration: "ST2067-3:2020:7.2.2/SegmentDuration";
|
|
191
|
+
readonly ContentVersionIdDuplicate: "ST2067-3:2020:6.1.9/ContentVersionIdDuplicate";
|
|
192
|
+
readonly SegmentDurationIntegerEditUnits: "ST2067-3:2020:7.3/SegmentDurationIntegerEditUnits";
|
|
193
|
+
};
|
|
184
194
|
readonly ST2067_9_2018: {
|
|
185
195
|
readonly MalformedXml: "ST2067-9:2018:6.1/MalformedXml";
|
|
186
196
|
readonly SidecarAssetReferencedByVirtualTrack: "ST2067-9:2018:5/SidecarAssetReferencedByVirtualTrack";
|
|
@@ -289,6 +299,7 @@ export declare const codes: {
|
|
|
289
299
|
readonly MCATagNameInvalid: "ST2067-201:2019:5.9/MCATagNameInvalid";
|
|
290
300
|
readonly MCALabelDictionaryIDMissing: "ST2067-201:2019:5.9/MCALabelDictionaryIDMissing";
|
|
291
301
|
readonly MCALabelDictionaryIDInvalid: "ST2067-201:2019:5.9/MCALabelDictionaryIDInvalid";
|
|
302
|
+
readonly MainAudioMissing: "ST2067-201:2019:6.2/MainAudioMissing";
|
|
292
303
|
readonly IABSequenceNoResources: "ST2067-201:2019:6.2/IABSequenceNoResources";
|
|
293
304
|
readonly IABSequenceSourceEncodingInvalid: "ST2067-201:2019:6.2/IABSequenceSourceEncodingInvalid";
|
|
294
305
|
};
|
|
@@ -311,6 +322,7 @@ export declare const codes: {
|
|
|
311
322
|
readonly MCATagNameInvalid: "ST2067-201:2021:5.9/MCATagNameInvalid";
|
|
312
323
|
readonly MCALabelDictionaryIDMissing: "ST2067-201:2021:5.9/MCALabelDictionaryIDMissing";
|
|
313
324
|
readonly MCALabelDictionaryIDInvalid: "ST2067-201:2021:5.9/MCALabelDictionaryIDInvalid";
|
|
325
|
+
readonly MainAudioMissing: "ST2067-201:2021:6.2/MainAudioMissing";
|
|
314
326
|
readonly IABSequenceNoResources: "ST2067-201:2021:6.2/IABSequenceNoResources";
|
|
315
327
|
readonly IABSequenceSourceEncodingInvalid: "ST2067-201:2021:6.2/IABSequenceSourceEncodingInvalid";
|
|
316
328
|
};
|
package/codes.js
CHANGED
|
@@ -9,9 +9,6 @@ export const codes = {
|
|
|
9
9
|
ParseError: "ST377-1:2011:5/ParseError",
|
|
10
10
|
NoEssenceContainers: "ST377-1:2011:11/NoEssenceContainers",
|
|
11
11
|
OP1a: "ST377-1:2011:7/OP1a",
|
|
12
|
-
NonHeaderFirstPartition: "ST377-1:2011:6.4/NonHeaderFirstPartition",
|
|
13
|
-
HeaderPartitionOpen: "ST377-1:2011:8.3.3/HeaderPartitionOpen",
|
|
14
|
-
MissingHeaderMetadata: "ST377-1:2011:8.3.3/MissingHeaderMetadata",
|
|
15
12
|
},
|
|
16
13
|
ST2067_2_2020: {
|
|
17
14
|
AssetMap: "ST2067-2:2020:7/AssetMap",
|
|
@@ -25,9 +22,6 @@ export const codes = {
|
|
|
25
22
|
DuplicateUuid: "ST2067-2:2020:7/DuplicateUuid",
|
|
26
23
|
IoError: "IMF:General/IoError",
|
|
27
24
|
EssenceDescriptorList: "ST2067-2:2020:6.4.2/EssenceDescriptorList",
|
|
28
|
-
PklUnknownNamespace: "ST2067-2:2020:9/PklUnknownNamespace",
|
|
29
|
-
AssetMapHasNoPackingList: "ST429-9:2014:6.3/AssetMapHasNoPackingList",
|
|
30
|
-
PklIdNotInAssetMap: "ST429-9:2014:6.3/PklIdNotInAssetMap",
|
|
31
25
|
},
|
|
32
26
|
ST2067_2_2013_Core: {
|
|
33
27
|
ResourceListEmpty: "ST2067-2:2013:XSD/ResourceList-Empty",
|
|
@@ -181,6 +175,22 @@ export const codes = {
|
|
|
181
175
|
ContentVersionIdDuplicate: "ST2067-3:2016:6.1.9/ContentVersionIdDuplicate",
|
|
182
176
|
SegmentDurationIntegerEditUnits: "ST2067-3:2016:7.3/SegmentDurationIntegerEditUnits",
|
|
183
177
|
},
|
|
178
|
+
ST2067_3_2020: {
|
|
179
|
+
ContentKindUnknown: "ST2067-3:2020:5.5.1.2/ContentKindUnknown",
|
|
180
|
+
SourceEncodingNoEssenceDescriptorList: "ST2067-3:2020:6.4.2/SourceEncodingNoEssenceDescriptorList",
|
|
181
|
+
SourceEncodingUnresolved: "ST2067-3:2020:6.4.2/SourceEncodingUnresolved",
|
|
182
|
+
EssenceDescriptorListEmpty: "ST2067-3:2020:6.4.2/EssenceDescriptorListEmpty",
|
|
183
|
+
ContentVersionListEmpty: "ST2067-3:2020:6.11/ContentVersionListEmpty",
|
|
184
|
+
ContentVersionIdInvalid: "ST2067-3:2020:6.11/ContentVersionIdInvalid",
|
|
185
|
+
ContentVersionLabelTextMissing: "ST2067-3:2020:6.11/ContentVersionLabelTextMissing",
|
|
186
|
+
LocaleLanguageTagInvalid: "ST2067-3:2020:6.12/LocaleLanguageTagInvalid",
|
|
187
|
+
TrackIdNotUnique: "ST2067-3:2020:7.3/TrackIdNotUnique",
|
|
188
|
+
MarkerOffsetOutOfRange: "ST2067-3:2020:7.4/MarkerOffsetOutOfRange",
|
|
189
|
+
MarkerLabelUnknown: "ST2067-3:2020:7.4/MarkerLabelUnknown",
|
|
190
|
+
SegmentDuration: "ST2067-3:2020:7.2.2/SegmentDuration",
|
|
191
|
+
ContentVersionIdDuplicate: "ST2067-3:2020:6.1.9/ContentVersionIdDuplicate",
|
|
192
|
+
SegmentDurationIntegerEditUnits: "ST2067-3:2020:7.3/SegmentDurationIntegerEditUnits",
|
|
193
|
+
},
|
|
184
194
|
ST2067_9_2018: {
|
|
185
195
|
MalformedXml: "ST2067-9:2018:6.1/MalformedXml",
|
|
186
196
|
SidecarAssetReferencedByVirtualTrack: "ST2067-9:2018:5/SidecarAssetReferencedByVirtualTrack",
|
|
@@ -289,6 +299,7 @@ export const codes = {
|
|
|
289
299
|
MCATagNameInvalid: "ST2067-201:2019:5.9/MCATagNameInvalid",
|
|
290
300
|
MCALabelDictionaryIDMissing: "ST2067-201:2019:5.9/MCALabelDictionaryIDMissing",
|
|
291
301
|
MCALabelDictionaryIDInvalid: "ST2067-201:2019:5.9/MCALabelDictionaryIDInvalid",
|
|
302
|
+
MainAudioMissing: "ST2067-201:2019:6.2/MainAudioMissing",
|
|
292
303
|
IABSequenceNoResources: "ST2067-201:2019:6.2/IABSequenceNoResources",
|
|
293
304
|
IABSequenceSourceEncodingInvalid: "ST2067-201:2019:6.2/IABSequenceSourceEncodingInvalid",
|
|
294
305
|
},
|
|
@@ -311,6 +322,7 @@ export const codes = {
|
|
|
311
322
|
MCATagNameInvalid: "ST2067-201:2021:5.9/MCATagNameInvalid",
|
|
312
323
|
MCALabelDictionaryIDMissing: "ST2067-201:2021:5.9/MCALabelDictionaryIDMissing",
|
|
313
324
|
MCALabelDictionaryIDInvalid: "ST2067-201:2021:5.9/MCALabelDictionaryIDInvalid",
|
|
325
|
+
MainAudioMissing: "ST2067-201:2021:6.2/MainAudioMissing",
|
|
314
326
|
IABSequenceNoResources: "ST2067-201:2021:6.2/IABSequenceNoResources",
|
|
315
327
|
IABSequenceSourceEncodingInvalid: "ST2067-201:2021:6.2/IABSequenceSourceEncodingInvalid",
|
|
316
328
|
},
|
package/imferno_wasm_bg.wasm
CHANGED
|
Binary file
|