@aws-sdk/client-mediaconvert 3.319.0 → 3.321.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.
- package/dist-cjs/protocols/Aws_restJson1.js +259 -227
- package/dist-es/protocols/Aws_restJson1.js +259 -227
- package/package.json +4 -4
|
@@ -4212,31 +4212,35 @@ const de_AudioChannelTaggingSettings = (output, context) => {
|
|
|
4212
4212
|
};
|
|
4213
4213
|
const de_AudioCodecSettings = (output, context) => {
|
|
4214
4214
|
return take(output, {
|
|
4215
|
-
AacSettings: (_) =>
|
|
4216
|
-
Ac3Settings: (_) =>
|
|
4217
|
-
AiffSettings: (_) =>
|
|
4215
|
+
AacSettings: [, (_) => de_AacSettings(_, context), `aacSettings`],
|
|
4216
|
+
Ac3Settings: [, (_) => de_Ac3Settings(_, context), `ac3Settings`],
|
|
4217
|
+
AiffSettings: [, (_) => de_AiffSettings(_, context), `aiffSettings`],
|
|
4218
4218
|
Codec: [, __expectString, `codec`],
|
|
4219
|
-
Eac3AtmosSettings: (_) =>
|
|
4220
|
-
Eac3Settings: (_) =>
|
|
4221
|
-
Mp2Settings: (_) =>
|
|
4222
|
-
Mp3Settings: (_) =>
|
|
4223
|
-
OpusSettings: (_) =>
|
|
4224
|
-
VorbisSettings: (_) =>
|
|
4225
|
-
WavSettings: (_) =>
|
|
4219
|
+
Eac3AtmosSettings: [, (_) => de_Eac3AtmosSettings(_, context), `eac3AtmosSettings`],
|
|
4220
|
+
Eac3Settings: [, (_) => de_Eac3Settings(_, context), `eac3Settings`],
|
|
4221
|
+
Mp2Settings: [, (_) => de_Mp2Settings(_, context), `mp2Settings`],
|
|
4222
|
+
Mp3Settings: [, (_) => de_Mp3Settings(_, context), `mp3Settings`],
|
|
4223
|
+
OpusSettings: [, (_) => de_OpusSettings(_, context), `opusSettings`],
|
|
4224
|
+
VorbisSettings: [, (_) => de_VorbisSettings(_, context), `vorbisSettings`],
|
|
4225
|
+
WavSettings: [, (_) => de_WavSettings(_, context), `wavSettings`],
|
|
4226
4226
|
});
|
|
4227
4227
|
};
|
|
4228
4228
|
const de_AudioDescription = (output, context) => {
|
|
4229
4229
|
return take(output, {
|
|
4230
|
-
AudioChannelTaggingSettings:
|
|
4231
|
-
|
|
4230
|
+
AudioChannelTaggingSettings: [
|
|
4231
|
+
,
|
|
4232
|
+
(_) => de_AudioChannelTaggingSettings(_, context),
|
|
4233
|
+
`audioChannelTaggingSettings`,
|
|
4234
|
+
],
|
|
4235
|
+
AudioNormalizationSettings: [, (_) => de_AudioNormalizationSettings(_, context), `audioNormalizationSettings`],
|
|
4232
4236
|
AudioSourceName: [, __expectString, `audioSourceName`],
|
|
4233
4237
|
AudioType: [, __expectInt32, `audioType`],
|
|
4234
4238
|
AudioTypeControl: [, __expectString, `audioTypeControl`],
|
|
4235
|
-
CodecSettings: (_) =>
|
|
4239
|
+
CodecSettings: [, (_) => de_AudioCodecSettings(_, context), `codecSettings`],
|
|
4236
4240
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4237
4241
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4238
4242
|
LanguageCodeControl: [, __expectString, `languageCodeControl`],
|
|
4239
|
-
RemixSettings: (_) =>
|
|
4243
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
4240
4244
|
StreamName: [, __expectString, `streamName`],
|
|
4241
4245
|
});
|
|
4242
4246
|
};
|
|
@@ -4257,12 +4261,12 @@ const de_AudioSelector = (output, context) => {
|
|
|
4257
4261
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4258
4262
|
DefaultSelection: [, __expectString, `defaultSelection`],
|
|
4259
4263
|
ExternalAudioFileInput: [, __expectString, `externalAudioFileInput`],
|
|
4260
|
-
HlsRenditionGroupSettings: (_) =>
|
|
4264
|
+
HlsRenditionGroupSettings: [, (_) => de_HlsRenditionGroupSettings(_, context), `hlsRenditionGroupSettings`],
|
|
4261
4265
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4262
4266
|
Offset: [, __expectInt32, `offset`],
|
|
4263
4267
|
Pids: [, _json, `pids`],
|
|
4264
4268
|
ProgramSelection: [, __expectInt32, `programSelection`],
|
|
4265
|
-
RemixSettings: (_) =>
|
|
4269
|
+
RemixSettings: [, (_) => de_RemixSettings(_, context), `remixSettings`],
|
|
4266
4270
|
SelectorType: [, __expectString, `selectorType`],
|
|
4267
4271
|
Tracks: [, _json, `tracks`],
|
|
4268
4272
|
});
|
|
@@ -4274,10 +4278,10 @@ const de_AudioSelectorGroup = (output, context) => {
|
|
|
4274
4278
|
};
|
|
4275
4279
|
const de_AutomatedAbrRule = (output, context) => {
|
|
4276
4280
|
return take(output, {
|
|
4277
|
-
AllowedRenditions: (_) =>
|
|
4278
|
-
ForceIncludeRenditions: (_) =>
|
|
4279
|
-
MinBottomRenditionSize: (_) =>
|
|
4280
|
-
MinTopRenditionSize: (_) =>
|
|
4281
|
+
AllowedRenditions: [, (_) => de___listOfAllowedRenditionSize(_, context), `allowedRenditions`],
|
|
4282
|
+
ForceIncludeRenditions: [, (_) => de___listOfForceIncludeRenditionSize(_, context), `forceIncludeRenditions`],
|
|
4283
|
+
MinBottomRenditionSize: [, (_) => de_MinBottomRenditionSize(_, context), `minBottomRenditionSize`],
|
|
4284
|
+
MinTopRenditionSize: [, (_) => de_MinTopRenditionSize(_, context), `minTopRenditionSize`],
|
|
4281
4285
|
Type: [, __expectString, `type`],
|
|
4282
4286
|
});
|
|
4283
4287
|
};
|
|
@@ -4286,12 +4290,12 @@ const de_AutomatedAbrSettings = (output, context) => {
|
|
|
4286
4290
|
MaxAbrBitrate: [, __expectInt32, `maxAbrBitrate`],
|
|
4287
4291
|
MaxRenditions: [, __expectInt32, `maxRenditions`],
|
|
4288
4292
|
MinAbrBitrate: [, __expectInt32, `minAbrBitrate`],
|
|
4289
|
-
Rules: (_) =>
|
|
4293
|
+
Rules: [, (_) => de___listOfAutomatedAbrRule(_, context), `rules`],
|
|
4290
4294
|
});
|
|
4291
4295
|
};
|
|
4292
4296
|
const de_AutomatedEncodingSettings = (output, context) => {
|
|
4293
4297
|
return take(output, {
|
|
4294
|
-
AbrSettings: (_) =>
|
|
4298
|
+
AbrSettings: [, (_) => de_AutomatedAbrSettings(_, context), `abrSettings`],
|
|
4295
4299
|
});
|
|
4296
4300
|
};
|
|
4297
4301
|
const de_Av1QvbrSettings = (output, context) => {
|
|
@@ -4311,7 +4315,7 @@ const de_Av1Settings = (output, context) => {
|
|
|
4311
4315
|
GopSize: [, __limitedParseDouble, `gopSize`],
|
|
4312
4316
|
MaxBitrate: [, __expectInt32, `maxBitrate`],
|
|
4313
4317
|
NumberBFramesBetweenReferenceFrames: [, __expectInt32, `numberBFramesBetweenReferenceFrames`],
|
|
4314
|
-
QvbrSettings: (_) =>
|
|
4318
|
+
QvbrSettings: [, (_) => de_Av1QvbrSettings(_, context), `qvbrSettings`],
|
|
4315
4319
|
RateControlMode: [, __expectString, `rateControlMode`],
|
|
4316
4320
|
Slices: [, __expectInt32, `slices`],
|
|
4317
4321
|
SpatialAdaptiveQuantization: [, __expectString, `spatialAdaptiveQuantization`],
|
|
@@ -4325,7 +4329,7 @@ const de_AvailBlanking = (output, context) => {
|
|
|
4325
4329
|
const de_AvcIntraSettings = (output, context) => {
|
|
4326
4330
|
return take(output, {
|
|
4327
4331
|
AvcIntraClass: [, __expectString, `avcIntraClass`],
|
|
4328
|
-
AvcIntraUhdSettings: (_) =>
|
|
4332
|
+
AvcIntraUhdSettings: [, (_) => de_AvcIntraUhdSettings(_, context), `avcIntraUhdSettings`],
|
|
4329
4333
|
FramerateControl: [, __expectString, `framerateControl`],
|
|
4330
4334
|
FramerateConversionAlgorithm: [, __expectString, `framerateConversionAlgorithm`],
|
|
4331
4335
|
FramerateDenominator: [, __expectInt32, `framerateDenominator`],
|
|
@@ -4376,7 +4380,7 @@ const de_CaptionDescription = (output, context) => {
|
|
|
4376
4380
|
return take(output, {
|
|
4377
4381
|
CaptionSelectorName: [, __expectString, `captionSelectorName`],
|
|
4378
4382
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4379
|
-
DestinationSettings: (_) =>
|
|
4383
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4380
4384
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4381
4385
|
LanguageDescription: [, __expectString, `languageDescription`],
|
|
4382
4386
|
});
|
|
@@ -4384,30 +4388,38 @@ const de_CaptionDescription = (output, context) => {
|
|
|
4384
4388
|
const de_CaptionDescriptionPreset = (output, context) => {
|
|
4385
4389
|
return take(output, {
|
|
4386
4390
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4387
|
-
DestinationSettings: (_) =>
|
|
4391
|
+
DestinationSettings: [, (_) => de_CaptionDestinationSettings(_, context), `destinationSettings`],
|
|
4388
4392
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4389
4393
|
LanguageDescription: [, __expectString, `languageDescription`],
|
|
4390
4394
|
});
|
|
4391
4395
|
};
|
|
4392
4396
|
const de_CaptionDestinationSettings = (output, context) => {
|
|
4393
4397
|
return take(output, {
|
|
4394
|
-
BurninDestinationSettings: (_) =>
|
|
4398
|
+
BurninDestinationSettings: [, (_) => de_BurninDestinationSettings(_, context), `burninDestinationSettings`],
|
|
4395
4399
|
DestinationType: [, __expectString, `destinationType`],
|
|
4396
|
-
DvbSubDestinationSettings: (_) =>
|
|
4397
|
-
EmbeddedDestinationSettings:
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4400
|
+
DvbSubDestinationSettings: [, (_) => de_DvbSubDestinationSettings(_, context), `dvbSubDestinationSettings`],
|
|
4401
|
+
EmbeddedDestinationSettings: [
|
|
4402
|
+
,
|
|
4403
|
+
(_) => de_EmbeddedDestinationSettings(_, context),
|
|
4404
|
+
`embeddedDestinationSettings`,
|
|
4405
|
+
],
|
|
4406
|
+
ImscDestinationSettings: [, (_) => de_ImscDestinationSettings(_, context), `imscDestinationSettings`],
|
|
4407
|
+
SccDestinationSettings: [, (_) => de_SccDestinationSettings(_, context), `sccDestinationSettings`],
|
|
4408
|
+
SrtDestinationSettings: [, (_) => de_SrtDestinationSettings(_, context), `srtDestinationSettings`],
|
|
4409
|
+
TeletextDestinationSettings: [
|
|
4410
|
+
,
|
|
4411
|
+
(_) => de_TeletextDestinationSettings(_, context),
|
|
4412
|
+
`teletextDestinationSettings`,
|
|
4413
|
+
],
|
|
4414
|
+
TtmlDestinationSettings: [, (_) => de_TtmlDestinationSettings(_, context), `ttmlDestinationSettings`],
|
|
4415
|
+
WebvttDestinationSettings: [, (_) => de_WebvttDestinationSettings(_, context), `webvttDestinationSettings`],
|
|
4404
4416
|
});
|
|
4405
4417
|
};
|
|
4406
4418
|
const de_CaptionSelector = (output, context) => {
|
|
4407
4419
|
return take(output, {
|
|
4408
4420
|
CustomLanguageCode: [, __expectString, `customLanguageCode`],
|
|
4409
4421
|
LanguageCode: [, __expectString, `languageCode`],
|
|
4410
|
-
SourceSettings: (_) =>
|
|
4422
|
+
SourceSettings: [, (_) => de_CaptionSourceSettings(_, context), `sourceSettings`],
|
|
4411
4423
|
});
|
|
4412
4424
|
};
|
|
4413
4425
|
const de_CaptionSourceFramerate = (output, context) => {
|
|
@@ -4418,19 +4430,19 @@ const de_CaptionSourceFramerate = (output, context) => {
|
|
|
4418
4430
|
};
|
|
4419
4431
|
const de_CaptionSourceSettings = (output, context) => {
|
|
4420
4432
|
return take(output, {
|
|
4421
|
-
AncillarySourceSettings: (_) =>
|
|
4422
|
-
DvbSubSourceSettings: (_) =>
|
|
4423
|
-
EmbeddedSourceSettings: (_) =>
|
|
4424
|
-
FileSourceSettings: (_) =>
|
|
4433
|
+
AncillarySourceSettings: [, (_) => de_AncillarySourceSettings(_, context), `ancillarySourceSettings`],
|
|
4434
|
+
DvbSubSourceSettings: [, (_) => de_DvbSubSourceSettings(_, context), `dvbSubSourceSettings`],
|
|
4435
|
+
EmbeddedSourceSettings: [, (_) => de_EmbeddedSourceSettings(_, context), `embeddedSourceSettings`],
|
|
4436
|
+
FileSourceSettings: [, (_) => de_FileSourceSettings(_, context), `fileSourceSettings`],
|
|
4425
4437
|
SourceType: [, __expectString, `sourceType`],
|
|
4426
|
-
TeletextSourceSettings: (_) =>
|
|
4427
|
-
TrackSourceSettings: (_) =>
|
|
4428
|
-
WebvttHlsSourceSettings: (_) =>
|
|
4438
|
+
TeletextSourceSettings: [, (_) => de_TeletextSourceSettings(_, context), `teletextSourceSettings`],
|
|
4439
|
+
TrackSourceSettings: [, (_) => de_TrackSourceSettings(_, context), `trackSourceSettings`],
|
|
4440
|
+
WebvttHlsSourceSettings: [, (_) => de_WebvttHlsSourceSettings(_, context), `webvttHlsSourceSettings`],
|
|
4429
4441
|
});
|
|
4430
4442
|
};
|
|
4431
4443
|
const de_ChannelMapping = (output, context) => {
|
|
4432
4444
|
return take(output, {
|
|
4433
|
-
OutputChannels: (_) =>
|
|
4445
|
+
OutputChannels: [, (_) => de___listOfOutputChannelMapping(_, context), `outputChannels`],
|
|
4434
4446
|
});
|
|
4435
4447
|
};
|
|
4436
4448
|
const de_ClipLimits = (output, context) => {
|
|
@@ -4452,26 +4464,26 @@ const de_CmafEncryptionSettings = (output, context) => {
|
|
|
4452
4464
|
ConstantInitializationVector: [, __expectString, `constantInitializationVector`],
|
|
4453
4465
|
EncryptionMethod: [, __expectString, `encryptionMethod`],
|
|
4454
4466
|
InitializationVectorInManifest: [, __expectString, `initializationVectorInManifest`],
|
|
4455
|
-
SpekeKeyProvider: (_) =>
|
|
4456
|
-
StaticKeyProvider: (_) =>
|
|
4467
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProviderCmaf(_, context), `spekeKeyProvider`],
|
|
4468
|
+
StaticKeyProvider: [, (_) => de_StaticKeyProvider(_, context), `staticKeyProvider`],
|
|
4457
4469
|
Type: [, __expectString, `type`],
|
|
4458
4470
|
});
|
|
4459
4471
|
};
|
|
4460
4472
|
const de_CmafGroupSettings = (output, context) => {
|
|
4461
4473
|
return take(output, {
|
|
4462
|
-
AdditionalManifests: (_) =>
|
|
4474
|
+
AdditionalManifests: [, (_) => de___listOfCmafAdditionalManifest(_, context), `additionalManifests`],
|
|
4463
4475
|
BaseUrl: [, __expectString, `baseUrl`],
|
|
4464
4476
|
ClientCache: [, __expectString, `clientCache`],
|
|
4465
4477
|
CodecSpecification: [, __expectString, `codecSpecification`],
|
|
4466
4478
|
DashManifestStyle: [, __expectString, `dashManifestStyle`],
|
|
4467
4479
|
Destination: [, __expectString, `destination`],
|
|
4468
|
-
DestinationSettings: (_) =>
|
|
4469
|
-
Encryption: (_) =>
|
|
4480
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4481
|
+
Encryption: [, (_) => de_CmafEncryptionSettings(_, context), `encryption`],
|
|
4470
4482
|
FragmentLength: [, __expectInt32, `fragmentLength`],
|
|
4471
4483
|
ImageBasedTrickPlay: [, __expectString, `imageBasedTrickPlay`],
|
|
4472
|
-
ImageBasedTrickPlaySettings:
|
|
4484
|
+
ImageBasedTrickPlaySettings: [
|
|
4473
4485
|
,
|
|
4474
|
-
de_CmafImageBasedTrickPlaySettings(_, context),
|
|
4486
|
+
(_) => de_CmafImageBasedTrickPlaySettings(_, context),
|
|
4475
4487
|
`imageBasedTrickPlaySettings`,
|
|
4476
4488
|
],
|
|
4477
4489
|
ManifestCompression: [, __expectString, `manifestCompression`],
|
|
@@ -4523,10 +4535,10 @@ const de_CmfcSettings = (output, context) => {
|
|
|
4523
4535
|
const de_ColorCorrector = (output, context) => {
|
|
4524
4536
|
return take(output, {
|
|
4525
4537
|
Brightness: [, __expectInt32, `brightness`],
|
|
4526
|
-
ClipLimits: (_) =>
|
|
4538
|
+
ClipLimits: [, (_) => de_ClipLimits(_, context), `clipLimits`],
|
|
4527
4539
|
ColorSpaceConversion: [, __expectString, `colorSpaceConversion`],
|
|
4528
4540
|
Contrast: [, __expectInt32, `contrast`],
|
|
4529
|
-
Hdr10Metadata: (_) =>
|
|
4541
|
+
Hdr10Metadata: [, (_) => de_Hdr10Metadata(_, context), `hdr10Metadata`],
|
|
4530
4542
|
HdrToSdrToneMapper: [, __expectString, `hdrToSdrToneMapper`],
|
|
4531
4543
|
Hue: [, __expectInt32, `hue`],
|
|
4532
4544
|
SampleRangeConversion: [, __expectString, `sampleRangeConversion`],
|
|
@@ -4536,15 +4548,15 @@ const de_ColorCorrector = (output, context) => {
|
|
|
4536
4548
|
};
|
|
4537
4549
|
const de_ContainerSettings = (output, context) => {
|
|
4538
4550
|
return take(output, {
|
|
4539
|
-
CmfcSettings: (_) =>
|
|
4551
|
+
CmfcSettings: [, (_) => de_CmfcSettings(_, context), `cmfcSettings`],
|
|
4540
4552
|
Container: [, __expectString, `container`],
|
|
4541
|
-
F4vSettings: (_) =>
|
|
4542
|
-
M2tsSettings: (_) =>
|
|
4543
|
-
M3u8Settings: (_) =>
|
|
4544
|
-
MovSettings: (_) =>
|
|
4545
|
-
Mp4Settings: (_) =>
|
|
4546
|
-
MpdSettings: (_) =>
|
|
4547
|
-
MxfSettings: (_) =>
|
|
4553
|
+
F4vSettings: [, (_) => de_F4vSettings(_, context), `f4vSettings`],
|
|
4554
|
+
M2tsSettings: [, (_) => de_M2tsSettings(_, context), `m2tsSettings`],
|
|
4555
|
+
M3u8Settings: [, (_) => de_M3u8Settings(_, context), `m3u8Settings`],
|
|
4556
|
+
MovSettings: [, (_) => de_MovSettings(_, context), `movSettings`],
|
|
4557
|
+
Mp4Settings: [, (_) => de_Mp4Settings(_, context), `mp4Settings`],
|
|
4558
|
+
MpdSettings: [, (_) => de_MpdSettings(_, context), `mpdSettings`],
|
|
4559
|
+
MxfSettings: [, (_) => de_MxfSettings(_, context), `mxfSettings`],
|
|
4548
4560
|
});
|
|
4549
4561
|
};
|
|
4550
4562
|
const de_DashAdditionalManifest = (output, context) => {
|
|
@@ -4556,24 +4568,24 @@ const de_DashAdditionalManifest = (output, context) => {
|
|
|
4556
4568
|
const de_DashIsoEncryptionSettings = (output, context) => {
|
|
4557
4569
|
return take(output, {
|
|
4558
4570
|
PlaybackDeviceCompatibility: [, __expectString, `playbackDeviceCompatibility`],
|
|
4559
|
-
SpekeKeyProvider: (_) =>
|
|
4571
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
4560
4572
|
});
|
|
4561
4573
|
};
|
|
4562
4574
|
const de_DashIsoGroupSettings = (output, context) => {
|
|
4563
4575
|
return take(output, {
|
|
4564
|
-
AdditionalManifests: (_) =>
|
|
4576
|
+
AdditionalManifests: [, (_) => de___listOfDashAdditionalManifest(_, context), `additionalManifests`],
|
|
4565
4577
|
AudioChannelConfigSchemeIdUri: [, __expectString, `audioChannelConfigSchemeIdUri`],
|
|
4566
4578
|
BaseUrl: [, __expectString, `baseUrl`],
|
|
4567
4579
|
DashManifestStyle: [, __expectString, `dashManifestStyle`],
|
|
4568
4580
|
Destination: [, __expectString, `destination`],
|
|
4569
|
-
DestinationSettings: (_) =>
|
|
4570
|
-
Encryption: (_) =>
|
|
4581
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4582
|
+
Encryption: [, (_) => de_DashIsoEncryptionSettings(_, context), `encryption`],
|
|
4571
4583
|
FragmentLength: [, __expectInt32, `fragmentLength`],
|
|
4572
4584
|
HbbtvCompliance: [, __expectString, `hbbtvCompliance`],
|
|
4573
4585
|
ImageBasedTrickPlay: [, __expectString, `imageBasedTrickPlay`],
|
|
4574
|
-
ImageBasedTrickPlaySettings:
|
|
4586
|
+
ImageBasedTrickPlaySettings: [
|
|
4575
4587
|
,
|
|
4576
|
-
de_DashIsoImageBasedTrickPlaySettings(_, context),
|
|
4588
|
+
(_) => de_DashIsoImageBasedTrickPlaySettings(_, context),
|
|
4577
4589
|
`imageBasedTrickPlaySettings`,
|
|
4578
4590
|
],
|
|
4579
4591
|
MinBufferTime: [, __expectInt32, `minBufferTime`],
|
|
@@ -4607,12 +4619,12 @@ const de_Deinterlacer = (output, context) => {
|
|
|
4607
4619
|
};
|
|
4608
4620
|
const de_DestinationSettings = (output, context) => {
|
|
4609
4621
|
return take(output, {
|
|
4610
|
-
S3Settings: (_) =>
|
|
4622
|
+
S3Settings: [, (_) => de_S3DestinationSettings(_, context), `s3Settings`],
|
|
4611
4623
|
});
|
|
4612
4624
|
};
|
|
4613
4625
|
const de_DolbyVision = (output, context) => {
|
|
4614
4626
|
return take(output, {
|
|
4615
|
-
L6Metadata: (_) =>
|
|
4627
|
+
L6Metadata: [, (_) => de_DolbyVisionLevel6Metadata(_, context), `l6Metadata`],
|
|
4616
4628
|
L6Mode: [, __expectString, `l6Mode`],
|
|
4617
4629
|
Mapping: [, __expectString, `mapping`],
|
|
4618
4630
|
Profile: [, __expectString, `profile`],
|
|
@@ -4752,15 +4764,15 @@ const de_EsamManifestConfirmConditionNotification = (output, context) => {
|
|
|
4752
4764
|
};
|
|
4753
4765
|
const de_EsamSettings = (output, context) => {
|
|
4754
4766
|
return take(output, {
|
|
4755
|
-
ManifestConfirmConditionNotification:
|
|
4767
|
+
ManifestConfirmConditionNotification: [
|
|
4756
4768
|
,
|
|
4757
|
-
de_EsamManifestConfirmConditionNotification(_, context),
|
|
4769
|
+
(_) => de_EsamManifestConfirmConditionNotification(_, context),
|
|
4758
4770
|
`manifestConfirmConditionNotification`,
|
|
4759
4771
|
],
|
|
4760
4772
|
ResponseSignalPreroll: [, __expectInt32, `responseSignalPreroll`],
|
|
4761
|
-
SignalProcessingNotification:
|
|
4773
|
+
SignalProcessingNotification: [
|
|
4762
4774
|
,
|
|
4763
|
-
de_EsamSignalProcessingNotification(_, context),
|
|
4775
|
+
(_) => de_EsamSignalProcessingNotification(_, context),
|
|
4764
4776
|
`signalProcessingNotification`,
|
|
4765
4777
|
],
|
|
4766
4778
|
});
|
|
@@ -4784,14 +4796,14 @@ const de_F4vSettings = (output, context) => {
|
|
|
4784
4796
|
const de_FileGroupSettings = (output, context) => {
|
|
4785
4797
|
return take(output, {
|
|
4786
4798
|
Destination: [, __expectString, `destination`],
|
|
4787
|
-
DestinationSettings: (_) =>
|
|
4799
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4788
4800
|
});
|
|
4789
4801
|
};
|
|
4790
4802
|
const de_FileSourceSettings = (output, context) => {
|
|
4791
4803
|
return take(output, {
|
|
4792
4804
|
Convert608To708: [, __expectString, `convert608To708`],
|
|
4793
4805
|
ConvertPaintToPop: [, __expectString, `convertPaintToPop`],
|
|
4794
|
-
Framerate: (_) =>
|
|
4806
|
+
Framerate: [, (_) => de_CaptionSourceFramerate(_, context), `framerate`],
|
|
4795
4807
|
SourceFile: [, __expectString, `sourceFile`],
|
|
4796
4808
|
TimeDelta: [, __expectInt32, `timeDelta`],
|
|
4797
4809
|
TimeDeltaUnits: [, __expectString, `timeDeltaUnits`],
|
|
@@ -4821,7 +4833,7 @@ const de_H264QvbrSettings = (output, context) => {
|
|
|
4821
4833
|
const de_H264Settings = (output, context) => {
|
|
4822
4834
|
return take(output, {
|
|
4823
4835
|
AdaptiveQuantization: [, __expectString, `adaptiveQuantization`],
|
|
4824
|
-
BandwidthReductionFilter: (_) =>
|
|
4836
|
+
BandwidthReductionFilter: [, (_) => de_BandwidthReductionFilter(_, context), `bandwidthReductionFilter`],
|
|
4825
4837
|
Bitrate: [, __expectInt32, `bitrate`],
|
|
4826
4838
|
CodecLevel: [, __expectString, `codecLevel`],
|
|
4827
4839
|
CodecProfile: [, __expectString, `codecProfile`],
|
|
@@ -4849,7 +4861,7 @@ const de_H264Settings = (output, context) => {
|
|
|
4849
4861
|
ParDenominator: [, __expectInt32, `parDenominator`],
|
|
4850
4862
|
ParNumerator: [, __expectInt32, `parNumerator`],
|
|
4851
4863
|
QualityTuningLevel: [, __expectString, `qualityTuningLevel`],
|
|
4852
|
-
QvbrSettings: (_) =>
|
|
4864
|
+
QvbrSettings: [, (_) => de_H264QvbrSettings(_, context), `qvbrSettings`],
|
|
4853
4865
|
RateControlMode: [, __expectString, `rateControlMode`],
|
|
4854
4866
|
RepeatPps: [, __expectString, `repeatPps`],
|
|
4855
4867
|
ScanTypeConversionMode: [, __expectString, `scanTypeConversionMode`],
|
|
@@ -4900,7 +4912,7 @@ const de_H265Settings = (output, context) => {
|
|
|
4900
4912
|
ParDenominator: [, __expectInt32, `parDenominator`],
|
|
4901
4913
|
ParNumerator: [, __expectInt32, `parNumerator`],
|
|
4902
4914
|
QualityTuningLevel: [, __expectString, `qualityTuningLevel`],
|
|
4903
|
-
QvbrSettings: (_) =>
|
|
4915
|
+
QvbrSettings: [, (_) => de_H265QvbrSettings(_, context), `qvbrSettings`],
|
|
4904
4916
|
RateControlMode: [, __expectString, `rateControlMode`],
|
|
4905
4917
|
SampleAdaptiveOffsetFilterMode: [, __expectString, `sampleAdaptiveOffsetFilterMode`],
|
|
4906
4918
|
ScanTypeConversionMode: [, __expectString, `scanTypeConversionMode`],
|
|
@@ -4958,30 +4970,34 @@ const de_HlsEncryptionSettings = (output, context) => {
|
|
|
4958
4970
|
EncryptionMethod: [, __expectString, `encryptionMethod`],
|
|
4959
4971
|
InitializationVectorInManifest: [, __expectString, `initializationVectorInManifest`],
|
|
4960
4972
|
OfflineEncrypted: [, __expectString, `offlineEncrypted`],
|
|
4961
|
-
SpekeKeyProvider: (_) =>
|
|
4962
|
-
StaticKeyProvider: (_) =>
|
|
4973
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
4974
|
+
StaticKeyProvider: [, (_) => de_StaticKeyProvider(_, context), `staticKeyProvider`],
|
|
4963
4975
|
Type: [, __expectString, `type`],
|
|
4964
4976
|
});
|
|
4965
4977
|
};
|
|
4966
4978
|
const de_HlsGroupSettings = (output, context) => {
|
|
4967
4979
|
return take(output, {
|
|
4968
4980
|
AdMarkers: [, _json, `adMarkers`],
|
|
4969
|
-
AdditionalManifests: (_) =>
|
|
4981
|
+
AdditionalManifests: [, (_) => de___listOfHlsAdditionalManifest(_, context), `additionalManifests`],
|
|
4970
4982
|
AudioOnlyHeader: [, __expectString, `audioOnlyHeader`],
|
|
4971
4983
|
BaseUrl: [, __expectString, `baseUrl`],
|
|
4972
|
-
CaptionLanguageMappings:
|
|
4984
|
+
CaptionLanguageMappings: [
|
|
4985
|
+
,
|
|
4986
|
+
(_) => de___listOfHlsCaptionLanguageMapping(_, context),
|
|
4987
|
+
`captionLanguageMappings`,
|
|
4988
|
+
],
|
|
4973
4989
|
CaptionLanguageSetting: [, __expectString, `captionLanguageSetting`],
|
|
4974
4990
|
CaptionSegmentLengthControl: [, __expectString, `captionSegmentLengthControl`],
|
|
4975
4991
|
ClientCache: [, __expectString, `clientCache`],
|
|
4976
4992
|
CodecSpecification: [, __expectString, `codecSpecification`],
|
|
4977
4993
|
Destination: [, __expectString, `destination`],
|
|
4978
|
-
DestinationSettings: (_) =>
|
|
4994
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
4979
4995
|
DirectoryStructure: [, __expectString, `directoryStructure`],
|
|
4980
|
-
Encryption: (_) =>
|
|
4996
|
+
Encryption: [, (_) => de_HlsEncryptionSettings(_, context), `encryption`],
|
|
4981
4997
|
ImageBasedTrickPlay: [, __expectString, `imageBasedTrickPlay`],
|
|
4982
|
-
ImageBasedTrickPlaySettings:
|
|
4998
|
+
ImageBasedTrickPlaySettings: [
|
|
4983
4999
|
,
|
|
4984
|
-
de_HlsImageBasedTrickPlaySettings(_, context),
|
|
5000
|
+
(_) => de_HlsImageBasedTrickPlaySettings(_, context),
|
|
4985
5001
|
`imageBasedTrickPlaySettings`,
|
|
4986
5002
|
],
|
|
4987
5003
|
ManifestCompression: [, __expectString, `manifestCompression`],
|
|
@@ -5045,7 +5061,7 @@ const de_Id3Insertion = (output, context) => {
|
|
|
5045
5061
|
};
|
|
5046
5062
|
const de_ImageInserter = (output, context) => {
|
|
5047
5063
|
return take(output, {
|
|
5048
|
-
InsertableImages: (_) =>
|
|
5064
|
+
InsertableImages: [, (_) => de___listOfInsertableImage(_, context), `insertableImages`],
|
|
5049
5065
|
SdrReferenceWhiteLevel: [, __expectInt32, `sdrReferenceWhiteLevel`],
|
|
5050
5066
|
});
|
|
5051
5067
|
};
|
|
@@ -5058,29 +5074,33 @@ const de_ImscDestinationSettings = (output, context) => {
|
|
|
5058
5074
|
const de_Input = (output, context) => {
|
|
5059
5075
|
return take(output, {
|
|
5060
5076
|
AdvancedInputFilter: [, __expectString, `advancedInputFilter`],
|
|
5061
|
-
AdvancedInputFilterSettings:
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5077
|
+
AdvancedInputFilterSettings: [
|
|
5078
|
+
,
|
|
5079
|
+
(_) => de_AdvancedInputFilterSettings(_, context),
|
|
5080
|
+
`advancedInputFilterSettings`,
|
|
5081
|
+
],
|
|
5082
|
+
AudioSelectorGroups: [, (_) => de___mapOfAudioSelectorGroup(_, context), `audioSelectorGroups`],
|
|
5083
|
+
AudioSelectors: [, (_) => de___mapOfAudioSelector(_, context), `audioSelectors`],
|
|
5084
|
+
CaptionSelectors: [, (_) => de___mapOfCaptionSelector(_, context), `captionSelectors`],
|
|
5085
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5066
5086
|
DeblockFilter: [, __expectString, `deblockFilter`],
|
|
5067
|
-
DecryptionSettings: (_) =>
|
|
5087
|
+
DecryptionSettings: [, (_) => de_InputDecryptionSettings(_, context), `decryptionSettings`],
|
|
5068
5088
|
DenoiseFilter: [, __expectString, `denoiseFilter`],
|
|
5069
5089
|
DolbyVisionMetadataXml: [, __expectString, `dolbyVisionMetadataXml`],
|
|
5070
5090
|
FileInput: [, __expectString, `fileInput`],
|
|
5071
5091
|
FilterEnable: [, __expectString, `filterEnable`],
|
|
5072
5092
|
FilterStrength: [, __expectInt32, `filterStrength`],
|
|
5073
|
-
ImageInserter: (_) =>
|
|
5074
|
-
InputClippings: (_) =>
|
|
5093
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5094
|
+
InputClippings: [, (_) => de___listOfInputClipping(_, context), `inputClippings`],
|
|
5075
5095
|
InputScanType: [, __expectString, `inputScanType`],
|
|
5076
|
-
Position: (_) =>
|
|
5096
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5077
5097
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
5078
5098
|
PsiControl: [, __expectString, `psiControl`],
|
|
5079
5099
|
SupplementalImps: [, _json, `supplementalImps`],
|
|
5080
5100
|
TimecodeSource: [, __expectString, `timecodeSource`],
|
|
5081
5101
|
TimecodeStart: [, __expectString, `timecodeStart`],
|
|
5082
|
-
VideoGenerator: (_) =>
|
|
5083
|
-
VideoSelector: (_) =>
|
|
5102
|
+
VideoGenerator: [, (_) => de_InputVideoGenerator(_, context), `videoGenerator`],
|
|
5103
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
5084
5104
|
});
|
|
5085
5105
|
};
|
|
5086
5106
|
const de_InputClipping = (output, context) => {
|
|
@@ -5100,25 +5120,29 @@ const de_InputDecryptionSettings = (output, context) => {
|
|
|
5100
5120
|
const de_InputTemplate = (output, context) => {
|
|
5101
5121
|
return take(output, {
|
|
5102
5122
|
AdvancedInputFilter: [, __expectString, `advancedInputFilter`],
|
|
5103
|
-
AdvancedInputFilterSettings:
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5123
|
+
AdvancedInputFilterSettings: [
|
|
5124
|
+
,
|
|
5125
|
+
(_) => de_AdvancedInputFilterSettings(_, context),
|
|
5126
|
+
`advancedInputFilterSettings`,
|
|
5127
|
+
],
|
|
5128
|
+
AudioSelectorGroups: [, (_) => de___mapOfAudioSelectorGroup(_, context), `audioSelectorGroups`],
|
|
5129
|
+
AudioSelectors: [, (_) => de___mapOfAudioSelector(_, context), `audioSelectors`],
|
|
5130
|
+
CaptionSelectors: [, (_) => de___mapOfCaptionSelector(_, context), `captionSelectors`],
|
|
5131
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5108
5132
|
DeblockFilter: [, __expectString, `deblockFilter`],
|
|
5109
5133
|
DenoiseFilter: [, __expectString, `denoiseFilter`],
|
|
5110
5134
|
DolbyVisionMetadataXml: [, __expectString, `dolbyVisionMetadataXml`],
|
|
5111
5135
|
FilterEnable: [, __expectString, `filterEnable`],
|
|
5112
5136
|
FilterStrength: [, __expectInt32, `filterStrength`],
|
|
5113
|
-
ImageInserter: (_) =>
|
|
5114
|
-
InputClippings: (_) =>
|
|
5137
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5138
|
+
InputClippings: [, (_) => de___listOfInputClipping(_, context), `inputClippings`],
|
|
5115
5139
|
InputScanType: [, __expectString, `inputScanType`],
|
|
5116
|
-
Position: (_) =>
|
|
5140
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5117
5141
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
5118
5142
|
PsiControl: [, __expectString, `psiControl`],
|
|
5119
5143
|
TimecodeSource: [, __expectString, `timecodeSource`],
|
|
5120
5144
|
TimecodeStart: [, __expectString, `timecodeStart`],
|
|
5121
|
-
VideoSelector: (_) =>
|
|
5145
|
+
VideoSelector: [, (_) => de_VideoSelector(_, context), `videoSelector`],
|
|
5122
5146
|
});
|
|
5123
5147
|
};
|
|
5124
5148
|
const de_InputVideoGenerator = (output, context) => {
|
|
@@ -5143,33 +5167,33 @@ const de_InsertableImage = (output, context) => {
|
|
|
5143
5167
|
};
|
|
5144
5168
|
const de_Job = (output, context) => {
|
|
5145
5169
|
return take(output, {
|
|
5146
|
-
AccelerationSettings: (_) =>
|
|
5170
|
+
AccelerationSettings: [, (_) => de_AccelerationSettings(_, context), `accelerationSettings`],
|
|
5147
5171
|
AccelerationStatus: [, __expectString, `accelerationStatus`],
|
|
5148
5172
|
Arn: [, __expectString, `arn`],
|
|
5149
5173
|
BillingTagsSource: [, __expectString, `billingTagsSource`],
|
|
5150
5174
|
ClientRequestToken: [, __expectString, `clientRequestToken`],
|
|
5151
|
-
CreatedAt: (_) =>
|
|
5175
|
+
CreatedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `createdAt`],
|
|
5152
5176
|
CurrentPhase: [, __expectString, `currentPhase`],
|
|
5153
5177
|
ErrorCode: [, __expectInt32, `errorCode`],
|
|
5154
5178
|
ErrorMessage: [, __expectString, `errorMessage`],
|
|
5155
|
-
HopDestinations: (_) =>
|
|
5179
|
+
HopDestinations: [, (_) => de___listOfHopDestination(_, context), `hopDestinations`],
|
|
5156
5180
|
Id: [, __expectString, `id`],
|
|
5157
5181
|
JobPercentComplete: [, __expectInt32, `jobPercentComplete`],
|
|
5158
5182
|
JobTemplate: [, __expectString, `jobTemplate`],
|
|
5159
|
-
Messages: (_) =>
|
|
5160
|
-
OutputGroupDetails: (_) =>
|
|
5183
|
+
Messages: [, (_) => de_JobMessages(_, context), `messages`],
|
|
5184
|
+
OutputGroupDetails: [, (_) => de___listOfOutputGroupDetail(_, context), `outputGroupDetails`],
|
|
5161
5185
|
Priority: [, __expectInt32, `priority`],
|
|
5162
5186
|
Queue: [, __expectString, `queue`],
|
|
5163
|
-
QueueTransitions: (_) =>
|
|
5187
|
+
QueueTransitions: [, (_) => de___listOfQueueTransition(_, context), `queueTransitions`],
|
|
5164
5188
|
RetryCount: [, __expectInt32, `retryCount`],
|
|
5165
5189
|
Role: [, __expectString, `role`],
|
|
5166
|
-
Settings: (_) =>
|
|
5190
|
+
Settings: [, (_) => de_JobSettings(_, context), `settings`],
|
|
5167
5191
|
SimulateReservedQueue: [, __expectString, `simulateReservedQueue`],
|
|
5168
5192
|
Status: [, __expectString, `status`],
|
|
5169
5193
|
StatusUpdateInterval: [, __expectString, `statusUpdateInterval`],
|
|
5170
|
-
Timing: (_) =>
|
|
5194
|
+
Timing: [, (_) => de_Timing(_, context), `timing`],
|
|
5171
5195
|
UserMetadata: [, _json, `userMetadata`],
|
|
5172
|
-
Warnings: (_) =>
|
|
5196
|
+
Warnings: [, (_) => de___listOfWarningGroup(_, context), `warnings`],
|
|
5173
5197
|
});
|
|
5174
5198
|
};
|
|
5175
5199
|
const de_JobMessages = (output, context) => {
|
|
@@ -5181,32 +5205,36 @@ const de_JobMessages = (output, context) => {
|
|
|
5181
5205
|
const de_JobSettings = (output, context) => {
|
|
5182
5206
|
return take(output, {
|
|
5183
5207
|
AdAvailOffset: [, __expectInt32, `adAvailOffset`],
|
|
5184
|
-
AvailBlanking: (_) =>
|
|
5185
|
-
Esam: (_) =>
|
|
5186
|
-
ExtendedDataServices: (_) =>
|
|
5187
|
-
Inputs: (_) =>
|
|
5188
|
-
KantarWatermark: (_) =>
|
|
5189
|
-
MotionImageInserter: (_) =>
|
|
5190
|
-
NielsenConfiguration: (_) =>
|
|
5191
|
-
NielsenNonLinearWatermark:
|
|
5192
|
-
|
|
5193
|
-
|
|
5194
|
-
|
|
5208
|
+
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
5209
|
+
Esam: [, (_) => de_EsamSettings(_, context), `esam`],
|
|
5210
|
+
ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
|
|
5211
|
+
Inputs: [, (_) => de___listOfInput(_, context), `inputs`],
|
|
5212
|
+
KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
|
|
5213
|
+
MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
|
|
5214
|
+
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
5215
|
+
NielsenNonLinearWatermark: [
|
|
5216
|
+
,
|
|
5217
|
+
(_) => de_NielsenNonLinearWatermarkSettings(_, context),
|
|
5218
|
+
`nielsenNonLinearWatermark`,
|
|
5219
|
+
],
|
|
5220
|
+
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
5221
|
+
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
5222
|
+
TimedMetadataInsertion: [, (_) => de_TimedMetadataInsertion(_, context), `timedMetadataInsertion`],
|
|
5195
5223
|
});
|
|
5196
5224
|
};
|
|
5197
5225
|
const de_JobTemplate = (output, context) => {
|
|
5198
5226
|
return take(output, {
|
|
5199
|
-
AccelerationSettings: (_) =>
|
|
5227
|
+
AccelerationSettings: [, (_) => de_AccelerationSettings(_, context), `accelerationSettings`],
|
|
5200
5228
|
Arn: [, __expectString, `arn`],
|
|
5201
5229
|
Category: [, __expectString, `category`],
|
|
5202
|
-
CreatedAt: (_) =>
|
|
5230
|
+
CreatedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `createdAt`],
|
|
5203
5231
|
Description: [, __expectString, `description`],
|
|
5204
|
-
HopDestinations: (_) =>
|
|
5205
|
-
LastUpdated: (_) =>
|
|
5232
|
+
HopDestinations: [, (_) => de___listOfHopDestination(_, context), `hopDestinations`],
|
|
5233
|
+
LastUpdated: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `lastUpdated`],
|
|
5206
5234
|
Name: [, __expectString, `name`],
|
|
5207
5235
|
Priority: [, __expectInt32, `priority`],
|
|
5208
5236
|
Queue: [, __expectString, `queue`],
|
|
5209
|
-
Settings: (_) =>
|
|
5237
|
+
Settings: [, (_) => de_JobTemplateSettings(_, context), `settings`],
|
|
5210
5238
|
StatusUpdateInterval: [, __expectString, `statusUpdateInterval`],
|
|
5211
5239
|
Type: [, __expectString, `type`],
|
|
5212
5240
|
});
|
|
@@ -5214,17 +5242,21 @@ const de_JobTemplate = (output, context) => {
|
|
|
5214
5242
|
const de_JobTemplateSettings = (output, context) => {
|
|
5215
5243
|
return take(output, {
|
|
5216
5244
|
AdAvailOffset: [, __expectInt32, `adAvailOffset`],
|
|
5217
|
-
AvailBlanking: (_) =>
|
|
5218
|
-
Esam: (_) =>
|
|
5219
|
-
ExtendedDataServices: (_) =>
|
|
5220
|
-
Inputs: (_) =>
|
|
5221
|
-
KantarWatermark: (_) =>
|
|
5222
|
-
MotionImageInserter: (_) =>
|
|
5223
|
-
NielsenConfiguration: (_) =>
|
|
5224
|
-
NielsenNonLinearWatermark:
|
|
5225
|
-
|
|
5226
|
-
|
|
5227
|
-
|
|
5245
|
+
AvailBlanking: [, (_) => de_AvailBlanking(_, context), `availBlanking`],
|
|
5246
|
+
Esam: [, (_) => de_EsamSettings(_, context), `esam`],
|
|
5247
|
+
ExtendedDataServices: [, (_) => de_ExtendedDataServices(_, context), `extendedDataServices`],
|
|
5248
|
+
Inputs: [, (_) => de___listOfInputTemplate(_, context), `inputs`],
|
|
5249
|
+
KantarWatermark: [, (_) => de_KantarWatermarkSettings(_, context), `kantarWatermark`],
|
|
5250
|
+
MotionImageInserter: [, (_) => de_MotionImageInserter(_, context), `motionImageInserter`],
|
|
5251
|
+
NielsenConfiguration: [, (_) => de_NielsenConfiguration(_, context), `nielsenConfiguration`],
|
|
5252
|
+
NielsenNonLinearWatermark: [
|
|
5253
|
+
,
|
|
5254
|
+
(_) => de_NielsenNonLinearWatermarkSettings(_, context),
|
|
5255
|
+
`nielsenNonLinearWatermark`,
|
|
5256
|
+
],
|
|
5257
|
+
OutputGroups: [, (_) => de___listOfOutputGroup(_, context), `outputGroups`],
|
|
5258
|
+
TimecodeConfig: [, (_) => de_TimecodeConfig(_, context), `timecodeConfig`],
|
|
5259
|
+
TimedMetadataInsertion: [, (_) => de_TimedMetadataInsertion(_, context), `timedMetadataInsertion`],
|
|
5228
5260
|
});
|
|
5229
5261
|
};
|
|
5230
5262
|
const de_KantarWatermarkSettings = (output, context) => {
|
|
@@ -5258,10 +5290,10 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5258
5290
|
Bitrate: [, __expectInt32, `bitrate`],
|
|
5259
5291
|
BufferModel: [, __expectString, `bufferModel`],
|
|
5260
5292
|
DataPTSControl: [, __expectString, `dataPTSControl`],
|
|
5261
|
-
DvbNitSettings: (_) =>
|
|
5262
|
-
DvbSdtSettings: (_) =>
|
|
5293
|
+
DvbNitSettings: [, (_) => de_DvbNitSettings(_, context), `dvbNitSettings`],
|
|
5294
|
+
DvbSdtSettings: [, (_) => de_DvbSdtSettings(_, context), `dvbSdtSettings`],
|
|
5263
5295
|
DvbSubPids: [, _json, `dvbSubPids`],
|
|
5264
|
-
DvbTdtSettings: (_) =>
|
|
5296
|
+
DvbTdtSettings: [, (_) => de_DvbTdtSettings(_, context), `dvbTdtSettings`],
|
|
5265
5297
|
DvbTeletextPid: [, __expectInt32, `dvbTeletextPid`],
|
|
5266
5298
|
EbpAudioInterval: [, __expectString, `ebpAudioInterval`],
|
|
5267
5299
|
EbpPlacement: [, __expectString, `ebpPlacement`],
|
|
@@ -5281,7 +5313,7 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5281
5313
|
PrivateMetadataPid: [, __expectInt32, `privateMetadataPid`],
|
|
5282
5314
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
5283
5315
|
RateMode: [, __expectString, `rateMode`],
|
|
5284
|
-
Scte35Esam: (_) =>
|
|
5316
|
+
Scte35Esam: [, (_) => de_M2tsScte35Esam(_, context), `scte35Esam`],
|
|
5285
5317
|
Scte35Pid: [, __expectInt32, `scte35Pid`],
|
|
5286
5318
|
Scte35Source: [, __expectString, `scte35Source`],
|
|
5287
5319
|
SegmentationMarkers: [, __expectString, `segmentationMarkers`],
|
|
@@ -5329,10 +5361,10 @@ const de_MinTopRenditionSize = (output, context) => {
|
|
|
5329
5361
|
};
|
|
5330
5362
|
const de_MotionImageInserter = (output, context) => {
|
|
5331
5363
|
return take(output, {
|
|
5332
|
-
Framerate: (_) =>
|
|
5364
|
+
Framerate: [, (_) => de_MotionImageInsertionFramerate(_, context), `framerate`],
|
|
5333
5365
|
Input: [, __expectString, `input`],
|
|
5334
5366
|
InsertionMode: [, __expectString, `insertionMode`],
|
|
5335
|
-
Offset: (_) =>
|
|
5367
|
+
Offset: [, (_) => de_MotionImageInsertionOffset(_, context), `offset`],
|
|
5336
5368
|
Playback: [, __expectString, `playback`],
|
|
5337
5369
|
StartTime: [, __expectString, `startTime`],
|
|
5338
5370
|
});
|
|
@@ -5444,16 +5476,16 @@ const de_MsSmoothAdditionalManifest = (output, context) => {
|
|
|
5444
5476
|
};
|
|
5445
5477
|
const de_MsSmoothEncryptionSettings = (output, context) => {
|
|
5446
5478
|
return take(output, {
|
|
5447
|
-
SpekeKeyProvider: (_) =>
|
|
5479
|
+
SpekeKeyProvider: [, (_) => de_SpekeKeyProvider(_, context), `spekeKeyProvider`],
|
|
5448
5480
|
});
|
|
5449
5481
|
};
|
|
5450
5482
|
const de_MsSmoothGroupSettings = (output, context) => {
|
|
5451
5483
|
return take(output, {
|
|
5452
|
-
AdditionalManifests: (_) =>
|
|
5484
|
+
AdditionalManifests: [, (_) => de___listOfMsSmoothAdditionalManifest(_, context), `additionalManifests`],
|
|
5453
5485
|
AudioDeduplication: [, __expectString, `audioDeduplication`],
|
|
5454
5486
|
Destination: [, __expectString, `destination`],
|
|
5455
|
-
DestinationSettings: (_) =>
|
|
5456
|
-
Encryption: (_) =>
|
|
5487
|
+
DestinationSettings: [, (_) => de_DestinationSettings(_, context), `destinationSettings`],
|
|
5488
|
+
Encryption: [, (_) => de_MsSmoothEncryptionSettings(_, context), `encryption`],
|
|
5457
5489
|
FragmentLength: [, __expectInt32, `fragmentLength`],
|
|
5458
5490
|
FragmentLengthControl: [, __expectString, `fragmentLengthControl`],
|
|
5459
5491
|
ManifestEncoding: [, __expectString, `manifestEncoding`],
|
|
@@ -5463,7 +5495,7 @@ const de_MxfSettings = (output, context) => {
|
|
|
5463
5495
|
return take(output, {
|
|
5464
5496
|
AfdSignaling: [, __expectString, `afdSignaling`],
|
|
5465
5497
|
Profile: [, __expectString, `profile`],
|
|
5466
|
-
XavcProfileSettings: (_) =>
|
|
5498
|
+
XavcProfileSettings: [, (_) => de_MxfXavcProfileSettings(_, context), `xavcProfileSettings`],
|
|
5467
5499
|
});
|
|
5468
5500
|
};
|
|
5469
5501
|
const de_MxfXavcProfileSettings = (output, context) => {
|
|
@@ -5504,9 +5536,9 @@ const de_NielsenNonLinearWatermarkSettings = (output, context) => {
|
|
|
5504
5536
|
const de_NoiseReducer = (output, context) => {
|
|
5505
5537
|
return take(output, {
|
|
5506
5538
|
Filter: [, __expectString, `filter`],
|
|
5507
|
-
FilterSettings: (_) =>
|
|
5508
|
-
SpatialFilterSettings: (_) =>
|
|
5509
|
-
TemporalFilterSettings: (_) =>
|
|
5539
|
+
FilterSettings: [, (_) => de_NoiseReducerFilterSettings(_, context), `filterSettings`],
|
|
5540
|
+
SpatialFilterSettings: [, (_) => de_NoiseReducerSpatialFilterSettings(_, context), `spatialFilterSettings`],
|
|
5541
|
+
TemporalFilterSettings: [, (_) => de_NoiseReducerTemporalFilterSettings(_, context), `temporalFilterSettings`],
|
|
5510
5542
|
});
|
|
5511
5543
|
};
|
|
5512
5544
|
const de_NoiseReducerFilterSettings = (output, context) => {
|
|
@@ -5539,60 +5571,60 @@ const de_OpusSettings = (output, context) => {
|
|
|
5539
5571
|
};
|
|
5540
5572
|
const de_Output = (output, context) => {
|
|
5541
5573
|
return take(output, {
|
|
5542
|
-
AudioDescriptions: (_) =>
|
|
5543
|
-
CaptionDescriptions: (_) =>
|
|
5544
|
-
ContainerSettings: (_) =>
|
|
5574
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
5575
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescription(_, context), `captionDescriptions`],
|
|
5576
|
+
ContainerSettings: [, (_) => de_ContainerSettings(_, context), `containerSettings`],
|
|
5545
5577
|
Extension: [, __expectString, `extension`],
|
|
5546
5578
|
NameModifier: [, __expectString, `nameModifier`],
|
|
5547
|
-
OutputSettings: (_) =>
|
|
5579
|
+
OutputSettings: [, (_) => de_OutputSettings(_, context), `outputSettings`],
|
|
5548
5580
|
Preset: [, __expectString, `preset`],
|
|
5549
|
-
VideoDescription: (_) =>
|
|
5581
|
+
VideoDescription: [, (_) => de_VideoDescription(_, context), `videoDescription`],
|
|
5550
5582
|
});
|
|
5551
5583
|
};
|
|
5552
5584
|
const de_OutputChannelMapping = (output, context) => {
|
|
5553
5585
|
return take(output, {
|
|
5554
5586
|
InputChannels: [, _json, `inputChannels`],
|
|
5555
|
-
InputChannelsFineTune: (_) =>
|
|
5587
|
+
InputChannelsFineTune: [, (_) => de___listOf__doubleMinNegative60Max6(_, context), `inputChannelsFineTune`],
|
|
5556
5588
|
});
|
|
5557
5589
|
};
|
|
5558
5590
|
const de_OutputDetail = (output, context) => {
|
|
5559
5591
|
return take(output, {
|
|
5560
5592
|
DurationInMs: [, __expectInt32, `durationInMs`],
|
|
5561
|
-
VideoDetails: (_) =>
|
|
5593
|
+
VideoDetails: [, (_) => de_VideoDetail(_, context), `videoDetails`],
|
|
5562
5594
|
});
|
|
5563
5595
|
};
|
|
5564
5596
|
const de_OutputGroup = (output, context) => {
|
|
5565
5597
|
return take(output, {
|
|
5566
|
-
AutomatedEncodingSettings: (_) =>
|
|
5598
|
+
AutomatedEncodingSettings: [, (_) => de_AutomatedEncodingSettings(_, context), `automatedEncodingSettings`],
|
|
5567
5599
|
CustomName: [, __expectString, `customName`],
|
|
5568
5600
|
Name: [, __expectString, `name`],
|
|
5569
|
-
OutputGroupSettings: (_) =>
|
|
5570
|
-
Outputs: (_) =>
|
|
5601
|
+
OutputGroupSettings: [, (_) => de_OutputGroupSettings(_, context), `outputGroupSettings`],
|
|
5602
|
+
Outputs: [, (_) => de___listOfOutput(_, context), `outputs`],
|
|
5571
5603
|
});
|
|
5572
5604
|
};
|
|
5573
5605
|
const de_OutputGroupDetail = (output, context) => {
|
|
5574
5606
|
return take(output, {
|
|
5575
|
-
OutputDetails: (_) =>
|
|
5607
|
+
OutputDetails: [, (_) => de___listOfOutputDetail(_, context), `outputDetails`],
|
|
5576
5608
|
});
|
|
5577
5609
|
};
|
|
5578
5610
|
const de_OutputGroupSettings = (output, context) => {
|
|
5579
5611
|
return take(output, {
|
|
5580
|
-
CmafGroupSettings: (_) =>
|
|
5581
|
-
DashIsoGroupSettings: (_) =>
|
|
5582
|
-
FileGroupSettings: (_) =>
|
|
5583
|
-
HlsGroupSettings: (_) =>
|
|
5584
|
-
MsSmoothGroupSettings: (_) =>
|
|
5612
|
+
CmafGroupSettings: [, (_) => de_CmafGroupSettings(_, context), `cmafGroupSettings`],
|
|
5613
|
+
DashIsoGroupSettings: [, (_) => de_DashIsoGroupSettings(_, context), `dashIsoGroupSettings`],
|
|
5614
|
+
FileGroupSettings: [, (_) => de_FileGroupSettings(_, context), `fileGroupSettings`],
|
|
5615
|
+
HlsGroupSettings: [, (_) => de_HlsGroupSettings(_, context), `hlsGroupSettings`],
|
|
5616
|
+
MsSmoothGroupSettings: [, (_) => de_MsSmoothGroupSettings(_, context), `msSmoothGroupSettings`],
|
|
5585
5617
|
Type: [, __expectString, `type`],
|
|
5586
5618
|
});
|
|
5587
5619
|
};
|
|
5588
5620
|
const de_OutputSettings = (output, context) => {
|
|
5589
5621
|
return take(output, {
|
|
5590
|
-
HlsSettings: (_) =>
|
|
5622
|
+
HlsSettings: [, (_) => de_HlsSettings(_, context), `hlsSettings`],
|
|
5591
5623
|
});
|
|
5592
5624
|
};
|
|
5593
5625
|
const de_PartnerWatermarking = (output, context) => {
|
|
5594
5626
|
return take(output, {
|
|
5595
|
-
NexguardFileMarkerSettings: (_) =>
|
|
5627
|
+
NexguardFileMarkerSettings: [, (_) => de_NexGuardFileMarkerSettings(_, context), `nexguardFileMarkerSettings`],
|
|
5596
5628
|
});
|
|
5597
5629
|
};
|
|
5598
5630
|
const de_Policy = (output, context) => {
|
|
@@ -5606,20 +5638,20 @@ const de_Preset = (output, context) => {
|
|
|
5606
5638
|
return take(output, {
|
|
5607
5639
|
Arn: [, __expectString, `arn`],
|
|
5608
5640
|
Category: [, __expectString, `category`],
|
|
5609
|
-
CreatedAt: (_) =>
|
|
5641
|
+
CreatedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `createdAt`],
|
|
5610
5642
|
Description: [, __expectString, `description`],
|
|
5611
|
-
LastUpdated: (_) =>
|
|
5643
|
+
LastUpdated: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `lastUpdated`],
|
|
5612
5644
|
Name: [, __expectString, `name`],
|
|
5613
|
-
Settings: (_) =>
|
|
5645
|
+
Settings: [, (_) => de_PresetSettings(_, context), `settings`],
|
|
5614
5646
|
Type: [, __expectString, `type`],
|
|
5615
5647
|
});
|
|
5616
5648
|
};
|
|
5617
5649
|
const de_PresetSettings = (output, context) => {
|
|
5618
5650
|
return take(output, {
|
|
5619
|
-
AudioDescriptions: (_) =>
|
|
5620
|
-
CaptionDescriptions: (_) =>
|
|
5621
|
-
ContainerSettings: (_) =>
|
|
5622
|
-
VideoDescription: (_) =>
|
|
5651
|
+
AudioDescriptions: [, (_) => de___listOfAudioDescription(_, context), `audioDescriptions`],
|
|
5652
|
+
CaptionDescriptions: [, (_) => de___listOfCaptionDescriptionPreset(_, context), `captionDescriptions`],
|
|
5653
|
+
ContainerSettings: [, (_) => de_ContainerSettings(_, context), `containerSettings`],
|
|
5654
|
+
VideoDescription: [, (_) => de_VideoDescription(_, context), `videoDescription`],
|
|
5623
5655
|
});
|
|
5624
5656
|
};
|
|
5625
5657
|
const de_ProresSettings = (output, context) => {
|
|
@@ -5642,13 +5674,13 @@ const de_ProresSettings = (output, context) => {
|
|
|
5642
5674
|
const de_Queue = (output, context) => {
|
|
5643
5675
|
return take(output, {
|
|
5644
5676
|
Arn: [, __expectString, `arn`],
|
|
5645
|
-
CreatedAt: (_) =>
|
|
5677
|
+
CreatedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `createdAt`],
|
|
5646
5678
|
Description: [, __expectString, `description`],
|
|
5647
|
-
LastUpdated: (_) =>
|
|
5679
|
+
LastUpdated: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `lastUpdated`],
|
|
5648
5680
|
Name: [, __expectString, `name`],
|
|
5649
5681
|
PricingPlan: [, __expectString, `pricingPlan`],
|
|
5650
5682
|
ProgressingJobsCount: [, __expectInt32, `progressingJobsCount`],
|
|
5651
|
-
ReservationPlan: (_) =>
|
|
5683
|
+
ReservationPlan: [, (_) => de_ReservationPlan(_, context), `reservationPlan`],
|
|
5652
5684
|
Status: [, __expectString, `status`],
|
|
5653
5685
|
SubmittedJobsCount: [, __expectInt32, `submittedJobsCount`],
|
|
5654
5686
|
Type: [, __expectString, `type`],
|
|
@@ -5658,7 +5690,7 @@ const de_QueueTransition = (output, context) => {
|
|
|
5658
5690
|
return take(output, {
|
|
5659
5691
|
DestinationQueue: [, __expectString, `destinationQueue`],
|
|
5660
5692
|
SourceQueue: [, __expectString, `sourceQueue`],
|
|
5661
|
-
Timestamp: (_) =>
|
|
5693
|
+
Timestamp: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `timestamp`],
|
|
5662
5694
|
});
|
|
5663
5695
|
};
|
|
5664
5696
|
const de_Rectangle = (output, context) => {
|
|
@@ -5671,7 +5703,7 @@ const de_Rectangle = (output, context) => {
|
|
|
5671
5703
|
};
|
|
5672
5704
|
const de_RemixSettings = (output, context) => {
|
|
5673
5705
|
return take(output, {
|
|
5674
|
-
ChannelMapping: (_) =>
|
|
5706
|
+
ChannelMapping: [, (_) => de_ChannelMapping(_, context), `channelMapping`],
|
|
5675
5707
|
ChannelsIn: [, __expectInt32, `channelsIn`],
|
|
5676
5708
|
ChannelsOut: [, __expectInt32, `channelsOut`],
|
|
5677
5709
|
});
|
|
@@ -5679,8 +5711,8 @@ const de_RemixSettings = (output, context) => {
|
|
|
5679
5711
|
const de_ReservationPlan = (output, context) => {
|
|
5680
5712
|
return take(output, {
|
|
5681
5713
|
Commitment: [, __expectString, `commitment`],
|
|
5682
|
-
ExpiresAt: (_) =>
|
|
5683
|
-
PurchasedAt: (_) =>
|
|
5714
|
+
ExpiresAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `expiresAt`],
|
|
5715
|
+
PurchasedAt: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `purchasedAt`],
|
|
5684
5716
|
RenewalType: [, __expectString, `renewalType`],
|
|
5685
5717
|
ReservedSlots: [, __expectInt32, `reservedSlots`],
|
|
5686
5718
|
Status: [, __expectString, `status`],
|
|
@@ -5699,8 +5731,8 @@ const de_S3DestinationAccessControl = (output, context) => {
|
|
|
5699
5731
|
};
|
|
5700
5732
|
const de_S3DestinationSettings = (output, context) => {
|
|
5701
5733
|
return take(output, {
|
|
5702
|
-
AccessControl: (_) =>
|
|
5703
|
-
Encryption: (_) =>
|
|
5734
|
+
AccessControl: [, (_) => de_S3DestinationAccessControl(_, context), `accessControl`],
|
|
5735
|
+
Encryption: [, (_) => de_S3EncryptionSettings(_, context), `encryption`],
|
|
5704
5736
|
});
|
|
5705
5737
|
};
|
|
5706
5738
|
const de_S3EncryptionSettings = (output, context) => {
|
|
@@ -5773,14 +5805,14 @@ const de_TimecodeConfig = (output, context) => {
|
|
|
5773
5805
|
};
|
|
5774
5806
|
const de_TimedMetadataInsertion = (output, context) => {
|
|
5775
5807
|
return take(output, {
|
|
5776
|
-
Id3Insertions: (_) =>
|
|
5808
|
+
Id3Insertions: [, (_) => de___listOfId3Insertion(_, context), `id3Insertions`],
|
|
5777
5809
|
});
|
|
5778
5810
|
};
|
|
5779
5811
|
const de_Timing = (output, context) => {
|
|
5780
5812
|
return take(output, {
|
|
5781
|
-
FinishTime: (_) =>
|
|
5782
|
-
StartTime: (_) =>
|
|
5783
|
-
SubmitTime: (_) =>
|
|
5813
|
+
FinishTime: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `finishTime`],
|
|
5814
|
+
StartTime: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `startTime`],
|
|
5815
|
+
SubmitTime: [, (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), `submitTime`],
|
|
5784
5816
|
});
|
|
5785
5817
|
};
|
|
5786
5818
|
const de_TrackSourceSettings = (output, context) => {
|
|
@@ -5808,36 +5840,36 @@ const de_Vc3Settings = (output, context) => {
|
|
|
5808
5840
|
};
|
|
5809
5841
|
const de_VideoCodecSettings = (output, context) => {
|
|
5810
5842
|
return take(output, {
|
|
5811
|
-
Av1Settings: (_) =>
|
|
5812
|
-
AvcIntraSettings: (_) =>
|
|
5843
|
+
Av1Settings: [, (_) => de_Av1Settings(_, context), `av1Settings`],
|
|
5844
|
+
AvcIntraSettings: [, (_) => de_AvcIntraSettings(_, context), `avcIntraSettings`],
|
|
5813
5845
|
Codec: [, __expectString, `codec`],
|
|
5814
|
-
FrameCaptureSettings: (_) =>
|
|
5815
|
-
H264Settings: (_) =>
|
|
5816
|
-
H265Settings: (_) =>
|
|
5817
|
-
Mpeg2Settings: (_) =>
|
|
5818
|
-
ProresSettings: (_) =>
|
|
5819
|
-
Vc3Settings: (_) =>
|
|
5820
|
-
Vp8Settings: (_) =>
|
|
5821
|
-
Vp9Settings: (_) =>
|
|
5822
|
-
XavcSettings: (_) =>
|
|
5846
|
+
FrameCaptureSettings: [, (_) => de_FrameCaptureSettings(_, context), `frameCaptureSettings`],
|
|
5847
|
+
H264Settings: [, (_) => de_H264Settings(_, context), `h264Settings`],
|
|
5848
|
+
H265Settings: [, (_) => de_H265Settings(_, context), `h265Settings`],
|
|
5849
|
+
Mpeg2Settings: [, (_) => de_Mpeg2Settings(_, context), `mpeg2Settings`],
|
|
5850
|
+
ProresSettings: [, (_) => de_ProresSettings(_, context), `proresSettings`],
|
|
5851
|
+
Vc3Settings: [, (_) => de_Vc3Settings(_, context), `vc3Settings`],
|
|
5852
|
+
Vp8Settings: [, (_) => de_Vp8Settings(_, context), `vp8Settings`],
|
|
5853
|
+
Vp9Settings: [, (_) => de_Vp9Settings(_, context), `vp9Settings`],
|
|
5854
|
+
XavcSettings: [, (_) => de_XavcSettings(_, context), `xavcSettings`],
|
|
5823
5855
|
});
|
|
5824
5856
|
};
|
|
5825
5857
|
const de_VideoDescription = (output, context) => {
|
|
5826
5858
|
return take(output, {
|
|
5827
5859
|
AfdSignaling: [, __expectString, `afdSignaling`],
|
|
5828
5860
|
AntiAlias: [, __expectString, `antiAlias`],
|
|
5829
|
-
CodecSettings: (_) =>
|
|
5861
|
+
CodecSettings: [, (_) => de_VideoCodecSettings(_, context), `codecSettings`],
|
|
5830
5862
|
ColorMetadata: [, __expectString, `colorMetadata`],
|
|
5831
|
-
Crop: (_) =>
|
|
5863
|
+
Crop: [, (_) => de_Rectangle(_, context), `crop`],
|
|
5832
5864
|
DropFrameTimecode: [, __expectString, `dropFrameTimecode`],
|
|
5833
5865
|
FixedAfd: [, __expectInt32, `fixedAfd`],
|
|
5834
5866
|
Height: [, __expectInt32, `height`],
|
|
5835
|
-
Position: (_) =>
|
|
5867
|
+
Position: [, (_) => de_Rectangle(_, context), `position`],
|
|
5836
5868
|
RespondToAfd: [, __expectString, `respondToAfd`],
|
|
5837
5869
|
ScalingBehavior: [, __expectString, `scalingBehavior`],
|
|
5838
5870
|
Sharpness: [, __expectInt32, `sharpness`],
|
|
5839
5871
|
TimecodeInsertion: [, __expectString, `timecodeInsertion`],
|
|
5840
|
-
VideoPreprocessors: (_) =>
|
|
5872
|
+
VideoPreprocessors: [, (_) => de_VideoPreprocessor(_, context), `videoPreprocessors`],
|
|
5841
5873
|
Width: [, __expectInt32, `width`],
|
|
5842
5874
|
});
|
|
5843
5875
|
};
|
|
@@ -5849,14 +5881,14 @@ const de_VideoDetail = (output, context) => {
|
|
|
5849
5881
|
};
|
|
5850
5882
|
const de_VideoPreprocessor = (output, context) => {
|
|
5851
5883
|
return take(output, {
|
|
5852
|
-
ColorCorrector: (_) =>
|
|
5853
|
-
Deinterlacer: (_) =>
|
|
5854
|
-
DolbyVision: (_) =>
|
|
5855
|
-
Hdr10Plus: (_) =>
|
|
5856
|
-
ImageInserter: (_) =>
|
|
5857
|
-
NoiseReducer: (_) =>
|
|
5858
|
-
PartnerWatermarking: (_) =>
|
|
5859
|
-
TimecodeBurnin: (_) =>
|
|
5884
|
+
ColorCorrector: [, (_) => de_ColorCorrector(_, context), `colorCorrector`],
|
|
5885
|
+
Deinterlacer: [, (_) => de_Deinterlacer(_, context), `deinterlacer`],
|
|
5886
|
+
DolbyVision: [, (_) => de_DolbyVision(_, context), `dolbyVision`],
|
|
5887
|
+
Hdr10Plus: [, (_) => de_Hdr10Plus(_, context), `hdr10Plus`],
|
|
5888
|
+
ImageInserter: [, (_) => de_ImageInserter(_, context), `imageInserter`],
|
|
5889
|
+
NoiseReducer: [, (_) => de_NoiseReducer(_, context), `noiseReducer`],
|
|
5890
|
+
PartnerWatermarking: [, (_) => de_PartnerWatermarking(_, context), `partnerWatermarking`],
|
|
5891
|
+
TimecodeBurnin: [, (_) => de_TimecodeBurnin(_, context), `timecodeBurnin`],
|
|
5860
5892
|
});
|
|
5861
5893
|
};
|
|
5862
5894
|
const de_VideoSelector = (output, context) => {
|
|
@@ -5865,7 +5897,7 @@ const de_VideoSelector = (output, context) => {
|
|
|
5865
5897
|
ColorSpace: [, __expectString, `colorSpace`],
|
|
5866
5898
|
ColorSpaceUsage: [, __expectString, `colorSpaceUsage`],
|
|
5867
5899
|
EmbeddedTimecodeOverride: [, __expectString, `embeddedTimecodeOverride`],
|
|
5868
|
-
Hdr10Metadata: (_) =>
|
|
5900
|
+
Hdr10Metadata: [, (_) => de_Hdr10Metadata(_, context), `hdr10Metadata`],
|
|
5869
5901
|
PadVideo: [, __expectString, `padVideo`],
|
|
5870
5902
|
Pid: [, __expectInt32, `pid`],
|
|
5871
5903
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
@@ -5994,23 +6026,23 @@ const de_XavcSettings = (output, context) => {
|
|
|
5994
6026
|
Softness: [, __expectInt32, `softness`],
|
|
5995
6027
|
SpatialAdaptiveQuantization: [, __expectString, `spatialAdaptiveQuantization`],
|
|
5996
6028
|
TemporalAdaptiveQuantization: [, __expectString, `temporalAdaptiveQuantization`],
|
|
5997
|
-
Xavc4kIntraCbgProfileSettings:
|
|
6029
|
+
Xavc4kIntraCbgProfileSettings: [
|
|
5998
6030
|
,
|
|
5999
|
-
de_Xavc4kIntraCbgProfileSettings(_, context),
|
|
6031
|
+
(_) => de_Xavc4kIntraCbgProfileSettings(_, context),
|
|
6000
6032
|
`xavc4kIntraCbgProfileSettings`,
|
|
6001
6033
|
],
|
|
6002
|
-
Xavc4kIntraVbrProfileSettings:
|
|
6034
|
+
Xavc4kIntraVbrProfileSettings: [
|
|
6003
6035
|
,
|
|
6004
|
-
de_Xavc4kIntraVbrProfileSettings(_, context),
|
|
6036
|
+
(_) => de_Xavc4kIntraVbrProfileSettings(_, context),
|
|
6005
6037
|
`xavc4kIntraVbrProfileSettings`,
|
|
6006
6038
|
],
|
|
6007
|
-
Xavc4kProfileSettings: (_) =>
|
|
6008
|
-
XavcHdIntraCbgProfileSettings:
|
|
6039
|
+
Xavc4kProfileSettings: [, (_) => de_Xavc4kProfileSettings(_, context), `xavc4kProfileSettings`],
|
|
6040
|
+
XavcHdIntraCbgProfileSettings: [
|
|
6009
6041
|
,
|
|
6010
|
-
de_XavcHdIntraCbgProfileSettings(_, context),
|
|
6042
|
+
(_) => de_XavcHdIntraCbgProfileSettings(_, context),
|
|
6011
6043
|
`xavcHdIntraCbgProfileSettings`,
|
|
6012
6044
|
],
|
|
6013
|
-
XavcHdProfileSettings: (_) =>
|
|
6045
|
+
XavcHdProfileSettings: [, (_) => de_XavcHdProfileSettings(_, context), `xavcHdProfileSettings`],
|
|
6014
6046
|
});
|
|
6015
6047
|
};
|
|
6016
6048
|
const deserializeMetadata = (output) => ({
|