@aws-sdk/client-mediaconvert 3.170.0 → 3.171.0
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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MediaConvert.d.ts +0 -28
- package/dist-types/ts3.4/MediaConvertClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MediaConvertServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -686
- package/dist-types/ts3.4/models/models_1.d.ts +0 -669
- package/dist-types/ts3.4/models/models_2.d.ts +0 -55
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -2,12 +2,9 @@ export declare enum RequiredFlag {
|
|
|
2
2
|
DISABLED = "DISABLED",
|
|
3
3
|
ENABLED = "ENABLED",
|
|
4
4
|
}
|
|
5
|
-
|
|
6
5
|
export interface AllowedRenditionSize {
|
|
7
6
|
Height?: number;
|
|
8
|
-
|
|
9
7
|
Required?: RequiredFlag | string;
|
|
10
|
-
|
|
11
8
|
Width?: number;
|
|
12
9
|
}
|
|
13
10
|
export declare enum AudioChannelTag {
|
|
@@ -27,7 +24,6 @@ export declare enum AudioChannelTag {
|
|
|
27
24
|
VHL = "VHL",
|
|
28
25
|
VHR = "VHR",
|
|
29
26
|
}
|
|
30
|
-
|
|
31
27
|
export interface AudioChannelTaggingSettings {
|
|
32
28
|
ChannelTag?: AudioChannelTag | string;
|
|
33
29
|
}
|
|
@@ -49,18 +45,12 @@ export declare enum AudioNormalizationPeakCalculation {
|
|
|
49
45
|
NONE = "NONE",
|
|
50
46
|
TRUE_PEAK = "TRUE_PEAK",
|
|
51
47
|
}
|
|
52
|
-
|
|
53
48
|
export interface AudioNormalizationSettings {
|
|
54
49
|
Algorithm?: AudioNormalizationAlgorithm | string;
|
|
55
|
-
|
|
56
50
|
AlgorithmControl?: AudioNormalizationAlgorithmControl | string;
|
|
57
|
-
|
|
58
51
|
CorrectionGateLevel?: number;
|
|
59
|
-
|
|
60
52
|
LoudnessLogging?: AudioNormalizationLoudnessLogging | string;
|
|
61
|
-
|
|
62
53
|
PeakCalculation?: AudioNormalizationPeakCalculation | string;
|
|
63
|
-
|
|
64
54
|
TargetLkfs?: number;
|
|
65
55
|
}
|
|
66
56
|
export declare enum AudioTypeControl {
|
|
@@ -101,24 +91,15 @@ export declare enum AacVbrQuality {
|
|
|
101
91
|
MEDIUM_HIGH = "MEDIUM_HIGH",
|
|
102
92
|
MEDIUM_LOW = "MEDIUM_LOW",
|
|
103
93
|
}
|
|
104
|
-
|
|
105
94
|
export interface AacSettings {
|
|
106
95
|
AudioDescriptionBroadcasterMix?: AacAudioDescriptionBroadcasterMix | string;
|
|
107
|
-
|
|
108
96
|
Bitrate?: number;
|
|
109
|
-
|
|
110
97
|
CodecProfile?: AacCodecProfile | string;
|
|
111
|
-
|
|
112
98
|
CodingMode?: AacCodingMode | string;
|
|
113
|
-
|
|
114
99
|
RateControlMode?: AacRateControlMode | string;
|
|
115
|
-
|
|
116
100
|
RawFormat?: AacRawFormat | string;
|
|
117
|
-
|
|
118
101
|
SampleRate?: number;
|
|
119
|
-
|
|
120
102
|
Specification?: AacSpecification | string;
|
|
121
|
-
|
|
122
103
|
VbrQuality?: AacVbrQuality | string;
|
|
123
104
|
}
|
|
124
105
|
export declare enum Ac3BitstreamMode {
|
|
@@ -165,34 +146,21 @@ export declare enum Ac3MetadataControl {
|
|
|
165
146
|
FOLLOW_INPUT = "FOLLOW_INPUT",
|
|
166
147
|
USE_CONFIGURED = "USE_CONFIGURED",
|
|
167
148
|
}
|
|
168
|
-
|
|
169
149
|
export interface Ac3Settings {
|
|
170
150
|
Bitrate?: number;
|
|
171
|
-
|
|
172
151
|
BitstreamMode?: Ac3BitstreamMode | string;
|
|
173
|
-
|
|
174
152
|
CodingMode?: Ac3CodingMode | string;
|
|
175
|
-
|
|
176
153
|
Dialnorm?: number;
|
|
177
|
-
|
|
178
154
|
DynamicRangeCompressionLine?: Ac3DynamicRangeCompressionLine | string;
|
|
179
|
-
|
|
180
155
|
DynamicRangeCompressionProfile?: Ac3DynamicRangeCompressionProfile | string;
|
|
181
|
-
|
|
182
156
|
DynamicRangeCompressionRf?: Ac3DynamicRangeCompressionRf | string;
|
|
183
|
-
|
|
184
157
|
LfeFilter?: Ac3LfeFilter | string;
|
|
185
|
-
|
|
186
158
|
MetadataControl?: Ac3MetadataControl | string;
|
|
187
|
-
|
|
188
159
|
SampleRate?: number;
|
|
189
160
|
}
|
|
190
|
-
|
|
191
161
|
export interface AiffSettings {
|
|
192
162
|
BitDepth?: number;
|
|
193
|
-
|
|
194
163
|
Channels?: number;
|
|
195
|
-
|
|
196
164
|
SampleRate?: number;
|
|
197
165
|
}
|
|
198
166
|
export declare enum AudioCodec {
|
|
@@ -263,40 +231,23 @@ export declare enum Eac3AtmosSurroundExMode {
|
|
|
263
231
|
ENABLED = "ENABLED",
|
|
264
232
|
NOT_INDICATED = "NOT_INDICATED",
|
|
265
233
|
}
|
|
266
|
-
|
|
267
234
|
export interface Eac3AtmosSettings {
|
|
268
235
|
Bitrate?: number;
|
|
269
|
-
|
|
270
236
|
BitstreamMode?: Eac3AtmosBitstreamMode | string;
|
|
271
|
-
|
|
272
237
|
CodingMode?: Eac3AtmosCodingMode | string;
|
|
273
|
-
|
|
274
238
|
DialogueIntelligence?: Eac3AtmosDialogueIntelligence | string;
|
|
275
|
-
|
|
276
239
|
DownmixControl?: Eac3AtmosDownmixControl | string;
|
|
277
|
-
|
|
278
240
|
DynamicRangeCompressionLine?: Eac3AtmosDynamicRangeCompressionLine | string;
|
|
279
|
-
|
|
280
241
|
DynamicRangeCompressionRf?: Eac3AtmosDynamicRangeCompressionRf | string;
|
|
281
|
-
|
|
282
242
|
DynamicRangeControl?: Eac3AtmosDynamicRangeControl | string;
|
|
283
|
-
|
|
284
243
|
LoRoCenterMixLevel?: number;
|
|
285
|
-
|
|
286
244
|
LoRoSurroundMixLevel?: number;
|
|
287
|
-
|
|
288
245
|
LtRtCenterMixLevel?: number;
|
|
289
|
-
|
|
290
246
|
LtRtSurroundMixLevel?: number;
|
|
291
|
-
|
|
292
247
|
MeteringMode?: Eac3AtmosMeteringMode | string;
|
|
293
|
-
|
|
294
248
|
SampleRate?: number;
|
|
295
|
-
|
|
296
249
|
SpeechThreshold?: number;
|
|
297
|
-
|
|
298
250
|
StereoDownmix?: Eac3AtmosStereoDownmix | string;
|
|
299
|
-
|
|
300
251
|
SurroundExMode?: Eac3AtmosSurroundExMode | string;
|
|
301
252
|
}
|
|
302
253
|
export declare enum Eac3AttenuationControl {
|
|
@@ -371,126 +322,76 @@ export declare enum Eac3SurroundMode {
|
|
|
371
322
|
ENABLED = "ENABLED",
|
|
372
323
|
NOT_INDICATED = "NOT_INDICATED",
|
|
373
324
|
}
|
|
374
|
-
|
|
375
325
|
export interface Eac3Settings {
|
|
376
326
|
AttenuationControl?: Eac3AttenuationControl | string;
|
|
377
|
-
|
|
378
327
|
Bitrate?: number;
|
|
379
|
-
|
|
380
328
|
BitstreamMode?: Eac3BitstreamMode | string;
|
|
381
|
-
|
|
382
329
|
CodingMode?: Eac3CodingMode | string;
|
|
383
|
-
|
|
384
330
|
DcFilter?: Eac3DcFilter | string;
|
|
385
|
-
|
|
386
331
|
Dialnorm?: number;
|
|
387
|
-
|
|
388
332
|
DynamicRangeCompressionLine?: Eac3DynamicRangeCompressionLine | string;
|
|
389
|
-
|
|
390
333
|
DynamicRangeCompressionRf?: Eac3DynamicRangeCompressionRf | string;
|
|
391
|
-
|
|
392
334
|
LfeControl?: Eac3LfeControl | string;
|
|
393
|
-
|
|
394
335
|
LfeFilter?: Eac3LfeFilter | string;
|
|
395
|
-
|
|
396
336
|
LoRoCenterMixLevel?: number;
|
|
397
|
-
|
|
398
337
|
LoRoSurroundMixLevel?: number;
|
|
399
|
-
|
|
400
338
|
LtRtCenterMixLevel?: number;
|
|
401
|
-
|
|
402
339
|
LtRtSurroundMixLevel?: number;
|
|
403
|
-
|
|
404
340
|
MetadataControl?: Eac3MetadataControl | string;
|
|
405
|
-
|
|
406
341
|
PassthroughControl?: Eac3PassthroughControl | string;
|
|
407
|
-
|
|
408
342
|
PhaseControl?: Eac3PhaseControl | string;
|
|
409
|
-
|
|
410
343
|
SampleRate?: number;
|
|
411
|
-
|
|
412
344
|
StereoDownmix?: Eac3StereoDownmix | string;
|
|
413
|
-
|
|
414
345
|
SurroundExMode?: Eac3SurroundExMode | string;
|
|
415
|
-
|
|
416
346
|
SurroundMode?: Eac3SurroundMode | string;
|
|
417
347
|
}
|
|
418
|
-
|
|
419
348
|
export interface Mp2Settings {
|
|
420
349
|
Bitrate?: number;
|
|
421
|
-
|
|
422
350
|
Channels?: number;
|
|
423
|
-
|
|
424
351
|
SampleRate?: number;
|
|
425
352
|
}
|
|
426
353
|
export declare enum Mp3RateControlMode {
|
|
427
354
|
CBR = "CBR",
|
|
428
355
|
VBR = "VBR",
|
|
429
356
|
}
|
|
430
|
-
|
|
431
357
|
export interface Mp3Settings {
|
|
432
358
|
Bitrate?: number;
|
|
433
|
-
|
|
434
359
|
Channels?: number;
|
|
435
|
-
|
|
436
360
|
RateControlMode?: Mp3RateControlMode | string;
|
|
437
|
-
|
|
438
361
|
SampleRate?: number;
|
|
439
|
-
|
|
440
362
|
VbrQuality?: number;
|
|
441
363
|
}
|
|
442
|
-
|
|
443
364
|
export interface OpusSettings {
|
|
444
365
|
Bitrate?: number;
|
|
445
|
-
|
|
446
366
|
Channels?: number;
|
|
447
|
-
|
|
448
367
|
SampleRate?: number;
|
|
449
368
|
}
|
|
450
|
-
|
|
451
369
|
export interface VorbisSettings {
|
|
452
370
|
Channels?: number;
|
|
453
|
-
|
|
454
371
|
SampleRate?: number;
|
|
455
|
-
|
|
456
372
|
VbrQuality?: number;
|
|
457
373
|
}
|
|
458
374
|
export declare enum WavFormat {
|
|
459
375
|
RF64 = "RF64",
|
|
460
376
|
RIFF = "RIFF",
|
|
461
377
|
}
|
|
462
|
-
|
|
463
378
|
export interface WavSettings {
|
|
464
379
|
BitDepth?: number;
|
|
465
|
-
|
|
466
380
|
Channels?: number;
|
|
467
|
-
|
|
468
381
|
Format?: WavFormat | string;
|
|
469
|
-
|
|
470
382
|
SampleRate?: number;
|
|
471
383
|
}
|
|
472
|
-
|
|
473
384
|
export interface AudioCodecSettings {
|
|
474
385
|
AacSettings?: AacSettings;
|
|
475
|
-
|
|
476
386
|
Ac3Settings?: Ac3Settings;
|
|
477
|
-
|
|
478
387
|
AiffSettings?: AiffSettings;
|
|
479
|
-
|
|
480
388
|
Codec?: AudioCodec | string;
|
|
481
|
-
|
|
482
389
|
Eac3AtmosSettings?: Eac3AtmosSettings;
|
|
483
|
-
|
|
484
390
|
Eac3Settings?: Eac3Settings;
|
|
485
|
-
|
|
486
391
|
Mp2Settings?: Mp2Settings;
|
|
487
|
-
|
|
488
392
|
Mp3Settings?: Mp3Settings;
|
|
489
|
-
|
|
490
393
|
OpusSettings?: OpusSettings;
|
|
491
|
-
|
|
492
394
|
VorbisSettings?: VorbisSettings;
|
|
493
|
-
|
|
494
395
|
WavSettings?: WavSettings;
|
|
495
396
|
}
|
|
496
397
|
export declare enum LanguageCode {
|
|
@@ -691,64 +592,41 @@ export declare enum AudioLanguageCodeControl {
|
|
|
691
592
|
FOLLOW_INPUT = "FOLLOW_INPUT",
|
|
692
593
|
USE_CONFIGURED = "USE_CONFIGURED",
|
|
693
594
|
}
|
|
694
|
-
|
|
695
595
|
export interface OutputChannelMapping {
|
|
696
596
|
InputChannels?: number[];
|
|
697
|
-
|
|
698
597
|
InputChannelsFineTune?: number[];
|
|
699
598
|
}
|
|
700
|
-
|
|
701
599
|
export interface ChannelMapping {
|
|
702
600
|
OutputChannels?: OutputChannelMapping[];
|
|
703
601
|
}
|
|
704
|
-
|
|
705
602
|
export interface RemixSettings {
|
|
706
603
|
ChannelMapping?: ChannelMapping;
|
|
707
|
-
|
|
708
604
|
ChannelsIn?: number;
|
|
709
|
-
|
|
710
605
|
ChannelsOut?: number;
|
|
711
606
|
}
|
|
712
|
-
|
|
713
607
|
export interface AudioDescription {
|
|
714
608
|
AudioChannelTaggingSettings?: AudioChannelTaggingSettings;
|
|
715
|
-
|
|
716
609
|
AudioNormalizationSettings?: AudioNormalizationSettings;
|
|
717
|
-
|
|
718
610
|
AudioSourceName?: string;
|
|
719
|
-
|
|
720
611
|
AudioType?: number;
|
|
721
|
-
|
|
722
612
|
AudioTypeControl?: AudioTypeControl | string;
|
|
723
|
-
|
|
724
613
|
CodecSettings?: AudioCodecSettings;
|
|
725
|
-
|
|
726
614
|
CustomLanguageCode?: string;
|
|
727
|
-
|
|
728
615
|
LanguageCode?: LanguageCode | string;
|
|
729
|
-
|
|
730
616
|
LanguageCodeControl?: AudioLanguageCodeControl | string;
|
|
731
|
-
|
|
732
617
|
RemixSettings?: RemixSettings;
|
|
733
|
-
|
|
734
618
|
StreamName?: string;
|
|
735
619
|
}
|
|
736
|
-
|
|
737
620
|
export interface ForceIncludeRenditionSize {
|
|
738
621
|
Height?: number;
|
|
739
|
-
|
|
740
622
|
Width?: number;
|
|
741
623
|
}
|
|
742
|
-
|
|
743
624
|
export interface MinBottomRenditionSize {
|
|
744
625
|
Height?: number;
|
|
745
|
-
|
|
746
626
|
Width?: number;
|
|
747
627
|
}
|
|
748
|
-
|
|
749
628
|
export interface MinTopRenditionSize {
|
|
750
629
|
Height?: number;
|
|
751
|
-
|
|
752
630
|
Width?: number;
|
|
753
631
|
}
|
|
754
632
|
export declare enum RuleType {
|
|
@@ -757,16 +635,11 @@ export declare enum RuleType {
|
|
|
757
635
|
MIN_BOTTOM_RENDITION_SIZE = "MIN_BOTTOM_RENDITION_SIZE",
|
|
758
636
|
MIN_TOP_RENDITION_SIZE = "MIN_TOP_RENDITION_SIZE",
|
|
759
637
|
}
|
|
760
|
-
|
|
761
638
|
export interface AutomatedAbrRule {
|
|
762
639
|
AllowedRenditions?: AllowedRenditionSize[];
|
|
763
|
-
|
|
764
640
|
ForceIncludeRenditions?: ForceIncludeRenditionSize[];
|
|
765
|
-
|
|
766
641
|
MinBottomRenditionSize?: MinBottomRenditionSize;
|
|
767
|
-
|
|
768
642
|
MinTopRenditionSize?: MinTopRenditionSize;
|
|
769
|
-
|
|
770
643
|
Type?: RuleType | string;
|
|
771
644
|
}
|
|
772
645
|
export declare enum BurninSubtitleAlignment {
|
|
@@ -830,48 +703,27 @@ export declare enum BurninSubtitleTeletextSpacing {
|
|
|
830
703
|
FIXED_GRID = "FIXED_GRID",
|
|
831
704
|
PROPORTIONAL = "PROPORTIONAL",
|
|
832
705
|
}
|
|
833
|
-
|
|
834
706
|
export interface BurninDestinationSettings {
|
|
835
707
|
Alignment?: BurninSubtitleAlignment | string;
|
|
836
|
-
|
|
837
708
|
ApplyFontColor?: BurninSubtitleApplyFontColor | string;
|
|
838
|
-
|
|
839
709
|
BackgroundColor?: BurninSubtitleBackgroundColor | string;
|
|
840
|
-
|
|
841
710
|
BackgroundOpacity?: number;
|
|
842
|
-
|
|
843
711
|
FallbackFont?: BurninSubtitleFallbackFont | string;
|
|
844
|
-
|
|
845
712
|
FontColor?: BurninSubtitleFontColor | string;
|
|
846
|
-
|
|
847
713
|
FontOpacity?: number;
|
|
848
|
-
|
|
849
714
|
FontResolution?: number;
|
|
850
|
-
|
|
851
715
|
FontScript?: FontScript | string;
|
|
852
|
-
|
|
853
716
|
FontSize?: number;
|
|
854
|
-
|
|
855
717
|
HexFontColor?: string;
|
|
856
|
-
|
|
857
718
|
OutlineColor?: BurninSubtitleOutlineColor | string;
|
|
858
|
-
|
|
859
719
|
OutlineSize?: number;
|
|
860
|
-
|
|
861
720
|
ShadowColor?: BurninSubtitleShadowColor | string;
|
|
862
|
-
|
|
863
721
|
ShadowOpacity?: number;
|
|
864
|
-
|
|
865
722
|
ShadowXOffset?: number;
|
|
866
|
-
|
|
867
723
|
ShadowYOffset?: number;
|
|
868
|
-
|
|
869
724
|
StylePassthrough?: BurnInSubtitleStylePassthrough | string;
|
|
870
|
-
|
|
871
725
|
TeletextSpacing?: BurninSubtitleTeletextSpacing | string;
|
|
872
|
-
|
|
873
726
|
XPosition?: number;
|
|
874
|
-
|
|
875
727
|
YPosition?: number;
|
|
876
728
|
}
|
|
877
729
|
export declare enum CaptionDestinationType {
|
|
@@ -953,66 +805,37 @@ export declare enum DvbSubtitleTeletextSpacing {
|
|
|
953
805
|
FIXED_GRID = "FIXED_GRID",
|
|
954
806
|
PROPORTIONAL = "PROPORTIONAL",
|
|
955
807
|
}
|
|
956
|
-
|
|
957
808
|
export interface DvbSubDestinationSettings {
|
|
958
809
|
Alignment?: DvbSubtitleAlignment | string;
|
|
959
|
-
|
|
960
810
|
ApplyFontColor?: DvbSubtitleApplyFontColor | string;
|
|
961
|
-
|
|
962
811
|
BackgroundColor?: DvbSubtitleBackgroundColor | string;
|
|
963
|
-
|
|
964
812
|
BackgroundOpacity?: number;
|
|
965
|
-
|
|
966
813
|
DdsHandling?: DvbddsHandling | string;
|
|
967
|
-
|
|
968
814
|
DdsXCoordinate?: number;
|
|
969
|
-
|
|
970
815
|
DdsYCoordinate?: number;
|
|
971
|
-
|
|
972
816
|
FallbackFont?: DvbSubSubtitleFallbackFont | string;
|
|
973
|
-
|
|
974
817
|
FontColor?: DvbSubtitleFontColor | string;
|
|
975
|
-
|
|
976
818
|
FontOpacity?: number;
|
|
977
|
-
|
|
978
819
|
FontResolution?: number;
|
|
979
|
-
|
|
980
820
|
FontScript?: FontScript | string;
|
|
981
|
-
|
|
982
821
|
FontSize?: number;
|
|
983
|
-
|
|
984
822
|
Height?: number;
|
|
985
|
-
|
|
986
823
|
HexFontColor?: string;
|
|
987
|
-
|
|
988
824
|
OutlineColor?: DvbSubtitleOutlineColor | string;
|
|
989
|
-
|
|
990
825
|
OutlineSize?: number;
|
|
991
|
-
|
|
992
826
|
ShadowColor?: DvbSubtitleShadowColor | string;
|
|
993
|
-
|
|
994
827
|
ShadowOpacity?: number;
|
|
995
|
-
|
|
996
828
|
ShadowXOffset?: number;
|
|
997
|
-
|
|
998
829
|
ShadowYOffset?: number;
|
|
999
|
-
|
|
1000
830
|
StylePassthrough?: DvbSubtitleStylePassthrough | string;
|
|
1001
|
-
|
|
1002
831
|
SubtitlingType?: DvbSubtitlingType | string;
|
|
1003
|
-
|
|
1004
832
|
TeletextSpacing?: DvbSubtitleTeletextSpacing | string;
|
|
1005
|
-
|
|
1006
833
|
Width?: number;
|
|
1007
|
-
|
|
1008
834
|
XPosition?: number;
|
|
1009
|
-
|
|
1010
835
|
YPosition?: number;
|
|
1011
836
|
}
|
|
1012
|
-
|
|
1013
837
|
export interface EmbeddedDestinationSettings {
|
|
1014
838
|
Destination608ChannelNumber?: number;
|
|
1015
|
-
|
|
1016
839
|
Destination708ServiceNumber?: number;
|
|
1017
840
|
}
|
|
1018
841
|
export declare enum ImscAccessibilitySubs {
|
|
@@ -1023,10 +846,8 @@ export declare enum ImscStylePassthrough {
|
|
|
1023
846
|
DISABLED = "DISABLED",
|
|
1024
847
|
ENABLED = "ENABLED",
|
|
1025
848
|
}
|
|
1026
|
-
|
|
1027
849
|
export interface ImscDestinationSettings {
|
|
1028
850
|
Accessibility?: ImscAccessibilitySubs | string;
|
|
1029
|
-
|
|
1030
851
|
StylePassthrough?: ImscStylePassthrough | string;
|
|
1031
852
|
}
|
|
1032
853
|
export declare enum SccDestinationFramerate {
|
|
@@ -1036,7 +857,6 @@ export declare enum SccDestinationFramerate {
|
|
|
1036
857
|
FRAMERATE_29_97_DROPFRAME = "FRAMERATE_29_97_DROPFRAME",
|
|
1037
858
|
FRAMERATE_29_97_NON_DROPFRAME = "FRAMERATE_29_97_NON_DROPFRAME",
|
|
1038
859
|
}
|
|
1039
|
-
|
|
1040
860
|
export interface SccDestinationSettings {
|
|
1041
861
|
Framerate?: SccDestinationFramerate | string;
|
|
1042
862
|
}
|
|
@@ -1044,7 +864,6 @@ export declare enum SrtStylePassthrough {
|
|
|
1044
864
|
DISABLED = "DISABLED",
|
|
1045
865
|
ENABLED = "ENABLED",
|
|
1046
866
|
}
|
|
1047
|
-
|
|
1048
867
|
export interface SrtDestinationSettings {
|
|
1049
868
|
StylePassthrough?: SrtStylePassthrough | string;
|
|
1050
869
|
}
|
|
@@ -1055,17 +874,14 @@ export declare enum TeletextPageType {
|
|
|
1055
874
|
PAGE_TYPE_PROGRAM_SCHEDULE = "PAGE_TYPE_PROGRAM_SCHEDULE",
|
|
1056
875
|
PAGE_TYPE_SUBTITLE = "PAGE_TYPE_SUBTITLE",
|
|
1057
876
|
}
|
|
1058
|
-
|
|
1059
877
|
export interface TeletextDestinationSettings {
|
|
1060
878
|
PageNumber?: string;
|
|
1061
|
-
|
|
1062
879
|
PageTypes?: (TeletextPageType | string)[];
|
|
1063
880
|
}
|
|
1064
881
|
export declare enum TtmlStylePassthrough {
|
|
1065
882
|
DISABLED = "DISABLED",
|
|
1066
883
|
ENABLED = "ENABLED",
|
|
1067
884
|
}
|
|
1068
|
-
|
|
1069
885
|
export interface TtmlDestinationSettings {
|
|
1070
886
|
StylePassthrough?: TtmlStylePassthrough | string;
|
|
1071
887
|
}
|
|
@@ -1078,107 +894,69 @@ export declare enum WebvttStylePassthrough {
|
|
|
1078
894
|
ENABLED = "ENABLED",
|
|
1079
895
|
STRICT = "STRICT",
|
|
1080
896
|
}
|
|
1081
|
-
|
|
1082
897
|
export interface WebvttDestinationSettings {
|
|
1083
898
|
Accessibility?: WebvttAccessibilitySubs | string;
|
|
1084
|
-
|
|
1085
899
|
StylePassthrough?: WebvttStylePassthrough | string;
|
|
1086
900
|
}
|
|
1087
|
-
|
|
1088
901
|
export interface CaptionDestinationSettings {
|
|
1089
902
|
BurninDestinationSettings?: BurninDestinationSettings;
|
|
1090
|
-
|
|
1091
903
|
DestinationType?: CaptionDestinationType | string;
|
|
1092
|
-
|
|
1093
904
|
DvbSubDestinationSettings?: DvbSubDestinationSettings;
|
|
1094
|
-
|
|
1095
905
|
EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
|
|
1096
|
-
|
|
1097
906
|
ImscDestinationSettings?: ImscDestinationSettings;
|
|
1098
|
-
|
|
1099
907
|
SccDestinationSettings?: SccDestinationSettings;
|
|
1100
|
-
|
|
1101
908
|
SrtDestinationSettings?: SrtDestinationSettings;
|
|
1102
|
-
|
|
1103
909
|
TeletextDestinationSettings?: TeletextDestinationSettings;
|
|
1104
|
-
|
|
1105
910
|
TtmlDestinationSettings?: TtmlDestinationSettings;
|
|
1106
|
-
|
|
1107
911
|
WebvttDestinationSettings?: WebvttDestinationSettings;
|
|
1108
912
|
}
|
|
1109
|
-
|
|
1110
913
|
export interface CaptionDescription {
|
|
1111
914
|
CaptionSelectorName?: string;
|
|
1112
|
-
|
|
1113
915
|
CustomLanguageCode?: string;
|
|
1114
|
-
|
|
1115
916
|
DestinationSettings?: CaptionDestinationSettings;
|
|
1116
|
-
|
|
1117
917
|
LanguageCode?: LanguageCode | string;
|
|
1118
|
-
|
|
1119
918
|
LanguageDescription?: string;
|
|
1120
919
|
}
|
|
1121
|
-
|
|
1122
920
|
export interface CaptionDescriptionPreset {
|
|
1123
921
|
CustomLanguageCode?: string;
|
|
1124
|
-
|
|
1125
922
|
DestinationSettings?: CaptionDestinationSettings;
|
|
1126
|
-
|
|
1127
923
|
LanguageCode?: LanguageCode | string;
|
|
1128
|
-
|
|
1129
924
|
LanguageDescription?: string;
|
|
1130
925
|
}
|
|
1131
|
-
|
|
1132
926
|
export interface CmafAdditionalManifest {
|
|
1133
927
|
ManifestNameModifier?: string;
|
|
1134
|
-
|
|
1135
928
|
SelectedOutputs?: string[];
|
|
1136
929
|
}
|
|
1137
|
-
|
|
1138
930
|
export interface DashAdditionalManifest {
|
|
1139
931
|
ManifestNameModifier?: string;
|
|
1140
|
-
|
|
1141
932
|
SelectedOutputs?: string[];
|
|
1142
933
|
}
|
|
1143
|
-
|
|
1144
934
|
export interface Endpoint {
|
|
1145
935
|
Url?: string;
|
|
1146
936
|
}
|
|
1147
|
-
|
|
1148
937
|
export interface HlsAdditionalManifest {
|
|
1149
938
|
ManifestNameModifier?: string;
|
|
1150
|
-
|
|
1151
939
|
SelectedOutputs?: string[];
|
|
1152
940
|
}
|
|
1153
941
|
export declare enum HlsAdMarkers {
|
|
1154
942
|
ELEMENTAL = "ELEMENTAL",
|
|
1155
943
|
ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35",
|
|
1156
944
|
}
|
|
1157
|
-
|
|
1158
945
|
export interface HlsCaptionLanguageMapping {
|
|
1159
946
|
CaptionChannel?: number;
|
|
1160
|
-
|
|
1161
947
|
CustomLanguageCode?: string;
|
|
1162
|
-
|
|
1163
948
|
LanguageCode?: LanguageCode | string;
|
|
1164
|
-
|
|
1165
949
|
LanguageDescription?: string;
|
|
1166
950
|
}
|
|
1167
|
-
|
|
1168
951
|
export interface HopDestination {
|
|
1169
952
|
Priority?: number;
|
|
1170
|
-
|
|
1171
953
|
Queue?: string;
|
|
1172
|
-
|
|
1173
954
|
WaitMinutes?: number;
|
|
1174
955
|
}
|
|
1175
|
-
|
|
1176
956
|
export interface Id3Insertion {
|
|
1177
957
|
Id3?: string;
|
|
1178
|
-
|
|
1179
958
|
Timecode?: string;
|
|
1180
959
|
}
|
|
1181
|
-
|
|
1182
960
|
export interface AudioSelectorGroup {
|
|
1183
961
|
AudioSelectorNames?: string[];
|
|
1184
962
|
}
|
|
@@ -1192,12 +970,9 @@ export declare enum AudioDefaultSelection {
|
|
|
1192
970
|
DEFAULT = "DEFAULT",
|
|
1193
971
|
NOT_DEFAULT = "NOT_DEFAULT",
|
|
1194
972
|
}
|
|
1195
|
-
|
|
1196
973
|
export interface HlsRenditionGroupSettings {
|
|
1197
974
|
RenditionGroupId?: string;
|
|
1198
|
-
|
|
1199
975
|
RenditionLanguageCode?: LanguageCode | string;
|
|
1200
|
-
|
|
1201
976
|
RenditionName?: string;
|
|
1202
977
|
}
|
|
1203
978
|
export declare enum AudioSelectorType {
|
|
@@ -1206,30 +981,18 @@ export declare enum AudioSelectorType {
|
|
|
1206
981
|
PID = "PID",
|
|
1207
982
|
TRACK = "TRACK",
|
|
1208
983
|
}
|
|
1209
|
-
|
|
1210
984
|
export interface AudioSelector {
|
|
1211
985
|
AudioDurationCorrection?: AudioDurationCorrection | string;
|
|
1212
|
-
|
|
1213
986
|
CustomLanguageCode?: string;
|
|
1214
|
-
|
|
1215
987
|
DefaultSelection?: AudioDefaultSelection | string;
|
|
1216
|
-
|
|
1217
988
|
ExternalAudioFileInput?: string;
|
|
1218
|
-
|
|
1219
989
|
HlsRenditionGroupSettings?: HlsRenditionGroupSettings;
|
|
1220
|
-
|
|
1221
990
|
LanguageCode?: LanguageCode | string;
|
|
1222
|
-
|
|
1223
991
|
Offset?: number;
|
|
1224
|
-
|
|
1225
992
|
Pids?: number[];
|
|
1226
|
-
|
|
1227
993
|
ProgramSelection?: number;
|
|
1228
|
-
|
|
1229
994
|
RemixSettings?: RemixSettings;
|
|
1230
|
-
|
|
1231
995
|
SelectorType?: AudioSelectorType | string;
|
|
1232
|
-
|
|
1233
996
|
Tracks?: number[];
|
|
1234
997
|
}
|
|
1235
998
|
export declare enum AncillaryConvert608To708 {
|
|
@@ -1240,15 +1003,11 @@ export declare enum AncillaryTerminateCaptions {
|
|
|
1240
1003
|
DISABLED = "DISABLED",
|
|
1241
1004
|
END_OF_INPUT = "END_OF_INPUT",
|
|
1242
1005
|
}
|
|
1243
|
-
|
|
1244
1006
|
export interface AncillarySourceSettings {
|
|
1245
1007
|
Convert608To708?: AncillaryConvert608To708 | string;
|
|
1246
|
-
|
|
1247
1008
|
SourceAncillaryChannelNumber?: number;
|
|
1248
|
-
|
|
1249
1009
|
TerminateCaptions?: AncillaryTerminateCaptions | string;
|
|
1250
1010
|
}
|
|
1251
|
-
|
|
1252
1011
|
export interface DvbSubSourceSettings {
|
|
1253
1012
|
Pid?: number;
|
|
1254
1013
|
}
|
|
@@ -1260,40 +1019,29 @@ export declare enum EmbeddedTerminateCaptions {
|
|
|
1260
1019
|
DISABLED = "DISABLED",
|
|
1261
1020
|
END_OF_INPUT = "END_OF_INPUT",
|
|
1262
1021
|
}
|
|
1263
|
-
|
|
1264
1022
|
export interface EmbeddedSourceSettings {
|
|
1265
1023
|
Convert608To708?: EmbeddedConvert608To708 | string;
|
|
1266
|
-
|
|
1267
1024
|
Source608ChannelNumber?: number;
|
|
1268
|
-
|
|
1269
1025
|
Source608TrackNumber?: number;
|
|
1270
|
-
|
|
1271
1026
|
TerminateCaptions?: EmbeddedTerminateCaptions | string;
|
|
1272
1027
|
}
|
|
1273
1028
|
export declare enum FileSourceConvert608To708 {
|
|
1274
1029
|
DISABLED = "DISABLED",
|
|
1275
1030
|
UPCONVERT = "UPCONVERT",
|
|
1276
1031
|
}
|
|
1277
|
-
|
|
1278
1032
|
export interface CaptionSourceFramerate {
|
|
1279
1033
|
FramerateDenominator?: number;
|
|
1280
|
-
|
|
1281
1034
|
FramerateNumerator?: number;
|
|
1282
1035
|
}
|
|
1283
1036
|
export declare enum FileSourceTimeDeltaUnits {
|
|
1284
1037
|
MILLISECONDS = "MILLISECONDS",
|
|
1285
1038
|
SECONDS = "SECONDS",
|
|
1286
1039
|
}
|
|
1287
|
-
|
|
1288
1040
|
export interface FileSourceSettings {
|
|
1289
1041
|
Convert608To708?: FileSourceConvert608To708 | string;
|
|
1290
|
-
|
|
1291
1042
|
Framerate?: CaptionSourceFramerate;
|
|
1292
|
-
|
|
1293
1043
|
SourceFile?: string;
|
|
1294
|
-
|
|
1295
1044
|
TimeDelta?: number;
|
|
1296
|
-
|
|
1297
1045
|
TimeDeltaUnits?: FileSourceTimeDeltaUnits | string;
|
|
1298
1046
|
}
|
|
1299
1047
|
export declare enum CaptionSourceType {
|
|
@@ -1312,56 +1060,36 @@ export declare enum CaptionSourceType {
|
|
|
1312
1060
|
TTML = "TTML",
|
|
1313
1061
|
WEBVTT = "WEBVTT",
|
|
1314
1062
|
}
|
|
1315
|
-
|
|
1316
1063
|
export interface TeletextSourceSettings {
|
|
1317
1064
|
PageNumber?: string;
|
|
1318
1065
|
}
|
|
1319
|
-
|
|
1320
1066
|
export interface TrackSourceSettings {
|
|
1321
1067
|
TrackNumber?: number;
|
|
1322
1068
|
}
|
|
1323
|
-
|
|
1324
1069
|
export interface WebvttHlsSourceSettings {
|
|
1325
1070
|
RenditionGroupId?: string;
|
|
1326
|
-
|
|
1327
1071
|
RenditionLanguageCode?: LanguageCode | string;
|
|
1328
|
-
|
|
1329
1072
|
RenditionName?: string;
|
|
1330
1073
|
}
|
|
1331
|
-
|
|
1332
1074
|
export interface CaptionSourceSettings {
|
|
1333
1075
|
AncillarySourceSettings?: AncillarySourceSettings;
|
|
1334
|
-
|
|
1335
1076
|
DvbSubSourceSettings?: DvbSubSourceSettings;
|
|
1336
|
-
|
|
1337
1077
|
EmbeddedSourceSettings?: EmbeddedSourceSettings;
|
|
1338
|
-
|
|
1339
1078
|
FileSourceSettings?: FileSourceSettings;
|
|
1340
|
-
|
|
1341
1079
|
SourceType?: CaptionSourceType | string;
|
|
1342
|
-
|
|
1343
1080
|
TeletextSourceSettings?: TeletextSourceSettings;
|
|
1344
|
-
|
|
1345
1081
|
TrackSourceSettings?: TrackSourceSettings;
|
|
1346
|
-
|
|
1347
1082
|
WebvttHlsSourceSettings?: WebvttHlsSourceSettings;
|
|
1348
1083
|
}
|
|
1349
|
-
|
|
1350
1084
|
export interface CaptionSelector {
|
|
1351
1085
|
CustomLanguageCode?: string;
|
|
1352
|
-
|
|
1353
1086
|
LanguageCode?: LanguageCode | string;
|
|
1354
|
-
|
|
1355
1087
|
SourceSettings?: CaptionSourceSettings;
|
|
1356
1088
|
}
|
|
1357
|
-
|
|
1358
1089
|
export interface Rectangle {
|
|
1359
1090
|
Height?: number;
|
|
1360
|
-
|
|
1361
1091
|
Width?: number;
|
|
1362
|
-
|
|
1363
1092
|
X?: number;
|
|
1364
|
-
|
|
1365
1093
|
Y?: number;
|
|
1366
1094
|
}
|
|
1367
1095
|
export declare enum InputDeblockFilter {
|
|
@@ -1373,14 +1101,10 @@ export declare enum DecryptionMode {
|
|
|
1373
1101
|
AES_CTR = "AES_CTR",
|
|
1374
1102
|
AES_GCM = "AES_GCM",
|
|
1375
1103
|
}
|
|
1376
|
-
|
|
1377
1104
|
export interface InputDecryptionSettings {
|
|
1378
1105
|
DecryptionMode?: DecryptionMode | string;
|
|
1379
|
-
|
|
1380
1106
|
EncryptedDecryptionKey?: string;
|
|
1381
|
-
|
|
1382
1107
|
InitializationVector?: string;
|
|
1383
|
-
|
|
1384
1108
|
KmsKeyRegion?: string;
|
|
1385
1109
|
}
|
|
1386
1110
|
export declare enum InputDenoiseFilter {
|
|
@@ -1392,38 +1116,24 @@ export declare enum InputFilterEnable {
|
|
|
1392
1116
|
DISABLE = "DISABLE",
|
|
1393
1117
|
FORCE = "FORCE",
|
|
1394
1118
|
}
|
|
1395
|
-
|
|
1396
1119
|
export interface InsertableImage {
|
|
1397
1120
|
Duration?: number;
|
|
1398
|
-
|
|
1399
1121
|
FadeIn?: number;
|
|
1400
|
-
|
|
1401
1122
|
FadeOut?: number;
|
|
1402
|
-
|
|
1403
1123
|
Height?: number;
|
|
1404
|
-
|
|
1405
1124
|
ImageInserterInput?: string;
|
|
1406
|
-
|
|
1407
1125
|
ImageX?: number;
|
|
1408
|
-
|
|
1409
1126
|
ImageY?: number;
|
|
1410
|
-
|
|
1411
1127
|
Layer?: number;
|
|
1412
|
-
|
|
1413
1128
|
Opacity?: number;
|
|
1414
|
-
|
|
1415
1129
|
StartTime?: string;
|
|
1416
|
-
|
|
1417
1130
|
Width?: number;
|
|
1418
1131
|
}
|
|
1419
|
-
|
|
1420
1132
|
export interface ImageInserter {
|
|
1421
1133
|
InsertableImages?: InsertableImage[];
|
|
1422
1134
|
}
|
|
1423
|
-
|
|
1424
1135
|
export interface InputClipping {
|
|
1425
1136
|
EndTimecode?: string;
|
|
1426
|
-
|
|
1427
1137
|
StartTimecode?: string;
|
|
1428
1138
|
}
|
|
1429
1139
|
export declare enum InputScanType {
|
|
@@ -1439,7 +1149,6 @@ export declare enum InputTimecodeSource {
|
|
|
1439
1149
|
SPECIFIEDSTART = "SPECIFIEDSTART",
|
|
1440
1150
|
ZEROBASED = "ZEROBASED",
|
|
1441
1151
|
}
|
|
1442
|
-
|
|
1443
1152
|
export interface InputVideoGenerator {
|
|
1444
1153
|
Duration?: number;
|
|
1445
1154
|
}
|
|
@@ -1462,30 +1171,18 @@ export declare enum EmbeddedTimecodeOverride {
|
|
|
1462
1171
|
NONE = "NONE",
|
|
1463
1172
|
USE_MDPM = "USE_MDPM",
|
|
1464
1173
|
}
|
|
1465
|
-
|
|
1466
1174
|
export interface Hdr10Metadata {
|
|
1467
1175
|
BluePrimaryX?: number;
|
|
1468
|
-
|
|
1469
1176
|
BluePrimaryY?: number;
|
|
1470
|
-
|
|
1471
1177
|
GreenPrimaryX?: number;
|
|
1472
|
-
|
|
1473
1178
|
GreenPrimaryY?: number;
|
|
1474
|
-
|
|
1475
1179
|
MaxContentLightLevel?: number;
|
|
1476
|
-
|
|
1477
1180
|
MaxFrameAverageLightLevel?: number;
|
|
1478
|
-
|
|
1479
1181
|
MaxLuminance?: number;
|
|
1480
|
-
|
|
1481
1182
|
MinLuminance?: number;
|
|
1482
|
-
|
|
1483
1183
|
RedPrimaryX?: number;
|
|
1484
|
-
|
|
1485
1184
|
RedPrimaryY?: number;
|
|
1486
|
-
|
|
1487
1185
|
WhitePointX?: number;
|
|
1488
|
-
|
|
1489
1186
|
WhitePointY?: number;
|
|
1490
1187
|
}
|
|
1491
1188
|
export declare enum PadVideo {
|
|
@@ -1504,110 +1201,60 @@ export declare enum InputSampleRange {
|
|
|
1504
1201
|
FULL_RANGE = "FULL_RANGE",
|
|
1505
1202
|
LIMITED_RANGE = "LIMITED_RANGE",
|
|
1506
1203
|
}
|
|
1507
|
-
|
|
1508
1204
|
export interface VideoSelector {
|
|
1509
1205
|
AlphaBehavior?: AlphaBehavior | string;
|
|
1510
|
-
|
|
1511
1206
|
ColorSpace?: ColorSpace | string;
|
|
1512
|
-
|
|
1513
1207
|
ColorSpaceUsage?: ColorSpaceUsage | string;
|
|
1514
|
-
|
|
1515
1208
|
EmbeddedTimecodeOverride?: EmbeddedTimecodeOverride | string;
|
|
1516
|
-
|
|
1517
1209
|
Hdr10Metadata?: Hdr10Metadata;
|
|
1518
|
-
|
|
1519
1210
|
PadVideo?: PadVideo | string;
|
|
1520
|
-
|
|
1521
1211
|
Pid?: number;
|
|
1522
|
-
|
|
1523
1212
|
ProgramNumber?: number;
|
|
1524
|
-
|
|
1525
1213
|
Rotate?: InputRotate | string;
|
|
1526
|
-
|
|
1527
1214
|
SampleRange?: InputSampleRange | string;
|
|
1528
1215
|
}
|
|
1529
|
-
|
|
1530
1216
|
export interface Input {
|
|
1531
1217
|
AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
|
|
1532
|
-
|
|
1533
1218
|
AudioSelectors?: Record<string, AudioSelector>;
|
|
1534
|
-
|
|
1535
1219
|
CaptionSelectors?: Record<string, CaptionSelector>;
|
|
1536
|
-
|
|
1537
1220
|
Crop?: Rectangle;
|
|
1538
|
-
|
|
1539
1221
|
DeblockFilter?: InputDeblockFilter | string;
|
|
1540
|
-
|
|
1541
1222
|
DecryptionSettings?: InputDecryptionSettings;
|
|
1542
|
-
|
|
1543
1223
|
DenoiseFilter?: InputDenoiseFilter | string;
|
|
1544
|
-
|
|
1545
1224
|
DolbyVisionMetadataXml?: string;
|
|
1546
|
-
|
|
1547
1225
|
FileInput?: string;
|
|
1548
|
-
|
|
1549
1226
|
FilterEnable?: InputFilterEnable | string;
|
|
1550
|
-
|
|
1551
1227
|
FilterStrength?: number;
|
|
1552
|
-
|
|
1553
1228
|
ImageInserter?: ImageInserter;
|
|
1554
|
-
|
|
1555
1229
|
InputClippings?: InputClipping[];
|
|
1556
|
-
|
|
1557
1230
|
InputScanType?: InputScanType | string;
|
|
1558
|
-
|
|
1559
1231
|
Position?: Rectangle;
|
|
1560
|
-
|
|
1561
1232
|
ProgramNumber?: number;
|
|
1562
|
-
|
|
1563
1233
|
PsiControl?: InputPsiControl | string;
|
|
1564
|
-
|
|
1565
1234
|
SupplementalImps?: string[];
|
|
1566
|
-
|
|
1567
1235
|
TimecodeSource?: InputTimecodeSource | string;
|
|
1568
|
-
|
|
1569
1236
|
TimecodeStart?: string;
|
|
1570
|
-
|
|
1571
1237
|
VideoGenerator?: InputVideoGenerator;
|
|
1572
|
-
|
|
1573
1238
|
VideoSelector?: VideoSelector;
|
|
1574
1239
|
}
|
|
1575
|
-
|
|
1576
1240
|
export interface InputTemplate {
|
|
1577
1241
|
AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
|
|
1578
|
-
|
|
1579
1242
|
AudioSelectors?: Record<string, AudioSelector>;
|
|
1580
|
-
|
|
1581
1243
|
CaptionSelectors?: Record<string, CaptionSelector>;
|
|
1582
|
-
|
|
1583
1244
|
Crop?: Rectangle;
|
|
1584
|
-
|
|
1585
1245
|
DeblockFilter?: InputDeblockFilter | string;
|
|
1586
|
-
|
|
1587
1246
|
DenoiseFilter?: InputDenoiseFilter | string;
|
|
1588
|
-
|
|
1589
1247
|
DolbyVisionMetadataXml?: string;
|
|
1590
|
-
|
|
1591
1248
|
FilterEnable?: InputFilterEnable | string;
|
|
1592
|
-
|
|
1593
1249
|
FilterStrength?: number;
|
|
1594
|
-
|
|
1595
1250
|
ImageInserter?: ImageInserter;
|
|
1596
|
-
|
|
1597
1251
|
InputClippings?: InputClipping[];
|
|
1598
|
-
|
|
1599
1252
|
InputScanType?: InputScanType | string;
|
|
1600
|
-
|
|
1601
1253
|
Position?: Rectangle;
|
|
1602
|
-
|
|
1603
1254
|
ProgramNumber?: number;
|
|
1604
|
-
|
|
1605
1255
|
PsiControl?: InputPsiControl | string;
|
|
1606
|
-
|
|
1607
1256
|
TimecodeSource?: InputTimecodeSource | string;
|
|
1608
|
-
|
|
1609
1257
|
TimecodeStart?: string;
|
|
1610
|
-
|
|
1611
1258
|
VideoSelector?: VideoSelector;
|
|
1612
1259
|
}
|
|
1613
1260
|
export declare enum AccelerationMode {
|
|
@@ -1615,7 +1262,6 @@ export declare enum AccelerationMode {
|
|
|
1615
1262
|
ENABLED = "ENABLED",
|
|
1616
1263
|
PREFERRED = "PREFERRED",
|
|
1617
1264
|
}
|
|
1618
|
-
|
|
1619
1265
|
export interface AccelerationSettings {
|
|
1620
1266
|
Mode: AccelerationMode | string | undefined;
|
|
1621
1267
|
}
|
|
@@ -1636,54 +1282,38 @@ export declare enum JobPhase {
|
|
|
1636
1282
|
TRANSCODING = "TRANSCODING",
|
|
1637
1283
|
UPLOADING = "UPLOADING",
|
|
1638
1284
|
}
|
|
1639
|
-
|
|
1640
1285
|
export interface JobMessages {
|
|
1641
1286
|
Info?: string[];
|
|
1642
|
-
|
|
1643
1287
|
Warning?: string[];
|
|
1644
1288
|
}
|
|
1645
|
-
|
|
1646
1289
|
export interface VideoDetail {
|
|
1647
1290
|
HeightInPx?: number;
|
|
1648
|
-
|
|
1649
1291
|
WidthInPx?: number;
|
|
1650
1292
|
}
|
|
1651
|
-
|
|
1652
1293
|
export interface OutputDetail {
|
|
1653
1294
|
DurationInMs?: number;
|
|
1654
|
-
|
|
1655
1295
|
VideoDetails?: VideoDetail;
|
|
1656
1296
|
}
|
|
1657
|
-
|
|
1658
1297
|
export interface OutputGroupDetail {
|
|
1659
1298
|
OutputDetails?: OutputDetail[];
|
|
1660
1299
|
}
|
|
1661
|
-
|
|
1662
1300
|
export interface QueueTransition {
|
|
1663
1301
|
DestinationQueue?: string;
|
|
1664
|
-
|
|
1665
1302
|
SourceQueue?: string;
|
|
1666
|
-
|
|
1667
1303
|
Timestamp?: Date;
|
|
1668
1304
|
}
|
|
1669
|
-
|
|
1670
1305
|
export interface AvailBlanking {
|
|
1671
1306
|
AvailBlankingImage?: string;
|
|
1672
1307
|
}
|
|
1673
|
-
|
|
1674
1308
|
export interface EsamManifestConfirmConditionNotification {
|
|
1675
1309
|
MccXml?: string;
|
|
1676
1310
|
}
|
|
1677
|
-
|
|
1678
1311
|
export interface EsamSignalProcessingNotification {
|
|
1679
1312
|
SccXml?: string;
|
|
1680
1313
|
}
|
|
1681
|
-
|
|
1682
1314
|
export interface EsamSettings {
|
|
1683
1315
|
ManifestConfirmConditionNotification?: EsamManifestConfirmConditionNotification;
|
|
1684
|
-
|
|
1685
1316
|
ResponseSignalPreroll?: number;
|
|
1686
|
-
|
|
1687
1317
|
SignalProcessingNotification?: EsamSignalProcessingNotification;
|
|
1688
1318
|
}
|
|
1689
1319
|
export declare enum CopyProtectionAction {
|
|
@@ -1694,78 +1324,51 @@ export declare enum VchipAction {
|
|
|
1694
1324
|
PASSTHROUGH = "PASSTHROUGH",
|
|
1695
1325
|
STRIP = "STRIP",
|
|
1696
1326
|
}
|
|
1697
|
-
|
|
1698
1327
|
export interface ExtendedDataServices {
|
|
1699
1328
|
CopyProtectionAction?: CopyProtectionAction | string;
|
|
1700
|
-
|
|
1701
1329
|
VchipAction?: VchipAction | string;
|
|
1702
1330
|
}
|
|
1703
|
-
|
|
1704
1331
|
export interface KantarWatermarkSettings {
|
|
1705
1332
|
ChannelName?: string;
|
|
1706
|
-
|
|
1707
1333
|
ContentReference?: string;
|
|
1708
|
-
|
|
1709
1334
|
CredentialsSecretName?: string;
|
|
1710
|
-
|
|
1711
1335
|
FileOffset?: number;
|
|
1712
|
-
|
|
1713
1336
|
KantarLicenseId?: number;
|
|
1714
|
-
|
|
1715
1337
|
KantarServerUrl?: string;
|
|
1716
|
-
|
|
1717
1338
|
LogDestination?: string;
|
|
1718
|
-
|
|
1719
1339
|
Metadata3?: string;
|
|
1720
|
-
|
|
1721
1340
|
Metadata4?: string;
|
|
1722
|
-
|
|
1723
1341
|
Metadata5?: string;
|
|
1724
|
-
|
|
1725
1342
|
Metadata6?: string;
|
|
1726
|
-
|
|
1727
1343
|
Metadata7?: string;
|
|
1728
|
-
|
|
1729
1344
|
Metadata8?: string;
|
|
1730
1345
|
}
|
|
1731
|
-
|
|
1732
1346
|
export interface MotionImageInsertionFramerate {
|
|
1733
1347
|
FramerateDenominator?: number;
|
|
1734
|
-
|
|
1735
1348
|
FramerateNumerator?: number;
|
|
1736
1349
|
}
|
|
1737
1350
|
export declare enum MotionImageInsertionMode {
|
|
1738
1351
|
MOV = "MOV",
|
|
1739
1352
|
PNG = "PNG",
|
|
1740
1353
|
}
|
|
1741
|
-
|
|
1742
1354
|
export interface MotionImageInsertionOffset {
|
|
1743
1355
|
ImageX?: number;
|
|
1744
|
-
|
|
1745
1356
|
ImageY?: number;
|
|
1746
1357
|
}
|
|
1747
1358
|
export declare enum MotionImagePlayback {
|
|
1748
1359
|
ONCE = "ONCE",
|
|
1749
1360
|
REPEAT = "REPEAT",
|
|
1750
1361
|
}
|
|
1751
|
-
|
|
1752
1362
|
export interface MotionImageInserter {
|
|
1753
1363
|
Framerate?: MotionImageInsertionFramerate;
|
|
1754
|
-
|
|
1755
1364
|
Input?: string;
|
|
1756
|
-
|
|
1757
1365
|
InsertionMode?: MotionImageInsertionMode | string;
|
|
1758
|
-
|
|
1759
1366
|
Offset?: MotionImageInsertionOffset;
|
|
1760
|
-
|
|
1761
1367
|
Playback?: MotionImagePlayback | string;
|
|
1762
|
-
|
|
1763
1368
|
StartTime?: string;
|
|
1764
1369
|
}
|
|
1765
|
-
|
|
1766
1370
|
export interface NielsenConfiguration {
|
|
1767
1371
|
BreakoutCode?: number;
|
|
1768
|
-
|
|
1769
1372
|
DistributorId?: string;
|
|
1770
1373
|
}
|
|
1771
1374
|
export declare enum NielsenActiveWatermarkProcessType {
|
|
@@ -1781,41 +1384,25 @@ export declare enum NielsenUniqueTicPerAudioTrackType {
|
|
|
1781
1384
|
RESERVE_UNIQUE_TICS_PER_TRACK = "RESERVE_UNIQUE_TICS_PER_TRACK",
|
|
1782
1385
|
SAME_TICS_PER_TRACK = "SAME_TICS_PER_TRACK",
|
|
1783
1386
|
}
|
|
1784
|
-
|
|
1785
1387
|
export interface NielsenNonLinearWatermarkSettings {
|
|
1786
1388
|
ActiveWatermarkProcess?: NielsenActiveWatermarkProcessType | string;
|
|
1787
|
-
|
|
1788
1389
|
AdiFilename?: string;
|
|
1789
|
-
|
|
1790
1390
|
AssetId?: string;
|
|
1791
|
-
|
|
1792
1391
|
AssetName?: string;
|
|
1793
|
-
|
|
1794
1392
|
CbetSourceId?: string;
|
|
1795
|
-
|
|
1796
1393
|
EpisodeId?: string;
|
|
1797
|
-
|
|
1798
1394
|
MetadataDestination?: string;
|
|
1799
|
-
|
|
1800
1395
|
SourceId?: number;
|
|
1801
|
-
|
|
1802
1396
|
SourceWatermarkStatus?: NielsenSourceWatermarkStatusType | string;
|
|
1803
|
-
|
|
1804
1397
|
TicServerUrl?: string;
|
|
1805
|
-
|
|
1806
1398
|
UniqueTicPerAudioTrack?: NielsenUniqueTicPerAudioTrackType | string;
|
|
1807
1399
|
}
|
|
1808
|
-
|
|
1809
1400
|
export interface AutomatedAbrSettings {
|
|
1810
1401
|
MaxAbrBitrate?: number;
|
|
1811
|
-
|
|
1812
1402
|
MaxRenditions?: number;
|
|
1813
|
-
|
|
1814
1403
|
MinAbrBitrate?: number;
|
|
1815
|
-
|
|
1816
1404
|
Rules?: AutomatedAbrRule[];
|
|
1817
1405
|
}
|
|
1818
|
-
|
|
1819
1406
|
export interface AutomatedEncodingSettings {
|
|
1820
1407
|
AbrSettings?: AutomatedAbrSettings;
|
|
1821
1408
|
}
|
|
@@ -1833,7 +1420,6 @@ export declare enum S3ObjectCannedAcl {
|
|
|
1833
1420
|
BUCKET_OWNER_READ = "BUCKET_OWNER_READ",
|
|
1834
1421
|
PUBLIC_READ = "PUBLIC_READ",
|
|
1835
1422
|
}
|
|
1836
|
-
|
|
1837
1423
|
export interface S3DestinationAccessControl {
|
|
1838
1424
|
CannedAcl?: S3ObjectCannedAcl | string;
|
|
1839
1425
|
}
|
|
@@ -1841,21 +1427,15 @@ export declare enum S3ServerSideEncryptionType {
|
|
|
1841
1427
|
SERVER_SIDE_ENCRYPTION_KMS = "SERVER_SIDE_ENCRYPTION_KMS",
|
|
1842
1428
|
SERVER_SIDE_ENCRYPTION_S3 = "SERVER_SIDE_ENCRYPTION_S3",
|
|
1843
1429
|
}
|
|
1844
|
-
|
|
1845
1430
|
export interface S3EncryptionSettings {
|
|
1846
1431
|
EncryptionType?: S3ServerSideEncryptionType | string;
|
|
1847
|
-
|
|
1848
1432
|
KmsEncryptionContext?: string;
|
|
1849
|
-
|
|
1850
1433
|
KmsKeyArn?: string;
|
|
1851
1434
|
}
|
|
1852
|
-
|
|
1853
1435
|
export interface S3DestinationSettings {
|
|
1854
1436
|
AccessControl?: S3DestinationAccessControl;
|
|
1855
|
-
|
|
1856
1437
|
Encryption?: S3EncryptionSettings;
|
|
1857
1438
|
}
|
|
1858
|
-
|
|
1859
1439
|
export interface DestinationSettings {
|
|
1860
1440
|
S3Settings?: S3DestinationSettings;
|
|
1861
1441
|
}
|
|
@@ -1867,44 +1447,29 @@ export declare enum CmafInitializationVectorInManifest {
|
|
|
1867
1447
|
EXCLUDE = "EXCLUDE",
|
|
1868
1448
|
INCLUDE = "INCLUDE",
|
|
1869
1449
|
}
|
|
1870
|
-
|
|
1871
1450
|
export interface SpekeKeyProviderCmaf {
|
|
1872
1451
|
CertificateArn?: string;
|
|
1873
|
-
|
|
1874
1452
|
DashSignaledSystemIds?: string[];
|
|
1875
|
-
|
|
1876
1453
|
HlsSignaledSystemIds?: string[];
|
|
1877
|
-
|
|
1878
1454
|
ResourceId?: string;
|
|
1879
|
-
|
|
1880
1455
|
Url?: string;
|
|
1881
1456
|
}
|
|
1882
|
-
|
|
1883
1457
|
export interface StaticKeyProvider {
|
|
1884
1458
|
KeyFormat?: string;
|
|
1885
|
-
|
|
1886
1459
|
KeyFormatVersions?: string;
|
|
1887
|
-
|
|
1888
1460
|
StaticKeyValue?: string;
|
|
1889
|
-
|
|
1890
1461
|
Url?: string;
|
|
1891
1462
|
}
|
|
1892
1463
|
export declare enum CmafKeyProviderType {
|
|
1893
1464
|
SPEKE = "SPEKE",
|
|
1894
1465
|
STATIC_KEY = "STATIC_KEY",
|
|
1895
1466
|
}
|
|
1896
|
-
|
|
1897
1467
|
export interface CmafEncryptionSettings {
|
|
1898
1468
|
ConstantInitializationVector?: string;
|
|
1899
|
-
|
|
1900
1469
|
EncryptionMethod?: CmafEncryptionType | string;
|
|
1901
|
-
|
|
1902
1470
|
InitializationVectorInManifest?: CmafInitializationVectorInManifest | string;
|
|
1903
|
-
|
|
1904
1471
|
SpekeKeyProvider?: SpekeKeyProviderCmaf;
|
|
1905
|
-
|
|
1906
1472
|
StaticKeyProvider?: StaticKeyProvider;
|
|
1907
|
-
|
|
1908
1473
|
Type?: CmafKeyProviderType | string;
|
|
1909
1474
|
}
|
|
1910
1475
|
export declare enum CmafImageBasedTrickPlay {
|
|
@@ -1917,18 +1482,12 @@ export declare enum CmafIntervalCadence {
|
|
|
1917
1482
|
FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
|
|
1918
1483
|
FOLLOW_IFRAME = "FOLLOW_IFRAME",
|
|
1919
1484
|
}
|
|
1920
|
-
|
|
1921
1485
|
export interface CmafImageBasedTrickPlaySettings {
|
|
1922
1486
|
IntervalCadence?: CmafIntervalCadence | string;
|
|
1923
|
-
|
|
1924
1487
|
ThumbnailHeight?: number;
|
|
1925
|
-
|
|
1926
1488
|
ThumbnailInterval?: number;
|
|
1927
|
-
|
|
1928
1489
|
ThumbnailWidth?: number;
|
|
1929
|
-
|
|
1930
1490
|
TileHeight?: number;
|
|
1931
|
-
|
|
1932
1491
|
TileWidth?: number;
|
|
1933
1492
|
}
|
|
1934
1493
|
export declare enum CmafManifestCompression {
|
|
@@ -1975,56 +1534,32 @@ export declare enum CmafWriteSegmentTimelineInRepresentation {
|
|
|
1975
1534
|
DISABLED = "DISABLED",
|
|
1976
1535
|
ENABLED = "ENABLED",
|
|
1977
1536
|
}
|
|
1978
|
-
|
|
1979
1537
|
export interface CmafGroupSettings {
|
|
1980
1538
|
AdditionalManifests?: CmafAdditionalManifest[];
|
|
1981
|
-
|
|
1982
1539
|
BaseUrl?: string;
|
|
1983
|
-
|
|
1984
1540
|
ClientCache?: CmafClientCache | string;
|
|
1985
|
-
|
|
1986
1541
|
CodecSpecification?: CmafCodecSpecification | string;
|
|
1987
|
-
|
|
1988
1542
|
Destination?: string;
|
|
1989
|
-
|
|
1990
1543
|
DestinationSettings?: DestinationSettings;
|
|
1991
|
-
|
|
1992
1544
|
Encryption?: CmafEncryptionSettings;
|
|
1993
|
-
|
|
1994
1545
|
FragmentLength?: number;
|
|
1995
|
-
|
|
1996
1546
|
ImageBasedTrickPlay?: CmafImageBasedTrickPlay | string;
|
|
1997
|
-
|
|
1998
1547
|
ImageBasedTrickPlaySettings?: CmafImageBasedTrickPlaySettings;
|
|
1999
|
-
|
|
2000
1548
|
ManifestCompression?: CmafManifestCompression | string;
|
|
2001
|
-
|
|
2002
1549
|
ManifestDurationFormat?: CmafManifestDurationFormat | string;
|
|
2003
|
-
|
|
2004
1550
|
MinBufferTime?: number;
|
|
2005
|
-
|
|
2006
1551
|
MinFinalSegmentLength?: number;
|
|
2007
|
-
|
|
2008
1552
|
MpdProfile?: CmafMpdProfile | string;
|
|
2009
|
-
|
|
2010
1553
|
PtsOffsetHandlingForBFrames?: CmafPtsOffsetHandlingForBFrames | string;
|
|
2011
|
-
|
|
2012
1554
|
SegmentControl?: CmafSegmentControl | string;
|
|
2013
|
-
|
|
2014
1555
|
SegmentLength?: number;
|
|
2015
|
-
|
|
2016
1556
|
SegmentLengthControl?: CmafSegmentLengthControl | string;
|
|
2017
|
-
|
|
2018
1557
|
StreamInfResolution?: CmafStreamInfResolution | string;
|
|
2019
|
-
|
|
2020
1558
|
TargetDurationCompatibilityMode?:
|
|
2021
1559
|
| CmafTargetDurationCompatibilityMode
|
|
2022
1560
|
| string;
|
|
2023
|
-
|
|
2024
1561
|
WriteDashManifest?: CmafWriteDASHManifest | string;
|
|
2025
|
-
|
|
2026
1562
|
WriteHlsManifest?: CmafWriteHLSManifest | string;
|
|
2027
|
-
|
|
2028
1563
|
WriteSegmentTimelineInRepresentation?:
|
|
2029
1564
|
| CmafWriteSegmentTimelineInRepresentation
|
|
2030
1565
|
| string;
|
|
@@ -2037,20 +1572,14 @@ export declare enum DashIsoPlaybackDeviceCompatibility {
|
|
|
2037
1572
|
CENC_V1 = "CENC_V1",
|
|
2038
1573
|
UNENCRYPTED_SEI = "UNENCRYPTED_SEI",
|
|
2039
1574
|
}
|
|
2040
|
-
|
|
2041
1575
|
export interface SpekeKeyProvider {
|
|
2042
1576
|
CertificateArn?: string;
|
|
2043
|
-
|
|
2044
1577
|
ResourceId?: string;
|
|
2045
|
-
|
|
2046
1578
|
SystemIds?: string[];
|
|
2047
|
-
|
|
2048
1579
|
Url?: string;
|
|
2049
1580
|
}
|
|
2050
|
-
|
|
2051
1581
|
export interface DashIsoEncryptionSettings {
|
|
2052
1582
|
PlaybackDeviceCompatibility?: DashIsoPlaybackDeviceCompatibility | string;
|
|
2053
|
-
|
|
2054
1583
|
SpekeKeyProvider?: SpekeKeyProvider;
|
|
2055
1584
|
}
|
|
2056
1585
|
export declare enum DashIsoHbbtvCompliance {
|
|
@@ -2067,18 +1596,12 @@ export declare enum DashIsoIntervalCadence {
|
|
|
2067
1596
|
FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
|
|
2068
1597
|
FOLLOW_IFRAME = "FOLLOW_IFRAME",
|
|
2069
1598
|
}
|
|
2070
|
-
|
|
2071
1599
|
export interface DashIsoImageBasedTrickPlaySettings {
|
|
2072
1600
|
IntervalCadence?: DashIsoIntervalCadence | string;
|
|
2073
|
-
|
|
2074
1601
|
ThumbnailHeight?: number;
|
|
2075
|
-
|
|
2076
1602
|
ThumbnailInterval?: number;
|
|
2077
|
-
|
|
2078
1603
|
ThumbnailWidth?: number;
|
|
2079
|
-
|
|
2080
1604
|
TileHeight?: number;
|
|
2081
|
-
|
|
2082
1605
|
TileWidth?: number;
|
|
2083
1606
|
}
|
|
2084
1607
|
export declare enum DashIsoMpdProfile {
|
|
@@ -2101,52 +1624,32 @@ export declare enum DashIsoWriteSegmentTimelineInRepresentation {
|
|
|
2101
1624
|
DISABLED = "DISABLED",
|
|
2102
1625
|
ENABLED = "ENABLED",
|
|
2103
1626
|
}
|
|
2104
|
-
|
|
2105
1627
|
export interface DashIsoGroupSettings {
|
|
2106
1628
|
AdditionalManifests?: DashAdditionalManifest[];
|
|
2107
|
-
|
|
2108
1629
|
AudioChannelConfigSchemeIdUri?:
|
|
2109
1630
|
| DashIsoGroupAudioChannelConfigSchemeIdUri
|
|
2110
1631
|
| string;
|
|
2111
|
-
|
|
2112
1632
|
BaseUrl?: string;
|
|
2113
|
-
|
|
2114
1633
|
Destination?: string;
|
|
2115
|
-
|
|
2116
1634
|
DestinationSettings?: DestinationSettings;
|
|
2117
|
-
|
|
2118
1635
|
Encryption?: DashIsoEncryptionSettings;
|
|
2119
|
-
|
|
2120
1636
|
FragmentLength?: number;
|
|
2121
|
-
|
|
2122
1637
|
HbbtvCompliance?: DashIsoHbbtvCompliance | string;
|
|
2123
|
-
|
|
2124
1638
|
ImageBasedTrickPlay?: DashIsoImageBasedTrickPlay | string;
|
|
2125
|
-
|
|
2126
1639
|
ImageBasedTrickPlaySettings?: DashIsoImageBasedTrickPlaySettings;
|
|
2127
|
-
|
|
2128
1640
|
MinBufferTime?: number;
|
|
2129
|
-
|
|
2130
1641
|
MinFinalSegmentLength?: number;
|
|
2131
|
-
|
|
2132
1642
|
MpdProfile?: DashIsoMpdProfile | string;
|
|
2133
|
-
|
|
2134
1643
|
PtsOffsetHandlingForBFrames?: DashIsoPtsOffsetHandlingForBFrames | string;
|
|
2135
|
-
|
|
2136
1644
|
SegmentControl?: DashIsoSegmentControl | string;
|
|
2137
|
-
|
|
2138
1645
|
SegmentLength?: number;
|
|
2139
|
-
|
|
2140
1646
|
SegmentLengthControl?: DashIsoSegmentLengthControl | string;
|
|
2141
|
-
|
|
2142
1647
|
WriteSegmentTimelineInRepresentation?:
|
|
2143
1648
|
| DashIsoWriteSegmentTimelineInRepresentation
|
|
2144
1649
|
| string;
|
|
2145
1650
|
}
|
|
2146
|
-
|
|
2147
1651
|
export interface FileGroupSettings {
|
|
2148
1652
|
Destination?: string;
|
|
2149
|
-
|
|
2150
1653
|
DestinationSettings?: DestinationSettings;
|
|
2151
1654
|
}
|
|
2152
1655
|
export declare enum HlsAudioOnlyHeader {
|
|
@@ -2190,20 +1693,13 @@ export declare enum HlsKeyProviderType {
|
|
|
2190
1693
|
SPEKE = "SPEKE",
|
|
2191
1694
|
STATIC_KEY = "STATIC_KEY",
|
|
2192
1695
|
}
|
|
2193
|
-
|
|
2194
1696
|
export interface HlsEncryptionSettings {
|
|
2195
1697
|
ConstantInitializationVector?: string;
|
|
2196
|
-
|
|
2197
1698
|
EncryptionMethod?: HlsEncryptionType | string;
|
|
2198
|
-
|
|
2199
1699
|
InitializationVectorInManifest?: HlsInitializationVectorInManifest | string;
|
|
2200
|
-
|
|
2201
1700
|
OfflineEncrypted?: HlsOfflineEncrypted | string;
|
|
2202
|
-
|
|
2203
1701
|
SpekeKeyProvider?: SpekeKeyProvider;
|
|
2204
|
-
|
|
2205
1702
|
StaticKeyProvider?: StaticKeyProvider;
|
|
2206
|
-
|
|
2207
1703
|
Type?: HlsKeyProviderType | string;
|
|
2208
1704
|
}
|
|
2209
1705
|
export declare enum HlsImageBasedTrickPlay {
|
|
@@ -2216,18 +1712,12 @@ export declare enum HlsIntervalCadence {
|
|
|
2216
1712
|
FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
|
|
2217
1713
|
FOLLOW_IFRAME = "FOLLOW_IFRAME",
|
|
2218
1714
|
}
|
|
2219
|
-
|
|
2220
1715
|
export interface HlsImageBasedTrickPlaySettings {
|
|
2221
1716
|
IntervalCadence?: HlsIntervalCadence | string;
|
|
2222
|
-
|
|
2223
1717
|
ThumbnailHeight?: number;
|
|
2224
|
-
|
|
2225
1718
|
ThumbnailInterval?: number;
|
|
2226
|
-
|
|
2227
1719
|
ThumbnailWidth?: number;
|
|
2228
|
-
|
|
2229
1720
|
TileHeight?: number;
|
|
2230
|
-
|
|
2231
1721
|
TileWidth?: number;
|
|
2232
1722
|
}
|
|
2233
1723
|
export declare enum HlsManifestCompression {
|
|
@@ -2267,81 +1757,47 @@ export declare enum HlsTimedMetadataId3Frame {
|
|
|
2267
1757
|
PRIV = "PRIV",
|
|
2268
1758
|
TDRL = "TDRL",
|
|
2269
1759
|
}
|
|
2270
|
-
|
|
2271
1760
|
export interface HlsGroupSettings {
|
|
2272
1761
|
AdMarkers?: (HlsAdMarkers | string)[];
|
|
2273
|
-
|
|
2274
1762
|
AdditionalManifests?: HlsAdditionalManifest[];
|
|
2275
|
-
|
|
2276
1763
|
AudioOnlyHeader?: HlsAudioOnlyHeader | string;
|
|
2277
|
-
|
|
2278
1764
|
BaseUrl?: string;
|
|
2279
|
-
|
|
2280
1765
|
CaptionLanguageMappings?: HlsCaptionLanguageMapping[];
|
|
2281
|
-
|
|
2282
1766
|
CaptionLanguageSetting?: HlsCaptionLanguageSetting | string;
|
|
2283
|
-
|
|
2284
1767
|
CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | string;
|
|
2285
|
-
|
|
2286
1768
|
ClientCache?: HlsClientCache | string;
|
|
2287
|
-
|
|
2288
1769
|
CodecSpecification?: HlsCodecSpecification | string;
|
|
2289
|
-
|
|
2290
1770
|
Destination?: string;
|
|
2291
|
-
|
|
2292
1771
|
DestinationSettings?: DestinationSettings;
|
|
2293
|
-
|
|
2294
1772
|
DirectoryStructure?: HlsDirectoryStructure | string;
|
|
2295
|
-
|
|
2296
1773
|
Encryption?: HlsEncryptionSettings;
|
|
2297
|
-
|
|
2298
1774
|
ImageBasedTrickPlay?: HlsImageBasedTrickPlay | string;
|
|
2299
|
-
|
|
2300
1775
|
ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings;
|
|
2301
|
-
|
|
2302
1776
|
ManifestCompression?: HlsManifestCompression | string;
|
|
2303
|
-
|
|
2304
1777
|
ManifestDurationFormat?: HlsManifestDurationFormat | string;
|
|
2305
|
-
|
|
2306
1778
|
MinFinalSegmentLength?: number;
|
|
2307
|
-
|
|
2308
1779
|
MinSegmentLength?: number;
|
|
2309
|
-
|
|
2310
1780
|
OutputSelection?: HlsOutputSelection | string;
|
|
2311
|
-
|
|
2312
1781
|
ProgramDateTime?: HlsProgramDateTime | string;
|
|
2313
|
-
|
|
2314
1782
|
ProgramDateTimePeriod?: number;
|
|
2315
|
-
|
|
2316
1783
|
SegmentControl?: HlsSegmentControl | string;
|
|
2317
|
-
|
|
2318
1784
|
SegmentLength?: number;
|
|
2319
|
-
|
|
2320
1785
|
SegmentLengthControl?: HlsSegmentLengthControl | string;
|
|
2321
|
-
|
|
2322
1786
|
SegmentsPerSubdirectory?: number;
|
|
2323
|
-
|
|
2324
1787
|
StreamInfResolution?: HlsStreamInfResolution | string;
|
|
2325
|
-
|
|
2326
1788
|
TargetDurationCompatibilityMode?: HlsTargetDurationCompatibilityMode | string;
|
|
2327
|
-
|
|
2328
1789
|
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | string;
|
|
2329
|
-
|
|
2330
1790
|
TimedMetadataId3Period?: number;
|
|
2331
|
-
|
|
2332
1791
|
TimestampDeltaMilliseconds?: number;
|
|
2333
1792
|
}
|
|
2334
|
-
|
|
2335
1793
|
export interface MsSmoothAdditionalManifest {
|
|
2336
1794
|
ManifestNameModifier?: string;
|
|
2337
|
-
|
|
2338
1795
|
SelectedOutputs?: string[];
|
|
2339
1796
|
}
|
|
2340
1797
|
export declare enum MsSmoothAudioDeduplication {
|
|
2341
1798
|
COMBINE_DUPLICATE_STREAMS = "COMBINE_DUPLICATE_STREAMS",
|
|
2342
1799
|
NONE = "NONE",
|
|
2343
1800
|
}
|
|
2344
|
-
|
|
2345
1801
|
export interface MsSmoothEncryptionSettings {
|
|
2346
1802
|
SpekeKeyProvider?: SpekeKeyProvider;
|
|
2347
1803
|
}
|
|
@@ -2353,22 +1809,14 @@ export declare enum MsSmoothManifestEncoding {
|
|
|
2353
1809
|
UTF16 = "UTF16",
|
|
2354
1810
|
UTF8 = "UTF8",
|
|
2355
1811
|
}
|
|
2356
|
-
|
|
2357
1812
|
export interface MsSmoothGroupSettings {
|
|
2358
1813
|
AdditionalManifests?: MsSmoothAdditionalManifest[];
|
|
2359
|
-
|
|
2360
1814
|
AudioDeduplication?: MsSmoothAudioDeduplication | string;
|
|
2361
|
-
|
|
2362
1815
|
Destination?: string;
|
|
2363
|
-
|
|
2364
1816
|
DestinationSettings?: DestinationSettings;
|
|
2365
|
-
|
|
2366
1817
|
Encryption?: MsSmoothEncryptionSettings;
|
|
2367
|
-
|
|
2368
1818
|
FragmentLength?: number;
|
|
2369
|
-
|
|
2370
1819
|
FragmentLengthControl?: MsSmoothFragmentLengthControl | string;
|
|
2371
|
-
|
|
2372
1820
|
ManifestEncoding?: MsSmoothManifestEncoding | string;
|
|
2373
1821
|
}
|
|
2374
1822
|
export declare enum OutputGroupType {
|
|
@@ -2378,18 +1826,12 @@ export declare enum OutputGroupType {
|
|
|
2378
1826
|
HLS_GROUP_SETTINGS = "HLS_GROUP_SETTINGS",
|
|
2379
1827
|
MS_SMOOTH_GROUP_SETTINGS = "MS_SMOOTH_GROUP_SETTINGS",
|
|
2380
1828
|
}
|
|
2381
|
-
|
|
2382
1829
|
export interface OutputGroupSettings {
|
|
2383
1830
|
CmafGroupSettings?: CmafGroupSettings;
|
|
2384
|
-
|
|
2385
1831
|
DashIsoGroupSettings?: DashIsoGroupSettings;
|
|
2386
|
-
|
|
2387
1832
|
FileGroupSettings?: FileGroupSettings;
|
|
2388
|
-
|
|
2389
1833
|
HlsGroupSettings?: HlsGroupSettings;
|
|
2390
|
-
|
|
2391
1834
|
MsSmoothGroupSettings?: MsSmoothGroupSettings;
|
|
2392
|
-
|
|
2393
1835
|
Type?: OutputGroupType | string;
|
|
2394
1836
|
}
|
|
2395
1837
|
export declare enum CmfcAudioDuration {
|
|
@@ -2425,26 +1867,16 @@ export declare enum CmfcTimedMetadata {
|
|
|
2425
1867
|
NONE = "NONE",
|
|
2426
1868
|
PASSTHROUGH = "PASSTHROUGH",
|
|
2427
1869
|
}
|
|
2428
|
-
|
|
2429
1870
|
export interface CmfcSettings {
|
|
2430
1871
|
AudioDuration?: CmfcAudioDuration | string;
|
|
2431
|
-
|
|
2432
1872
|
AudioGroupId?: string;
|
|
2433
|
-
|
|
2434
1873
|
AudioRenditionSets?: string;
|
|
2435
|
-
|
|
2436
1874
|
AudioTrackType?: CmfcAudioTrackType | string;
|
|
2437
|
-
|
|
2438
1875
|
DescriptiveVideoServiceFlag?: CmfcDescriptiveVideoServiceFlag | string;
|
|
2439
|
-
|
|
2440
1876
|
IFrameOnlyManifest?: CmfcIFrameOnlyManifest | string;
|
|
2441
|
-
|
|
2442
1877
|
KlvMetadata?: CmfcKlvMetadata | string;
|
|
2443
|
-
|
|
2444
1878
|
Scte35Esam?: CmfcScte35Esam | string;
|
|
2445
|
-
|
|
2446
1879
|
Scte35Source?: CmfcScte35Source | string;
|
|
2447
|
-
|
|
2448
1880
|
TimedMetadata?: CmfcTimedMetadata | string;
|
|
2449
1881
|
}
|
|
2450
1882
|
export declare enum ContainerType {
|
|
@@ -2464,7 +1896,6 @@ export declare enum F4vMoovPlacement {
|
|
|
2464
1896
|
NORMAL = "NORMAL",
|
|
2465
1897
|
PROGRESSIVE_DOWNLOAD = "PROGRESSIVE_DOWNLOAD",
|
|
2466
1898
|
}
|
|
2467
|
-
|
|
2468
1899
|
export interface F4vSettings {
|
|
2469
1900
|
MoovPlacement?: F4vMoovPlacement | string;
|
|
2470
1901
|
}
|
|
@@ -2484,12 +1915,9 @@ export declare enum M2tsDataPtsControl {
|
|
|
2484
1915
|
ALIGN_TO_VIDEO = "ALIGN_TO_VIDEO",
|
|
2485
1916
|
AUTO = "AUTO",
|
|
2486
1917
|
}
|
|
2487
|
-
|
|
2488
1918
|
export interface DvbNitSettings {
|
|
2489
1919
|
NetworkId?: number;
|
|
2490
|
-
|
|
2491
1920
|
NetworkName?: string;
|
|
2492
|
-
|
|
2493
1921
|
NitInterval?: number;
|
|
2494
1922
|
}
|
|
2495
1923
|
export declare enum OutputSdt {
|
|
@@ -2498,17 +1926,12 @@ export declare enum OutputSdt {
|
|
|
2498
1926
|
SDT_MANUAL = "SDT_MANUAL",
|
|
2499
1927
|
SDT_NONE = "SDT_NONE",
|
|
2500
1928
|
}
|
|
2501
|
-
|
|
2502
1929
|
export interface DvbSdtSettings {
|
|
2503
1930
|
OutputSdt?: OutputSdt | string;
|
|
2504
|
-
|
|
2505
1931
|
SdtInterval?: number;
|
|
2506
|
-
|
|
2507
1932
|
ServiceName?: string;
|
|
2508
|
-
|
|
2509
1933
|
ServiceProviderName?: string;
|
|
2510
1934
|
}
|
|
2511
|
-
|
|
2512
1935
|
export interface DvbTdtSettings {
|
|
2513
1936
|
TdtInterval?: number;
|
|
2514
1937
|
}
|
|
@@ -2528,403 +1951,294 @@ export declare enum M2tsForceTsVideoEbpOrder {
|
|
|
2528
1951
|
DEFAULT = "DEFAULT",
|
|
2529
1952
|
FORCE = "FORCE",
|
|
2530
1953
|
}
|
|
2531
|
-
|
|
2532
1954
|
export declare const AllowedRenditionSizeFilterSensitiveLog: (
|
|
2533
1955
|
obj: AllowedRenditionSize
|
|
2534
1956
|
) => any;
|
|
2535
|
-
|
|
2536
1957
|
export declare const AudioChannelTaggingSettingsFilterSensitiveLog: (
|
|
2537
1958
|
obj: AudioChannelTaggingSettings
|
|
2538
1959
|
) => any;
|
|
2539
|
-
|
|
2540
1960
|
export declare const AudioNormalizationSettingsFilterSensitiveLog: (
|
|
2541
1961
|
obj: AudioNormalizationSettings
|
|
2542
1962
|
) => any;
|
|
2543
|
-
|
|
2544
1963
|
export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
|
|
2545
|
-
|
|
2546
1964
|
export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
|
|
2547
|
-
|
|
2548
1965
|
export declare const AiffSettingsFilterSensitiveLog: (obj: AiffSettings) => any;
|
|
2549
|
-
|
|
2550
1966
|
export declare const Eac3AtmosSettingsFilterSensitiveLog: (
|
|
2551
1967
|
obj: Eac3AtmosSettings
|
|
2552
1968
|
) => any;
|
|
2553
|
-
|
|
2554
1969
|
export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
|
|
2555
|
-
|
|
2556
1970
|
export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
|
|
2557
|
-
|
|
2558
1971
|
export declare const Mp3SettingsFilterSensitiveLog: (obj: Mp3Settings) => any;
|
|
2559
|
-
|
|
2560
1972
|
export declare const OpusSettingsFilterSensitiveLog: (obj: OpusSettings) => any;
|
|
2561
|
-
|
|
2562
1973
|
export declare const VorbisSettingsFilterSensitiveLog: (
|
|
2563
1974
|
obj: VorbisSettings
|
|
2564
1975
|
) => any;
|
|
2565
|
-
|
|
2566
1976
|
export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
|
|
2567
|
-
|
|
2568
1977
|
export declare const AudioCodecSettingsFilterSensitiveLog: (
|
|
2569
1978
|
obj: AudioCodecSettings
|
|
2570
1979
|
) => any;
|
|
2571
|
-
|
|
2572
1980
|
export declare const OutputChannelMappingFilterSensitiveLog: (
|
|
2573
1981
|
obj: OutputChannelMapping
|
|
2574
1982
|
) => any;
|
|
2575
|
-
|
|
2576
1983
|
export declare const ChannelMappingFilterSensitiveLog: (
|
|
2577
1984
|
obj: ChannelMapping
|
|
2578
1985
|
) => any;
|
|
2579
|
-
|
|
2580
1986
|
export declare const RemixSettingsFilterSensitiveLog: (
|
|
2581
1987
|
obj: RemixSettings
|
|
2582
1988
|
) => any;
|
|
2583
|
-
|
|
2584
1989
|
export declare const AudioDescriptionFilterSensitiveLog: (
|
|
2585
1990
|
obj: AudioDescription
|
|
2586
1991
|
) => any;
|
|
2587
|
-
|
|
2588
1992
|
export declare const ForceIncludeRenditionSizeFilterSensitiveLog: (
|
|
2589
1993
|
obj: ForceIncludeRenditionSize
|
|
2590
1994
|
) => any;
|
|
2591
|
-
|
|
2592
1995
|
export declare const MinBottomRenditionSizeFilterSensitiveLog: (
|
|
2593
1996
|
obj: MinBottomRenditionSize
|
|
2594
1997
|
) => any;
|
|
2595
|
-
|
|
2596
1998
|
export declare const MinTopRenditionSizeFilterSensitiveLog: (
|
|
2597
1999
|
obj: MinTopRenditionSize
|
|
2598
2000
|
) => any;
|
|
2599
|
-
|
|
2600
2001
|
export declare const AutomatedAbrRuleFilterSensitiveLog: (
|
|
2601
2002
|
obj: AutomatedAbrRule
|
|
2602
2003
|
) => any;
|
|
2603
|
-
|
|
2604
2004
|
export declare const BurninDestinationSettingsFilterSensitiveLog: (
|
|
2605
2005
|
obj: BurninDestinationSettings
|
|
2606
2006
|
) => any;
|
|
2607
|
-
|
|
2608
2007
|
export declare const DvbSubDestinationSettingsFilterSensitiveLog: (
|
|
2609
2008
|
obj: DvbSubDestinationSettings
|
|
2610
2009
|
) => any;
|
|
2611
|
-
|
|
2612
2010
|
export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (
|
|
2613
2011
|
obj: EmbeddedDestinationSettings
|
|
2614
2012
|
) => any;
|
|
2615
|
-
|
|
2616
2013
|
export declare const ImscDestinationSettingsFilterSensitiveLog: (
|
|
2617
2014
|
obj: ImscDestinationSettings
|
|
2618
2015
|
) => any;
|
|
2619
|
-
|
|
2620
2016
|
export declare const SccDestinationSettingsFilterSensitiveLog: (
|
|
2621
2017
|
obj: SccDestinationSettings
|
|
2622
2018
|
) => any;
|
|
2623
|
-
|
|
2624
2019
|
export declare const SrtDestinationSettingsFilterSensitiveLog: (
|
|
2625
2020
|
obj: SrtDestinationSettings
|
|
2626
2021
|
) => any;
|
|
2627
|
-
|
|
2628
2022
|
export declare const TeletextDestinationSettingsFilterSensitiveLog: (
|
|
2629
2023
|
obj: TeletextDestinationSettings
|
|
2630
2024
|
) => any;
|
|
2631
|
-
|
|
2632
2025
|
export declare const TtmlDestinationSettingsFilterSensitiveLog: (
|
|
2633
2026
|
obj: TtmlDestinationSettings
|
|
2634
2027
|
) => any;
|
|
2635
|
-
|
|
2636
2028
|
export declare const WebvttDestinationSettingsFilterSensitiveLog: (
|
|
2637
2029
|
obj: WebvttDestinationSettings
|
|
2638
2030
|
) => any;
|
|
2639
|
-
|
|
2640
2031
|
export declare const CaptionDestinationSettingsFilterSensitiveLog: (
|
|
2641
2032
|
obj: CaptionDestinationSettings
|
|
2642
2033
|
) => any;
|
|
2643
|
-
|
|
2644
2034
|
export declare const CaptionDescriptionFilterSensitiveLog: (
|
|
2645
2035
|
obj: CaptionDescription
|
|
2646
2036
|
) => any;
|
|
2647
|
-
|
|
2648
2037
|
export declare const CaptionDescriptionPresetFilterSensitiveLog: (
|
|
2649
2038
|
obj: CaptionDescriptionPreset
|
|
2650
2039
|
) => any;
|
|
2651
|
-
|
|
2652
2040
|
export declare const CmafAdditionalManifestFilterSensitiveLog: (
|
|
2653
2041
|
obj: CmafAdditionalManifest
|
|
2654
2042
|
) => any;
|
|
2655
|
-
|
|
2656
2043
|
export declare const DashAdditionalManifestFilterSensitiveLog: (
|
|
2657
2044
|
obj: DashAdditionalManifest
|
|
2658
2045
|
) => any;
|
|
2659
|
-
|
|
2660
2046
|
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
2661
|
-
|
|
2662
2047
|
export declare const HlsAdditionalManifestFilterSensitiveLog: (
|
|
2663
2048
|
obj: HlsAdditionalManifest
|
|
2664
2049
|
) => any;
|
|
2665
|
-
|
|
2666
2050
|
export declare const HlsCaptionLanguageMappingFilterSensitiveLog: (
|
|
2667
2051
|
obj: HlsCaptionLanguageMapping
|
|
2668
2052
|
) => any;
|
|
2669
|
-
|
|
2670
2053
|
export declare const HopDestinationFilterSensitiveLog: (
|
|
2671
2054
|
obj: HopDestination
|
|
2672
2055
|
) => any;
|
|
2673
|
-
|
|
2674
2056
|
export declare const Id3InsertionFilterSensitiveLog: (obj: Id3Insertion) => any;
|
|
2675
|
-
|
|
2676
2057
|
export declare const AudioSelectorGroupFilterSensitiveLog: (
|
|
2677
2058
|
obj: AudioSelectorGroup
|
|
2678
2059
|
) => any;
|
|
2679
|
-
|
|
2680
2060
|
export declare const HlsRenditionGroupSettingsFilterSensitiveLog: (
|
|
2681
2061
|
obj: HlsRenditionGroupSettings
|
|
2682
2062
|
) => any;
|
|
2683
|
-
|
|
2684
2063
|
export declare const AudioSelectorFilterSensitiveLog: (
|
|
2685
2064
|
obj: AudioSelector
|
|
2686
2065
|
) => any;
|
|
2687
|
-
|
|
2688
2066
|
export declare const AncillarySourceSettingsFilterSensitiveLog: (
|
|
2689
2067
|
obj: AncillarySourceSettings
|
|
2690
2068
|
) => any;
|
|
2691
|
-
|
|
2692
2069
|
export declare const DvbSubSourceSettingsFilterSensitiveLog: (
|
|
2693
2070
|
obj: DvbSubSourceSettings
|
|
2694
2071
|
) => any;
|
|
2695
|
-
|
|
2696
2072
|
export declare const EmbeddedSourceSettingsFilterSensitiveLog: (
|
|
2697
2073
|
obj: EmbeddedSourceSettings
|
|
2698
2074
|
) => any;
|
|
2699
|
-
|
|
2700
2075
|
export declare const CaptionSourceFramerateFilterSensitiveLog: (
|
|
2701
2076
|
obj: CaptionSourceFramerate
|
|
2702
2077
|
) => any;
|
|
2703
|
-
|
|
2704
2078
|
export declare const FileSourceSettingsFilterSensitiveLog: (
|
|
2705
2079
|
obj: FileSourceSettings
|
|
2706
2080
|
) => any;
|
|
2707
|
-
|
|
2708
2081
|
export declare const TeletextSourceSettingsFilterSensitiveLog: (
|
|
2709
2082
|
obj: TeletextSourceSettings
|
|
2710
2083
|
) => any;
|
|
2711
|
-
|
|
2712
2084
|
export declare const TrackSourceSettingsFilterSensitiveLog: (
|
|
2713
2085
|
obj: TrackSourceSettings
|
|
2714
2086
|
) => any;
|
|
2715
|
-
|
|
2716
2087
|
export declare const WebvttHlsSourceSettingsFilterSensitiveLog: (
|
|
2717
2088
|
obj: WebvttHlsSourceSettings
|
|
2718
2089
|
) => any;
|
|
2719
|
-
|
|
2720
2090
|
export declare const CaptionSourceSettingsFilterSensitiveLog: (
|
|
2721
2091
|
obj: CaptionSourceSettings
|
|
2722
2092
|
) => any;
|
|
2723
|
-
|
|
2724
2093
|
export declare const CaptionSelectorFilterSensitiveLog: (
|
|
2725
2094
|
obj: CaptionSelector
|
|
2726
2095
|
) => any;
|
|
2727
|
-
|
|
2728
2096
|
export declare const RectangleFilterSensitiveLog: (obj: Rectangle) => any;
|
|
2729
|
-
|
|
2730
2097
|
export declare const InputDecryptionSettingsFilterSensitiveLog: (
|
|
2731
2098
|
obj: InputDecryptionSettings
|
|
2732
2099
|
) => any;
|
|
2733
|
-
|
|
2734
2100
|
export declare const InsertableImageFilterSensitiveLog: (
|
|
2735
2101
|
obj: InsertableImage
|
|
2736
2102
|
) => any;
|
|
2737
|
-
|
|
2738
2103
|
export declare const ImageInserterFilterSensitiveLog: (
|
|
2739
2104
|
obj: ImageInserter
|
|
2740
2105
|
) => any;
|
|
2741
|
-
|
|
2742
2106
|
export declare const InputClippingFilterSensitiveLog: (
|
|
2743
2107
|
obj: InputClipping
|
|
2744
2108
|
) => any;
|
|
2745
|
-
|
|
2746
2109
|
export declare const InputVideoGeneratorFilterSensitiveLog: (
|
|
2747
2110
|
obj: InputVideoGenerator
|
|
2748
2111
|
) => any;
|
|
2749
|
-
|
|
2750
2112
|
export declare const Hdr10MetadataFilterSensitiveLog: (
|
|
2751
2113
|
obj: Hdr10Metadata
|
|
2752
2114
|
) => any;
|
|
2753
|
-
|
|
2754
2115
|
export declare const VideoSelectorFilterSensitiveLog: (
|
|
2755
2116
|
obj: VideoSelector
|
|
2756
2117
|
) => any;
|
|
2757
|
-
|
|
2758
2118
|
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
2759
|
-
|
|
2760
2119
|
export declare const InputTemplateFilterSensitiveLog: (
|
|
2761
2120
|
obj: InputTemplate
|
|
2762
2121
|
) => any;
|
|
2763
|
-
|
|
2764
2122
|
export declare const AccelerationSettingsFilterSensitiveLog: (
|
|
2765
2123
|
obj: AccelerationSettings
|
|
2766
2124
|
) => any;
|
|
2767
|
-
|
|
2768
2125
|
export declare const JobMessagesFilterSensitiveLog: (obj: JobMessages) => any;
|
|
2769
|
-
|
|
2770
2126
|
export declare const VideoDetailFilterSensitiveLog: (obj: VideoDetail) => any;
|
|
2771
|
-
|
|
2772
2127
|
export declare const OutputDetailFilterSensitiveLog: (obj: OutputDetail) => any;
|
|
2773
|
-
|
|
2774
2128
|
export declare const OutputGroupDetailFilterSensitiveLog: (
|
|
2775
2129
|
obj: OutputGroupDetail
|
|
2776
2130
|
) => any;
|
|
2777
|
-
|
|
2778
2131
|
export declare const QueueTransitionFilterSensitiveLog: (
|
|
2779
2132
|
obj: QueueTransition
|
|
2780
2133
|
) => any;
|
|
2781
|
-
|
|
2782
2134
|
export declare const AvailBlankingFilterSensitiveLog: (
|
|
2783
2135
|
obj: AvailBlanking
|
|
2784
2136
|
) => any;
|
|
2785
|
-
|
|
2786
2137
|
export declare const EsamManifestConfirmConditionNotificationFilterSensitiveLog: (
|
|
2787
2138
|
obj: EsamManifestConfirmConditionNotification
|
|
2788
2139
|
) => any;
|
|
2789
|
-
|
|
2790
2140
|
export declare const EsamSignalProcessingNotificationFilterSensitiveLog: (
|
|
2791
2141
|
obj: EsamSignalProcessingNotification
|
|
2792
2142
|
) => any;
|
|
2793
|
-
|
|
2794
2143
|
export declare const EsamSettingsFilterSensitiveLog: (obj: EsamSettings) => any;
|
|
2795
|
-
|
|
2796
2144
|
export declare const ExtendedDataServicesFilterSensitiveLog: (
|
|
2797
2145
|
obj: ExtendedDataServices
|
|
2798
2146
|
) => any;
|
|
2799
|
-
|
|
2800
2147
|
export declare const KantarWatermarkSettingsFilterSensitiveLog: (
|
|
2801
2148
|
obj: KantarWatermarkSettings
|
|
2802
2149
|
) => any;
|
|
2803
|
-
|
|
2804
2150
|
export declare const MotionImageInsertionFramerateFilterSensitiveLog: (
|
|
2805
2151
|
obj: MotionImageInsertionFramerate
|
|
2806
2152
|
) => any;
|
|
2807
|
-
|
|
2808
2153
|
export declare const MotionImageInsertionOffsetFilterSensitiveLog: (
|
|
2809
2154
|
obj: MotionImageInsertionOffset
|
|
2810
2155
|
) => any;
|
|
2811
|
-
|
|
2812
2156
|
export declare const MotionImageInserterFilterSensitiveLog: (
|
|
2813
2157
|
obj: MotionImageInserter
|
|
2814
2158
|
) => any;
|
|
2815
|
-
|
|
2816
2159
|
export declare const NielsenConfigurationFilterSensitiveLog: (
|
|
2817
2160
|
obj: NielsenConfiguration
|
|
2818
2161
|
) => any;
|
|
2819
|
-
|
|
2820
2162
|
export declare const NielsenNonLinearWatermarkSettingsFilterSensitiveLog: (
|
|
2821
2163
|
obj: NielsenNonLinearWatermarkSettings
|
|
2822
2164
|
) => any;
|
|
2823
|
-
|
|
2824
2165
|
export declare const AutomatedAbrSettingsFilterSensitiveLog: (
|
|
2825
2166
|
obj: AutomatedAbrSettings
|
|
2826
2167
|
) => any;
|
|
2827
|
-
|
|
2828
2168
|
export declare const AutomatedEncodingSettingsFilterSensitiveLog: (
|
|
2829
2169
|
obj: AutomatedEncodingSettings
|
|
2830
2170
|
) => any;
|
|
2831
|
-
|
|
2832
2171
|
export declare const S3DestinationAccessControlFilterSensitiveLog: (
|
|
2833
2172
|
obj: S3DestinationAccessControl
|
|
2834
2173
|
) => any;
|
|
2835
|
-
|
|
2836
2174
|
export declare const S3EncryptionSettingsFilterSensitiveLog: (
|
|
2837
2175
|
obj: S3EncryptionSettings
|
|
2838
2176
|
) => any;
|
|
2839
|
-
|
|
2840
2177
|
export declare const S3DestinationSettingsFilterSensitiveLog: (
|
|
2841
2178
|
obj: S3DestinationSettings
|
|
2842
2179
|
) => any;
|
|
2843
|
-
|
|
2844
2180
|
export declare const DestinationSettingsFilterSensitiveLog: (
|
|
2845
2181
|
obj: DestinationSettings
|
|
2846
2182
|
) => any;
|
|
2847
|
-
|
|
2848
2183
|
export declare const SpekeKeyProviderCmafFilterSensitiveLog: (
|
|
2849
2184
|
obj: SpekeKeyProviderCmaf
|
|
2850
2185
|
) => any;
|
|
2851
|
-
|
|
2852
2186
|
export declare const StaticKeyProviderFilterSensitiveLog: (
|
|
2853
2187
|
obj: StaticKeyProvider
|
|
2854
2188
|
) => any;
|
|
2855
|
-
|
|
2856
2189
|
export declare const CmafEncryptionSettingsFilterSensitiveLog: (
|
|
2857
2190
|
obj: CmafEncryptionSettings
|
|
2858
2191
|
) => any;
|
|
2859
|
-
|
|
2860
2192
|
export declare const CmafImageBasedTrickPlaySettingsFilterSensitiveLog: (
|
|
2861
2193
|
obj: CmafImageBasedTrickPlaySettings
|
|
2862
2194
|
) => any;
|
|
2863
|
-
|
|
2864
2195
|
export declare const CmafGroupSettingsFilterSensitiveLog: (
|
|
2865
2196
|
obj: CmafGroupSettings
|
|
2866
2197
|
) => any;
|
|
2867
|
-
|
|
2868
2198
|
export declare const SpekeKeyProviderFilterSensitiveLog: (
|
|
2869
2199
|
obj: SpekeKeyProvider
|
|
2870
2200
|
) => any;
|
|
2871
|
-
|
|
2872
2201
|
export declare const DashIsoEncryptionSettingsFilterSensitiveLog: (
|
|
2873
2202
|
obj: DashIsoEncryptionSettings
|
|
2874
2203
|
) => any;
|
|
2875
|
-
|
|
2876
2204
|
export declare const DashIsoImageBasedTrickPlaySettingsFilterSensitiveLog: (
|
|
2877
2205
|
obj: DashIsoImageBasedTrickPlaySettings
|
|
2878
2206
|
) => any;
|
|
2879
|
-
|
|
2880
2207
|
export declare const DashIsoGroupSettingsFilterSensitiveLog: (
|
|
2881
2208
|
obj: DashIsoGroupSettings
|
|
2882
2209
|
) => any;
|
|
2883
|
-
|
|
2884
2210
|
export declare const FileGroupSettingsFilterSensitiveLog: (
|
|
2885
2211
|
obj: FileGroupSettings
|
|
2886
2212
|
) => any;
|
|
2887
|
-
|
|
2888
2213
|
export declare const HlsEncryptionSettingsFilterSensitiveLog: (
|
|
2889
2214
|
obj: HlsEncryptionSettings
|
|
2890
2215
|
) => any;
|
|
2891
|
-
|
|
2892
2216
|
export declare const HlsImageBasedTrickPlaySettingsFilterSensitiveLog: (
|
|
2893
2217
|
obj: HlsImageBasedTrickPlaySettings
|
|
2894
2218
|
) => any;
|
|
2895
|
-
|
|
2896
2219
|
export declare const HlsGroupSettingsFilterSensitiveLog: (
|
|
2897
2220
|
obj: HlsGroupSettings
|
|
2898
2221
|
) => any;
|
|
2899
|
-
|
|
2900
2222
|
export declare const MsSmoothAdditionalManifestFilterSensitiveLog: (
|
|
2901
2223
|
obj: MsSmoothAdditionalManifest
|
|
2902
2224
|
) => any;
|
|
2903
|
-
|
|
2904
2225
|
export declare const MsSmoothEncryptionSettingsFilterSensitiveLog: (
|
|
2905
2226
|
obj: MsSmoothEncryptionSettings
|
|
2906
2227
|
) => any;
|
|
2907
|
-
|
|
2908
2228
|
export declare const MsSmoothGroupSettingsFilterSensitiveLog: (
|
|
2909
2229
|
obj: MsSmoothGroupSettings
|
|
2910
2230
|
) => any;
|
|
2911
|
-
|
|
2912
2231
|
export declare const OutputGroupSettingsFilterSensitiveLog: (
|
|
2913
2232
|
obj: OutputGroupSettings
|
|
2914
2233
|
) => any;
|
|
2915
|
-
|
|
2916
2234
|
export declare const CmfcSettingsFilterSensitiveLog: (obj: CmfcSettings) => any;
|
|
2917
|
-
|
|
2918
2235
|
export declare const F4vSettingsFilterSensitiveLog: (obj: F4vSettings) => any;
|
|
2919
|
-
|
|
2920
2236
|
export declare const DvbNitSettingsFilterSensitiveLog: (
|
|
2921
2237
|
obj: DvbNitSettings
|
|
2922
2238
|
) => any;
|
|
2923
|
-
|
|
2924
2239
|
export declare const DvbSdtSettingsFilterSensitiveLog: (
|
|
2925
2240
|
obj: DvbSdtSettings
|
|
2926
2241
|
) => any;
|
|
2927
|
-
|
|
2928
2242
|
export declare const DvbTdtSettingsFilterSensitiveLog: (
|
|
2929
2243
|
obj: DvbTdtSettings
|
|
2930
2244
|
) => any;
|