@aws-sdk/client-mediaconvert 3.169.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.
Files changed (52) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaConvert.d.ts +480 -145
  3. package/dist-types/ts3.4/MediaConvertClient.d.ts +273 -101
  4. package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +33 -18
  23. package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/index.d.ts +28 -28
  33. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  34. package/dist-types/ts3.4/index.d.ts +6 -6
  35. package/dist-types/ts3.4/models/MediaConvertServiceException.d.ts +7 -6
  36. package/dist-types/ts3.4/models/index.d.ts +3 -3
  37. package/dist-types/ts3.4/models/models_0.d.ts +2244 -2849
  38. package/dist-types/ts3.4/models/models_1.d.ts +2066 -2642
  39. package/dist-types/ts3.4/models/models_2.d.ts +182 -204
  40. package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  42. package/dist-types/ts3.4/pagination/ListJobTemplatesPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListPresetsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/index.d.ts +6 -6
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +341 -86
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  52. package/package.json +34 -34
@@ -1,2849 +1,2244 @@
1
- export declare enum RequiredFlag {
2
- DISABLED = "DISABLED",
3
- ENABLED = "ENABLED"
4
- }
5
-
6
- export interface AllowedRenditionSize {
7
-
8
- Height?: number;
9
-
10
- Required?: RequiredFlag | string;
11
-
12
- Width?: number;
13
- }
14
- export declare enum AudioChannelTag {
15
- C = "C",
16
- CS = "CS",
17
- L = "L",
18
- LC = "LC",
19
- LFE = "LFE",
20
- LS = "LS",
21
- LSD = "LSD",
22
- R = "R",
23
- RC = "RC",
24
- RS = "RS",
25
- RSD = "RSD",
26
- TCS = "TCS",
27
- VHC = "VHC",
28
- VHL = "VHL",
29
- VHR = "VHR"
30
- }
31
-
32
- export interface AudioChannelTaggingSettings {
33
-
34
- ChannelTag?: AudioChannelTag | string;
35
- }
36
- export declare enum AudioNormalizationAlgorithm {
37
- ITU_BS_1770_1 = "ITU_BS_1770_1",
38
- ITU_BS_1770_2 = "ITU_BS_1770_2",
39
- ITU_BS_1770_3 = "ITU_BS_1770_3",
40
- ITU_BS_1770_4 = "ITU_BS_1770_4"
41
- }
42
- export declare enum AudioNormalizationAlgorithmControl {
43
- CORRECT_AUDIO = "CORRECT_AUDIO",
44
- MEASURE_ONLY = "MEASURE_ONLY"
45
- }
46
- export declare enum AudioNormalizationLoudnessLogging {
47
- DONT_LOG = "DONT_LOG",
48
- LOG = "LOG"
49
- }
50
- export declare enum AudioNormalizationPeakCalculation {
51
- NONE = "NONE",
52
- TRUE_PEAK = "TRUE_PEAK"
53
- }
54
-
55
- export interface AudioNormalizationSettings {
56
-
57
- Algorithm?: AudioNormalizationAlgorithm | string;
58
-
59
- AlgorithmControl?: AudioNormalizationAlgorithmControl | string;
60
-
61
- CorrectionGateLevel?: number;
62
-
63
- LoudnessLogging?: AudioNormalizationLoudnessLogging | string;
64
-
65
- PeakCalculation?: AudioNormalizationPeakCalculation | string;
66
-
67
- TargetLkfs?: number;
68
- }
69
- export declare enum AudioTypeControl {
70
- FOLLOW_INPUT = "FOLLOW_INPUT",
71
- USE_CONFIGURED = "USE_CONFIGURED"
72
- }
73
- export declare enum AacAudioDescriptionBroadcasterMix {
74
- BROADCASTER_MIXED_AD = "BROADCASTER_MIXED_AD",
75
- NORMAL = "NORMAL"
76
- }
77
- export declare enum AacCodecProfile {
78
- HEV1 = "HEV1",
79
- HEV2 = "HEV2",
80
- LC = "LC"
81
- }
82
- export declare enum AacCodingMode {
83
- AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
84
- CODING_MODE_1_0 = "CODING_MODE_1_0",
85
- CODING_MODE_1_1 = "CODING_MODE_1_1",
86
- CODING_MODE_2_0 = "CODING_MODE_2_0",
87
- CODING_MODE_5_1 = "CODING_MODE_5_1"
88
- }
89
- export declare enum AacRateControlMode {
90
- CBR = "CBR",
91
- VBR = "VBR"
92
- }
93
- export declare enum AacRawFormat {
94
- LATM_LOAS = "LATM_LOAS",
95
- NONE = "NONE"
96
- }
97
- export declare enum AacSpecification {
98
- MPEG2 = "MPEG2",
99
- MPEG4 = "MPEG4"
100
- }
101
- export declare enum AacVbrQuality {
102
- HIGH = "HIGH",
103
- LOW = "LOW",
104
- MEDIUM_HIGH = "MEDIUM_HIGH",
105
- MEDIUM_LOW = "MEDIUM_LOW"
106
- }
107
-
108
- export interface AacSettings {
109
-
110
- AudioDescriptionBroadcasterMix?: AacAudioDescriptionBroadcasterMix | string;
111
-
112
- Bitrate?: number;
113
-
114
- CodecProfile?: AacCodecProfile | string;
115
-
116
- CodingMode?: AacCodingMode | string;
117
-
118
- RateControlMode?: AacRateControlMode | string;
119
-
120
- RawFormat?: AacRawFormat | string;
121
-
122
- SampleRate?: number;
123
-
124
- Specification?: AacSpecification | string;
125
-
126
- VbrQuality?: AacVbrQuality | string;
127
- }
128
- export declare enum Ac3BitstreamMode {
129
- COMMENTARY = "COMMENTARY",
130
- COMPLETE_MAIN = "COMPLETE_MAIN",
131
- DIALOGUE = "DIALOGUE",
132
- EMERGENCY = "EMERGENCY",
133
- HEARING_IMPAIRED = "HEARING_IMPAIRED",
134
- MUSIC_AND_EFFECTS = "MUSIC_AND_EFFECTS",
135
- VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
136
- VOICE_OVER = "VOICE_OVER"
137
- }
138
- export declare enum Ac3CodingMode {
139
- CODING_MODE_1_0 = "CODING_MODE_1_0",
140
- CODING_MODE_1_1 = "CODING_MODE_1_1",
141
- CODING_MODE_2_0 = "CODING_MODE_2_0",
142
- CODING_MODE_3_2_LFE = "CODING_MODE_3_2_LFE"
143
- }
144
- export declare enum Ac3DynamicRangeCompressionLine {
145
- FILM_LIGHT = "FILM_LIGHT",
146
- FILM_STANDARD = "FILM_STANDARD",
147
- MUSIC_LIGHT = "MUSIC_LIGHT",
148
- MUSIC_STANDARD = "MUSIC_STANDARD",
149
- NONE = "NONE",
150
- SPEECH = "SPEECH"
151
- }
152
- export declare enum Ac3DynamicRangeCompressionProfile {
153
- FILM_STANDARD = "FILM_STANDARD",
154
- NONE = "NONE"
155
- }
156
- export declare enum Ac3DynamicRangeCompressionRf {
157
- FILM_LIGHT = "FILM_LIGHT",
158
- FILM_STANDARD = "FILM_STANDARD",
159
- MUSIC_LIGHT = "MUSIC_LIGHT",
160
- MUSIC_STANDARD = "MUSIC_STANDARD",
161
- NONE = "NONE",
162
- SPEECH = "SPEECH"
163
- }
164
- export declare enum Ac3LfeFilter {
165
- DISABLED = "DISABLED",
166
- ENABLED = "ENABLED"
167
- }
168
- export declare enum Ac3MetadataControl {
169
- FOLLOW_INPUT = "FOLLOW_INPUT",
170
- USE_CONFIGURED = "USE_CONFIGURED"
171
- }
172
-
173
- export interface Ac3Settings {
174
-
175
- Bitrate?: number;
176
-
177
- BitstreamMode?: Ac3BitstreamMode | string;
178
-
179
- CodingMode?: Ac3CodingMode | string;
180
-
181
- Dialnorm?: number;
182
-
183
- DynamicRangeCompressionLine?: Ac3DynamicRangeCompressionLine | string;
184
-
185
- DynamicRangeCompressionProfile?: Ac3DynamicRangeCompressionProfile | string;
186
-
187
- DynamicRangeCompressionRf?: Ac3DynamicRangeCompressionRf | string;
188
-
189
- LfeFilter?: Ac3LfeFilter | string;
190
-
191
- MetadataControl?: Ac3MetadataControl | string;
192
-
193
- SampleRate?: number;
194
- }
195
-
196
- export interface AiffSettings {
197
-
198
- BitDepth?: number;
199
-
200
- Channels?: number;
201
-
202
- SampleRate?: number;
203
- }
204
- export declare enum AudioCodec {
205
- AAC = "AAC",
206
- AC3 = "AC3",
207
- AIFF = "AIFF",
208
- EAC3 = "EAC3",
209
- EAC3_ATMOS = "EAC3_ATMOS",
210
- MP2 = "MP2",
211
- MP3 = "MP3",
212
- OPUS = "OPUS",
213
- PASSTHROUGH = "PASSTHROUGH",
214
- VORBIS = "VORBIS",
215
- WAV = "WAV"
216
- }
217
- export declare enum Eac3AtmosBitstreamMode {
218
- COMPLETE_MAIN = "COMPLETE_MAIN"
219
- }
220
- export declare enum Eac3AtmosCodingMode {
221
- CODING_MODE_5_1_4 = "CODING_MODE_5_1_4",
222
- CODING_MODE_7_1_4 = "CODING_MODE_7_1_4",
223
- CODING_MODE_9_1_6 = "CODING_MODE_9_1_6",
224
- CODING_MODE_AUTO = "CODING_MODE_AUTO"
225
- }
226
- export declare enum Eac3AtmosDialogueIntelligence {
227
- DISABLED = "DISABLED",
228
- ENABLED = "ENABLED"
229
- }
230
- export declare enum Eac3AtmosDownmixControl {
231
- INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
232
- SPECIFIED = "SPECIFIED"
233
- }
234
- export declare enum Eac3AtmosDynamicRangeCompressionLine {
235
- FILM_LIGHT = "FILM_LIGHT",
236
- FILM_STANDARD = "FILM_STANDARD",
237
- MUSIC_LIGHT = "MUSIC_LIGHT",
238
- MUSIC_STANDARD = "MUSIC_STANDARD",
239
- NONE = "NONE",
240
- SPEECH = "SPEECH"
241
- }
242
- export declare enum Eac3AtmosDynamicRangeCompressionRf {
243
- FILM_LIGHT = "FILM_LIGHT",
244
- FILM_STANDARD = "FILM_STANDARD",
245
- MUSIC_LIGHT = "MUSIC_LIGHT",
246
- MUSIC_STANDARD = "MUSIC_STANDARD",
247
- NONE = "NONE",
248
- SPEECH = "SPEECH"
249
- }
250
- export declare enum Eac3AtmosDynamicRangeControl {
251
- INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
252
- SPECIFIED = "SPECIFIED"
253
- }
254
- export declare enum Eac3AtmosMeteringMode {
255
- ITU_BS_1770_1 = "ITU_BS_1770_1",
256
- ITU_BS_1770_2 = "ITU_BS_1770_2",
257
- ITU_BS_1770_3 = "ITU_BS_1770_3",
258
- ITU_BS_1770_4 = "ITU_BS_1770_4",
259
- LEQ_A = "LEQ_A"
260
- }
261
- export declare enum Eac3AtmosStereoDownmix {
262
- DPL2 = "DPL2",
263
- NOT_INDICATED = "NOT_INDICATED",
264
- STEREO = "STEREO",
265
- SURROUND = "SURROUND"
266
- }
267
- export declare enum Eac3AtmosSurroundExMode {
268
- DISABLED = "DISABLED",
269
- ENABLED = "ENABLED",
270
- NOT_INDICATED = "NOT_INDICATED"
271
- }
272
-
273
- export interface Eac3AtmosSettings {
274
-
275
- Bitrate?: number;
276
-
277
- BitstreamMode?: Eac3AtmosBitstreamMode | string;
278
-
279
- CodingMode?: Eac3AtmosCodingMode | string;
280
-
281
- DialogueIntelligence?: Eac3AtmosDialogueIntelligence | string;
282
-
283
- DownmixControl?: Eac3AtmosDownmixControl | string;
284
-
285
- DynamicRangeCompressionLine?: Eac3AtmosDynamicRangeCompressionLine | string;
286
-
287
- DynamicRangeCompressionRf?: Eac3AtmosDynamicRangeCompressionRf | string;
288
-
289
- DynamicRangeControl?: Eac3AtmosDynamicRangeControl | string;
290
-
291
- LoRoCenterMixLevel?: number;
292
-
293
- LoRoSurroundMixLevel?: number;
294
-
295
- LtRtCenterMixLevel?: number;
296
-
297
- LtRtSurroundMixLevel?: number;
298
-
299
- MeteringMode?: Eac3AtmosMeteringMode | string;
300
-
301
- SampleRate?: number;
302
-
303
- SpeechThreshold?: number;
304
-
305
- StereoDownmix?: Eac3AtmosStereoDownmix | string;
306
-
307
- SurroundExMode?: Eac3AtmosSurroundExMode | string;
308
- }
309
- export declare enum Eac3AttenuationControl {
310
- ATTENUATE_3_DB = "ATTENUATE_3_DB",
311
- NONE = "NONE"
312
- }
313
- export declare enum Eac3BitstreamMode {
314
- COMMENTARY = "COMMENTARY",
315
- COMPLETE_MAIN = "COMPLETE_MAIN",
316
- EMERGENCY = "EMERGENCY",
317
- HEARING_IMPAIRED = "HEARING_IMPAIRED",
318
- VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED"
319
- }
320
- export declare enum Eac3CodingMode {
321
- CODING_MODE_1_0 = "CODING_MODE_1_0",
322
- CODING_MODE_2_0 = "CODING_MODE_2_0",
323
- CODING_MODE_3_2 = "CODING_MODE_3_2"
324
- }
325
- export declare enum Eac3DcFilter {
326
- DISABLED = "DISABLED",
327
- ENABLED = "ENABLED"
328
- }
329
- export declare enum Eac3DynamicRangeCompressionLine {
330
- FILM_LIGHT = "FILM_LIGHT",
331
- FILM_STANDARD = "FILM_STANDARD",
332
- MUSIC_LIGHT = "MUSIC_LIGHT",
333
- MUSIC_STANDARD = "MUSIC_STANDARD",
334
- NONE = "NONE",
335
- SPEECH = "SPEECH"
336
- }
337
- export declare enum Eac3DynamicRangeCompressionRf {
338
- FILM_LIGHT = "FILM_LIGHT",
339
- FILM_STANDARD = "FILM_STANDARD",
340
- MUSIC_LIGHT = "MUSIC_LIGHT",
341
- MUSIC_STANDARD = "MUSIC_STANDARD",
342
- NONE = "NONE",
343
- SPEECH = "SPEECH"
344
- }
345
- export declare enum Eac3LfeControl {
346
- LFE = "LFE",
347
- NO_LFE = "NO_LFE"
348
- }
349
- export declare enum Eac3LfeFilter {
350
- DISABLED = "DISABLED",
351
- ENABLED = "ENABLED"
352
- }
353
- export declare enum Eac3MetadataControl {
354
- FOLLOW_INPUT = "FOLLOW_INPUT",
355
- USE_CONFIGURED = "USE_CONFIGURED"
356
- }
357
- export declare enum Eac3PassthroughControl {
358
- NO_PASSTHROUGH = "NO_PASSTHROUGH",
359
- WHEN_POSSIBLE = "WHEN_POSSIBLE"
360
- }
361
- export declare enum Eac3PhaseControl {
362
- NO_SHIFT = "NO_SHIFT",
363
- SHIFT_90_DEGREES = "SHIFT_90_DEGREES"
364
- }
365
- export declare enum Eac3StereoDownmix {
366
- DPL2 = "DPL2",
367
- LO_RO = "LO_RO",
368
- LT_RT = "LT_RT",
369
- NOT_INDICATED = "NOT_INDICATED"
370
- }
371
- export declare enum Eac3SurroundExMode {
372
- DISABLED = "DISABLED",
373
- ENABLED = "ENABLED",
374
- NOT_INDICATED = "NOT_INDICATED"
375
- }
376
- export declare enum Eac3SurroundMode {
377
- DISABLED = "DISABLED",
378
- ENABLED = "ENABLED",
379
- NOT_INDICATED = "NOT_INDICATED"
380
- }
381
-
382
- export interface Eac3Settings {
383
-
384
- AttenuationControl?: Eac3AttenuationControl | string;
385
-
386
- Bitrate?: number;
387
-
388
- BitstreamMode?: Eac3BitstreamMode | string;
389
-
390
- CodingMode?: Eac3CodingMode | string;
391
-
392
- DcFilter?: Eac3DcFilter | string;
393
-
394
- Dialnorm?: number;
395
-
396
- DynamicRangeCompressionLine?: Eac3DynamicRangeCompressionLine | string;
397
-
398
- DynamicRangeCompressionRf?: Eac3DynamicRangeCompressionRf | string;
399
-
400
- LfeControl?: Eac3LfeControl | string;
401
-
402
- LfeFilter?: Eac3LfeFilter | string;
403
-
404
- LoRoCenterMixLevel?: number;
405
-
406
- LoRoSurroundMixLevel?: number;
407
-
408
- LtRtCenterMixLevel?: number;
409
-
410
- LtRtSurroundMixLevel?: number;
411
-
412
- MetadataControl?: Eac3MetadataControl | string;
413
-
414
- PassthroughControl?: Eac3PassthroughControl | string;
415
-
416
- PhaseControl?: Eac3PhaseControl | string;
417
-
418
- SampleRate?: number;
419
-
420
- StereoDownmix?: Eac3StereoDownmix | string;
421
-
422
- SurroundExMode?: Eac3SurroundExMode | string;
423
-
424
- SurroundMode?: Eac3SurroundMode | string;
425
- }
426
-
427
- export interface Mp2Settings {
428
-
429
- Bitrate?: number;
430
-
431
- Channels?: number;
432
-
433
- SampleRate?: number;
434
- }
435
- export declare enum Mp3RateControlMode {
436
- CBR = "CBR",
437
- VBR = "VBR"
438
- }
439
-
440
- export interface Mp3Settings {
441
-
442
- Bitrate?: number;
443
-
444
- Channels?: number;
445
-
446
- RateControlMode?: Mp3RateControlMode | string;
447
-
448
- SampleRate?: number;
449
-
450
- VbrQuality?: number;
451
- }
452
-
453
- export interface OpusSettings {
454
-
455
- Bitrate?: number;
456
-
457
- Channels?: number;
458
-
459
- SampleRate?: number;
460
- }
461
-
462
- export interface VorbisSettings {
463
-
464
- Channels?: number;
465
-
466
- SampleRate?: number;
467
-
468
- VbrQuality?: number;
469
- }
470
- export declare enum WavFormat {
471
- RF64 = "RF64",
472
- RIFF = "RIFF"
473
- }
474
-
475
- export interface WavSettings {
476
-
477
- BitDepth?: number;
478
-
479
- Channels?: number;
480
-
481
- Format?: WavFormat | string;
482
-
483
- SampleRate?: number;
484
- }
485
-
486
- export interface AudioCodecSettings {
487
-
488
- AacSettings?: AacSettings;
489
-
490
- Ac3Settings?: Ac3Settings;
491
-
492
- AiffSettings?: AiffSettings;
493
-
494
- Codec?: AudioCodec | string;
495
-
496
- Eac3AtmosSettings?: Eac3AtmosSettings;
497
-
498
- Eac3Settings?: Eac3Settings;
499
-
500
- Mp2Settings?: Mp2Settings;
501
-
502
- Mp3Settings?: Mp3Settings;
503
-
504
- OpusSettings?: OpusSettings;
505
-
506
- VorbisSettings?: VorbisSettings;
507
-
508
- WavSettings?: WavSettings;
509
- }
510
- export declare enum LanguageCode {
511
- AAR = "AAR",
512
- ABK = "ABK",
513
- AFR = "AFR",
514
- AKA = "AKA",
515
- AMH = "AMH",
516
- ARA = "ARA",
517
- ARG = "ARG",
518
- ASM = "ASM",
519
- AVA = "AVA",
520
- AVE = "AVE",
521
- AYM = "AYM",
522
- AZE = "AZE",
523
- BAK = "BAK",
524
- BAM = "BAM",
525
- BEL = "BEL",
526
- BEN = "BEN",
527
- BIH = "BIH",
528
- BIS = "BIS",
529
- BOD = "BOD",
530
- BOS = "BOS",
531
- BRE = "BRE",
532
- BUL = "BUL",
533
- CAT = "CAT",
534
- CES = "CES",
535
- CHA = "CHA",
536
- CHE = "CHE",
537
- CHU = "CHU",
538
- CHV = "CHV",
539
- COR = "COR",
540
- COS = "COS",
541
- CRE = "CRE",
542
- CYM = "CYM",
543
- DAN = "DAN",
544
- DEU = "DEU",
545
- DIV = "DIV",
546
- DZO = "DZO",
547
- ELL = "ELL",
548
- ENG = "ENG",
549
- ENM = "ENM",
550
- EPO = "EPO",
551
- EST = "EST",
552
- EUS = "EUS",
553
- EWE = "EWE",
554
- FAO = "FAO",
555
- FAS = "FAS",
556
- FIJ = "FIJ",
557
- FIN = "FIN",
558
- FRA = "FRA",
559
- FRM = "FRM",
560
- FRY = "FRY",
561
- FUL = "FUL",
562
- GER = "GER",
563
- GLA = "GLA",
564
- GLE = "GLE",
565
- GLG = "GLG",
566
- GLV = "GLV",
567
- GRN = "GRN",
568
- GUJ = "GUJ",
569
- HAT = "HAT",
570
- HAU = "HAU",
571
- HEB = "HEB",
572
- HER = "HER",
573
- HIN = "HIN",
574
- HMO = "HMO",
575
- HRV = "HRV",
576
- HUN = "HUN",
577
- HYE = "HYE",
578
- IBO = "IBO",
579
- IDO = "IDO",
580
- III = "III",
581
- IKU = "IKU",
582
- ILE = "ILE",
583
- INA = "INA",
584
- IND = "IND",
585
- IPK = "IPK",
586
- ISL = "ISL",
587
- ITA = "ITA",
588
- JAV = "JAV",
589
- JPN = "JPN",
590
- KAL = "KAL",
591
- KAN = "KAN",
592
- KAS = "KAS",
593
- KAT = "KAT",
594
- KAU = "KAU",
595
- KAZ = "KAZ",
596
- KHM = "KHM",
597
- KIK = "KIK",
598
- KIN = "KIN",
599
- KIR = "KIR",
600
- KOM = "KOM",
601
- KON = "KON",
602
- KOR = "KOR",
603
- KUA = "KUA",
604
- KUR = "KUR",
605
- LAO = "LAO",
606
- LAT = "LAT",
607
- LAV = "LAV",
608
- LIM = "LIM",
609
- LIN = "LIN",
610
- LIT = "LIT",
611
- LTZ = "LTZ",
612
- LUB = "LUB",
613
- LUG = "LUG",
614
- MAH = "MAH",
615
- MAL = "MAL",
616
- MAR = "MAR",
617
- MKD = "MKD",
618
- MLG = "MLG",
619
- MLT = "MLT",
620
- MON = "MON",
621
- MRI = "MRI",
622
- MSA = "MSA",
623
- MYA = "MYA",
624
- NAU = "NAU",
625
- NAV = "NAV",
626
- NBL = "NBL",
627
- NDE = "NDE",
628
- NDO = "NDO",
629
- NEP = "NEP",
630
- NLD = "NLD",
631
- NNO = "NNO",
632
- NOB = "NOB",
633
- NOR = "NOR",
634
- NYA = "NYA",
635
- OCI = "OCI",
636
- OJI = "OJI",
637
- ORI = "ORI",
638
- ORJ = "ORJ",
639
- ORM = "ORM",
640
- OSS = "OSS",
641
- PAN = "PAN",
642
- PLI = "PLI",
643
- POL = "POL",
644
- POR = "POR",
645
- PUS = "PUS",
646
- QAA = "QAA",
647
- QPC = "QPC",
648
- QUE = "QUE",
649
- ROH = "ROH",
650
- RON = "RON",
651
- RUN = "RUN",
652
- RUS = "RUS",
653
- SAG = "SAG",
654
- SAN = "SAN",
655
- SIN = "SIN",
656
- SLK = "SLK",
657
- SLV = "SLV",
658
- SME = "SME",
659
- SMO = "SMO",
660
- SNA = "SNA",
661
- SND = "SND",
662
- SOM = "SOM",
663
- SOT = "SOT",
664
- SPA = "SPA",
665
- SQI = "SQI",
666
- SRB = "SRB",
667
- SRD = "SRD",
668
- SRP = "SRP",
669
- SSW = "SSW",
670
- SUN = "SUN",
671
- SWA = "SWA",
672
- SWE = "SWE",
673
- TAH = "TAH",
674
- TAM = "TAM",
675
- TAT = "TAT",
676
- TEL = "TEL",
677
- TGK = "TGK",
678
- TGL = "TGL",
679
- THA = "THA",
680
- TIR = "TIR",
681
- TNG = "TNG",
682
- TON = "TON",
683
- TSN = "TSN",
684
- TSO = "TSO",
685
- TUK = "TUK",
686
- TUR = "TUR",
687
- TWI = "TWI",
688
- UIG = "UIG",
689
- UKR = "UKR",
690
- URD = "URD",
691
- UZB = "UZB",
692
- VEN = "VEN",
693
- VIE = "VIE",
694
- VOL = "VOL",
695
- WLN = "WLN",
696
- WOL = "WOL",
697
- XHO = "XHO",
698
- YID = "YID",
699
- YOR = "YOR",
700
- ZHA = "ZHA",
701
- ZHO = "ZHO",
702
- ZUL = "ZUL"
703
- }
704
- export declare enum AudioLanguageCodeControl {
705
- FOLLOW_INPUT = "FOLLOW_INPUT",
706
- USE_CONFIGURED = "USE_CONFIGURED"
707
- }
708
-
709
- export interface OutputChannelMapping {
710
-
711
- InputChannels?: number[];
712
-
713
- InputChannelsFineTune?: number[];
714
- }
715
-
716
- export interface ChannelMapping {
717
-
718
- OutputChannels?: OutputChannelMapping[];
719
- }
720
-
721
- export interface RemixSettings {
722
-
723
- ChannelMapping?: ChannelMapping;
724
-
725
- ChannelsIn?: number;
726
-
727
- ChannelsOut?: number;
728
- }
729
-
730
- export interface AudioDescription {
731
-
732
- AudioChannelTaggingSettings?: AudioChannelTaggingSettings;
733
-
734
- AudioNormalizationSettings?: AudioNormalizationSettings;
735
-
736
- AudioSourceName?: string;
737
-
738
- AudioType?: number;
739
-
740
- AudioTypeControl?: AudioTypeControl | string;
741
-
742
- CodecSettings?: AudioCodecSettings;
743
-
744
- CustomLanguageCode?: string;
745
-
746
- LanguageCode?: LanguageCode | string;
747
-
748
- LanguageCodeControl?: AudioLanguageCodeControl | string;
749
-
750
- RemixSettings?: RemixSettings;
751
-
752
- StreamName?: string;
753
- }
754
-
755
- export interface ForceIncludeRenditionSize {
756
-
757
- Height?: number;
758
-
759
- Width?: number;
760
- }
761
-
762
- export interface MinBottomRenditionSize {
763
-
764
- Height?: number;
765
-
766
- Width?: number;
767
- }
768
-
769
- export interface MinTopRenditionSize {
770
-
771
- Height?: number;
772
-
773
- Width?: number;
774
- }
775
- export declare enum RuleType {
776
- ALLOWED_RENDITIONS = "ALLOWED_RENDITIONS",
777
- FORCE_INCLUDE_RENDITIONS = "FORCE_INCLUDE_RENDITIONS",
778
- MIN_BOTTOM_RENDITION_SIZE = "MIN_BOTTOM_RENDITION_SIZE",
779
- MIN_TOP_RENDITION_SIZE = "MIN_TOP_RENDITION_SIZE"
780
- }
781
-
782
- export interface AutomatedAbrRule {
783
-
784
- AllowedRenditions?: AllowedRenditionSize[];
785
-
786
- ForceIncludeRenditions?: ForceIncludeRenditionSize[];
787
-
788
- MinBottomRenditionSize?: MinBottomRenditionSize;
789
-
790
- MinTopRenditionSize?: MinTopRenditionSize;
791
-
792
- Type?: RuleType | string;
793
- }
794
- export declare enum BurninSubtitleAlignment {
795
- AUTO = "AUTO",
796
- CENTERED = "CENTERED",
797
- LEFT = "LEFT"
798
- }
799
- export declare enum BurninSubtitleApplyFontColor {
800
- ALL_TEXT = "ALL_TEXT",
801
- WHITE_TEXT_ONLY = "WHITE_TEXT_ONLY"
802
- }
803
- export declare enum BurninSubtitleBackgroundColor {
804
- AUTO = "AUTO",
805
- BLACK = "BLACK",
806
- NONE = "NONE",
807
- WHITE = "WHITE"
808
- }
809
- export declare enum BurninSubtitleFallbackFont {
810
- BEST_MATCH = "BEST_MATCH",
811
- MONOSPACED_SANSSERIF = "MONOSPACED_SANSSERIF",
812
- MONOSPACED_SERIF = "MONOSPACED_SERIF",
813
- PROPORTIONAL_SANSSERIF = "PROPORTIONAL_SANSSERIF",
814
- PROPORTIONAL_SERIF = "PROPORTIONAL_SERIF"
815
- }
816
- export declare enum BurninSubtitleFontColor {
817
- AUTO = "AUTO",
818
- BLACK = "BLACK",
819
- BLUE = "BLUE",
820
- GREEN = "GREEN",
821
- HEX = "HEX",
822
- RED = "RED",
823
- WHITE = "WHITE",
824
- YELLOW = "YELLOW"
825
- }
826
- export declare enum FontScript {
827
- AUTOMATIC = "AUTOMATIC",
828
- HANS = "HANS",
829
- HANT = "HANT"
830
- }
831
- export declare enum BurninSubtitleOutlineColor {
832
- AUTO = "AUTO",
833
- BLACK = "BLACK",
834
- BLUE = "BLUE",
835
- GREEN = "GREEN",
836
- RED = "RED",
837
- WHITE = "WHITE",
838
- YELLOW = "YELLOW"
839
- }
840
- export declare enum BurninSubtitleShadowColor {
841
- AUTO = "AUTO",
842
- BLACK = "BLACK",
843
- NONE = "NONE",
844
- WHITE = "WHITE"
845
- }
846
- export declare enum BurnInSubtitleStylePassthrough {
847
- DISABLED = "DISABLED",
848
- ENABLED = "ENABLED"
849
- }
850
- export declare enum BurninSubtitleTeletextSpacing {
851
- AUTO = "AUTO",
852
- FIXED_GRID = "FIXED_GRID",
853
- PROPORTIONAL = "PROPORTIONAL"
854
- }
855
-
856
- export interface BurninDestinationSettings {
857
-
858
- Alignment?: BurninSubtitleAlignment | string;
859
-
860
- ApplyFontColor?: BurninSubtitleApplyFontColor | string;
861
-
862
- BackgroundColor?: BurninSubtitleBackgroundColor | string;
863
-
864
- BackgroundOpacity?: number;
865
-
866
- FallbackFont?: BurninSubtitleFallbackFont | string;
867
-
868
- FontColor?: BurninSubtitleFontColor | string;
869
-
870
- FontOpacity?: number;
871
-
872
- FontResolution?: number;
873
-
874
- FontScript?: FontScript | string;
875
-
876
- FontSize?: number;
877
-
878
- HexFontColor?: string;
879
-
880
- OutlineColor?: BurninSubtitleOutlineColor | string;
881
-
882
- OutlineSize?: number;
883
-
884
- ShadowColor?: BurninSubtitleShadowColor | string;
885
-
886
- ShadowOpacity?: number;
887
-
888
- ShadowXOffset?: number;
889
-
890
- ShadowYOffset?: number;
891
-
892
- StylePassthrough?: BurnInSubtitleStylePassthrough | string;
893
-
894
- TeletextSpacing?: BurninSubtitleTeletextSpacing | string;
895
-
896
- XPosition?: number;
897
-
898
- YPosition?: number;
899
- }
900
- export declare enum CaptionDestinationType {
901
- BURN_IN = "BURN_IN",
902
- DVB_SUB = "DVB_SUB",
903
- EMBEDDED = "EMBEDDED",
904
- EMBEDDED_PLUS_SCTE20 = "EMBEDDED_PLUS_SCTE20",
905
- IMSC = "IMSC",
906
- SCC = "SCC",
907
- SCTE20_PLUS_EMBEDDED = "SCTE20_PLUS_EMBEDDED",
908
- SMI = "SMI",
909
- SRT = "SRT",
910
- TELETEXT = "TELETEXT",
911
- TTML = "TTML",
912
- WEBVTT = "WEBVTT"
913
- }
914
- export declare enum DvbSubtitleAlignment {
915
- AUTO = "AUTO",
916
- CENTERED = "CENTERED",
917
- LEFT = "LEFT"
918
- }
919
- export declare enum DvbSubtitleApplyFontColor {
920
- ALL_TEXT = "ALL_TEXT",
921
- WHITE_TEXT_ONLY = "WHITE_TEXT_ONLY"
922
- }
923
- export declare enum DvbSubtitleBackgroundColor {
924
- AUTO = "AUTO",
925
- BLACK = "BLACK",
926
- NONE = "NONE",
927
- WHITE = "WHITE"
928
- }
929
- export declare enum DvbddsHandling {
930
- NONE = "NONE",
931
- NO_DISPLAY_WINDOW = "NO_DISPLAY_WINDOW",
932
- SPECIFIED = "SPECIFIED"
933
- }
934
- export declare enum DvbSubSubtitleFallbackFont {
935
- BEST_MATCH = "BEST_MATCH",
936
- MONOSPACED_SANSSERIF = "MONOSPACED_SANSSERIF",
937
- MONOSPACED_SERIF = "MONOSPACED_SERIF",
938
- PROPORTIONAL_SANSSERIF = "PROPORTIONAL_SANSSERIF",
939
- PROPORTIONAL_SERIF = "PROPORTIONAL_SERIF"
940
- }
941
- export declare enum DvbSubtitleFontColor {
942
- AUTO = "AUTO",
943
- BLACK = "BLACK",
944
- BLUE = "BLUE",
945
- GREEN = "GREEN",
946
- HEX = "HEX",
947
- RED = "RED",
948
- WHITE = "WHITE",
949
- YELLOW = "YELLOW"
950
- }
951
- export declare enum DvbSubtitleOutlineColor {
952
- AUTO = "AUTO",
953
- BLACK = "BLACK",
954
- BLUE = "BLUE",
955
- GREEN = "GREEN",
956
- RED = "RED",
957
- WHITE = "WHITE",
958
- YELLOW = "YELLOW"
959
- }
960
- export declare enum DvbSubtitleShadowColor {
961
- AUTO = "AUTO",
962
- BLACK = "BLACK",
963
- NONE = "NONE",
964
- WHITE = "WHITE"
965
- }
966
- export declare enum DvbSubtitleStylePassthrough {
967
- DISABLED = "DISABLED",
968
- ENABLED = "ENABLED"
969
- }
970
- export declare enum DvbSubtitlingType {
971
- HEARING_IMPAIRED = "HEARING_IMPAIRED",
972
- STANDARD = "STANDARD"
973
- }
974
- export declare enum DvbSubtitleTeletextSpacing {
975
- AUTO = "AUTO",
976
- FIXED_GRID = "FIXED_GRID",
977
- PROPORTIONAL = "PROPORTIONAL"
978
- }
979
-
980
- export interface DvbSubDestinationSettings {
981
-
982
- Alignment?: DvbSubtitleAlignment | string;
983
-
984
- ApplyFontColor?: DvbSubtitleApplyFontColor | string;
985
-
986
- BackgroundColor?: DvbSubtitleBackgroundColor | string;
987
-
988
- BackgroundOpacity?: number;
989
-
990
- DdsHandling?: DvbddsHandling | string;
991
-
992
- DdsXCoordinate?: number;
993
-
994
- DdsYCoordinate?: number;
995
-
996
- FallbackFont?: DvbSubSubtitleFallbackFont | string;
997
-
998
- FontColor?: DvbSubtitleFontColor | string;
999
-
1000
- FontOpacity?: number;
1001
-
1002
- FontResolution?: number;
1003
-
1004
- FontScript?: FontScript | string;
1005
-
1006
- FontSize?: number;
1007
-
1008
- Height?: number;
1009
-
1010
- HexFontColor?: string;
1011
-
1012
- OutlineColor?: DvbSubtitleOutlineColor | string;
1013
-
1014
- OutlineSize?: number;
1015
-
1016
- ShadowColor?: DvbSubtitleShadowColor | string;
1017
-
1018
- ShadowOpacity?: number;
1019
-
1020
- ShadowXOffset?: number;
1021
-
1022
- ShadowYOffset?: number;
1023
-
1024
- StylePassthrough?: DvbSubtitleStylePassthrough | string;
1025
-
1026
- SubtitlingType?: DvbSubtitlingType | string;
1027
-
1028
- TeletextSpacing?: DvbSubtitleTeletextSpacing | string;
1029
-
1030
- Width?: number;
1031
-
1032
- XPosition?: number;
1033
-
1034
- YPosition?: number;
1035
- }
1036
-
1037
- export interface EmbeddedDestinationSettings {
1038
-
1039
- Destination608ChannelNumber?: number;
1040
-
1041
- Destination708ServiceNumber?: number;
1042
- }
1043
- export declare enum ImscAccessibilitySubs {
1044
- DISABLED = "DISABLED",
1045
- ENABLED = "ENABLED"
1046
- }
1047
- export declare enum ImscStylePassthrough {
1048
- DISABLED = "DISABLED",
1049
- ENABLED = "ENABLED"
1050
- }
1051
-
1052
- export interface ImscDestinationSettings {
1053
-
1054
- Accessibility?: ImscAccessibilitySubs | string;
1055
-
1056
- StylePassthrough?: ImscStylePassthrough | string;
1057
- }
1058
- export declare enum SccDestinationFramerate {
1059
- FRAMERATE_23_97 = "FRAMERATE_23_97",
1060
- FRAMERATE_24 = "FRAMERATE_24",
1061
- FRAMERATE_25 = "FRAMERATE_25",
1062
- FRAMERATE_29_97_DROPFRAME = "FRAMERATE_29_97_DROPFRAME",
1063
- FRAMERATE_29_97_NON_DROPFRAME = "FRAMERATE_29_97_NON_DROPFRAME"
1064
- }
1065
-
1066
- export interface SccDestinationSettings {
1067
-
1068
- Framerate?: SccDestinationFramerate | string;
1069
- }
1070
- export declare enum SrtStylePassthrough {
1071
- DISABLED = "DISABLED",
1072
- ENABLED = "ENABLED"
1073
- }
1074
-
1075
- export interface SrtDestinationSettings {
1076
-
1077
- StylePassthrough?: SrtStylePassthrough | string;
1078
- }
1079
- export declare enum TeletextPageType {
1080
- PAGE_TYPE_ADDL_INFO = "PAGE_TYPE_ADDL_INFO",
1081
- PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE = "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE",
1082
- PAGE_TYPE_INITIAL = "PAGE_TYPE_INITIAL",
1083
- PAGE_TYPE_PROGRAM_SCHEDULE = "PAGE_TYPE_PROGRAM_SCHEDULE",
1084
- PAGE_TYPE_SUBTITLE = "PAGE_TYPE_SUBTITLE"
1085
- }
1086
-
1087
- export interface TeletextDestinationSettings {
1088
-
1089
- PageNumber?: string;
1090
-
1091
- PageTypes?: (TeletextPageType | string)[];
1092
- }
1093
- export declare enum TtmlStylePassthrough {
1094
- DISABLED = "DISABLED",
1095
- ENABLED = "ENABLED"
1096
- }
1097
-
1098
- export interface TtmlDestinationSettings {
1099
-
1100
- StylePassthrough?: TtmlStylePassthrough | string;
1101
- }
1102
- export declare enum WebvttAccessibilitySubs {
1103
- DISABLED = "DISABLED",
1104
- ENABLED = "ENABLED"
1105
- }
1106
- export declare enum WebvttStylePassthrough {
1107
- DISABLED = "DISABLED",
1108
- ENABLED = "ENABLED",
1109
- STRICT = "STRICT"
1110
- }
1111
-
1112
- export interface WebvttDestinationSettings {
1113
-
1114
- Accessibility?: WebvttAccessibilitySubs | string;
1115
-
1116
- StylePassthrough?: WebvttStylePassthrough | string;
1117
- }
1118
-
1119
- export interface CaptionDestinationSettings {
1120
-
1121
- BurninDestinationSettings?: BurninDestinationSettings;
1122
-
1123
- DestinationType?: CaptionDestinationType | string;
1124
-
1125
- DvbSubDestinationSettings?: DvbSubDestinationSettings;
1126
-
1127
- EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
1128
-
1129
- ImscDestinationSettings?: ImscDestinationSettings;
1130
-
1131
- SccDestinationSettings?: SccDestinationSettings;
1132
-
1133
- SrtDestinationSettings?: SrtDestinationSettings;
1134
-
1135
- TeletextDestinationSettings?: TeletextDestinationSettings;
1136
-
1137
- TtmlDestinationSettings?: TtmlDestinationSettings;
1138
-
1139
- WebvttDestinationSettings?: WebvttDestinationSettings;
1140
- }
1141
-
1142
- export interface CaptionDescription {
1143
-
1144
- CaptionSelectorName?: string;
1145
-
1146
- CustomLanguageCode?: string;
1147
-
1148
- DestinationSettings?: CaptionDestinationSettings;
1149
-
1150
- LanguageCode?: LanguageCode | string;
1151
-
1152
- LanguageDescription?: string;
1153
- }
1154
-
1155
- export interface CaptionDescriptionPreset {
1156
-
1157
- CustomLanguageCode?: string;
1158
-
1159
- DestinationSettings?: CaptionDestinationSettings;
1160
-
1161
- LanguageCode?: LanguageCode | string;
1162
-
1163
- LanguageDescription?: string;
1164
- }
1165
-
1166
- export interface CmafAdditionalManifest {
1167
-
1168
- ManifestNameModifier?: string;
1169
-
1170
- SelectedOutputs?: string[];
1171
- }
1172
-
1173
- export interface DashAdditionalManifest {
1174
-
1175
- ManifestNameModifier?: string;
1176
-
1177
- SelectedOutputs?: string[];
1178
- }
1179
-
1180
- export interface Endpoint {
1181
-
1182
- Url?: string;
1183
- }
1184
-
1185
- export interface HlsAdditionalManifest {
1186
-
1187
- ManifestNameModifier?: string;
1188
-
1189
- SelectedOutputs?: string[];
1190
- }
1191
- export declare enum HlsAdMarkers {
1192
- ELEMENTAL = "ELEMENTAL",
1193
- ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35"
1194
- }
1195
-
1196
- export interface HlsCaptionLanguageMapping {
1197
-
1198
- CaptionChannel?: number;
1199
-
1200
- CustomLanguageCode?: string;
1201
-
1202
- LanguageCode?: LanguageCode | string;
1203
-
1204
- LanguageDescription?: string;
1205
- }
1206
-
1207
- export interface HopDestination {
1208
-
1209
- Priority?: number;
1210
-
1211
- Queue?: string;
1212
-
1213
- WaitMinutes?: number;
1214
- }
1215
-
1216
- export interface Id3Insertion {
1217
-
1218
- Id3?: string;
1219
-
1220
- Timecode?: string;
1221
- }
1222
-
1223
- export interface AudioSelectorGroup {
1224
-
1225
- AudioSelectorNames?: string[];
1226
- }
1227
- export declare enum AudioDurationCorrection {
1228
- AUTO = "AUTO",
1229
- DISABLED = "DISABLED",
1230
- FRAME = "FRAME",
1231
- TRACK = "TRACK"
1232
- }
1233
- export declare enum AudioDefaultSelection {
1234
- DEFAULT = "DEFAULT",
1235
- NOT_DEFAULT = "NOT_DEFAULT"
1236
- }
1237
-
1238
- export interface HlsRenditionGroupSettings {
1239
-
1240
- RenditionGroupId?: string;
1241
-
1242
- RenditionLanguageCode?: LanguageCode | string;
1243
-
1244
- RenditionName?: string;
1245
- }
1246
- export declare enum AudioSelectorType {
1247
- HLS_RENDITION_GROUP = "HLS_RENDITION_GROUP",
1248
- LANGUAGE_CODE = "LANGUAGE_CODE",
1249
- PID = "PID",
1250
- TRACK = "TRACK"
1251
- }
1252
-
1253
- export interface AudioSelector {
1254
-
1255
- AudioDurationCorrection?: AudioDurationCorrection | string;
1256
-
1257
- CustomLanguageCode?: string;
1258
-
1259
- DefaultSelection?: AudioDefaultSelection | string;
1260
-
1261
- ExternalAudioFileInput?: string;
1262
-
1263
- HlsRenditionGroupSettings?: HlsRenditionGroupSettings;
1264
-
1265
- LanguageCode?: LanguageCode | string;
1266
-
1267
- Offset?: number;
1268
-
1269
- Pids?: number[];
1270
-
1271
- ProgramSelection?: number;
1272
-
1273
- RemixSettings?: RemixSettings;
1274
-
1275
- SelectorType?: AudioSelectorType | string;
1276
-
1277
- Tracks?: number[];
1278
- }
1279
- export declare enum AncillaryConvert608To708 {
1280
- DISABLED = "DISABLED",
1281
- UPCONVERT = "UPCONVERT"
1282
- }
1283
- export declare enum AncillaryTerminateCaptions {
1284
- DISABLED = "DISABLED",
1285
- END_OF_INPUT = "END_OF_INPUT"
1286
- }
1287
-
1288
- export interface AncillarySourceSettings {
1289
-
1290
- Convert608To708?: AncillaryConvert608To708 | string;
1291
-
1292
- SourceAncillaryChannelNumber?: number;
1293
-
1294
- TerminateCaptions?: AncillaryTerminateCaptions | string;
1295
- }
1296
-
1297
- export interface DvbSubSourceSettings {
1298
-
1299
- Pid?: number;
1300
- }
1301
- export declare enum EmbeddedConvert608To708 {
1302
- DISABLED = "DISABLED",
1303
- UPCONVERT = "UPCONVERT"
1304
- }
1305
- export declare enum EmbeddedTerminateCaptions {
1306
- DISABLED = "DISABLED",
1307
- END_OF_INPUT = "END_OF_INPUT"
1308
- }
1309
-
1310
- export interface EmbeddedSourceSettings {
1311
-
1312
- Convert608To708?: EmbeddedConvert608To708 | string;
1313
-
1314
- Source608ChannelNumber?: number;
1315
-
1316
- Source608TrackNumber?: number;
1317
-
1318
- TerminateCaptions?: EmbeddedTerminateCaptions | string;
1319
- }
1320
- export declare enum FileSourceConvert608To708 {
1321
- DISABLED = "DISABLED",
1322
- UPCONVERT = "UPCONVERT"
1323
- }
1324
-
1325
- export interface CaptionSourceFramerate {
1326
-
1327
- FramerateDenominator?: number;
1328
-
1329
- FramerateNumerator?: number;
1330
- }
1331
- export declare enum FileSourceTimeDeltaUnits {
1332
- MILLISECONDS = "MILLISECONDS",
1333
- SECONDS = "SECONDS"
1334
- }
1335
-
1336
- export interface FileSourceSettings {
1337
-
1338
- Convert608To708?: FileSourceConvert608To708 | string;
1339
-
1340
- Framerate?: CaptionSourceFramerate;
1341
-
1342
- SourceFile?: string;
1343
-
1344
- TimeDelta?: number;
1345
-
1346
- TimeDeltaUnits?: FileSourceTimeDeltaUnits | string;
1347
- }
1348
- export declare enum CaptionSourceType {
1349
- ANCILLARY = "ANCILLARY",
1350
- DVB_SUB = "DVB_SUB",
1351
- EMBEDDED = "EMBEDDED",
1352
- IMSC = "IMSC",
1353
- NULL_SOURCE = "NULL_SOURCE",
1354
- SCC = "SCC",
1355
- SCTE20 = "SCTE20",
1356
- SMI = "SMI",
1357
- SMPTE_TT = "SMPTE_TT",
1358
- SRT = "SRT",
1359
- STL = "STL",
1360
- TELETEXT = "TELETEXT",
1361
- TTML = "TTML",
1362
- WEBVTT = "WEBVTT"
1363
- }
1364
-
1365
- export interface TeletextSourceSettings {
1366
-
1367
- PageNumber?: string;
1368
- }
1369
-
1370
- export interface TrackSourceSettings {
1371
-
1372
- TrackNumber?: number;
1373
- }
1374
-
1375
- export interface WebvttHlsSourceSettings {
1376
-
1377
- RenditionGroupId?: string;
1378
-
1379
- RenditionLanguageCode?: LanguageCode | string;
1380
-
1381
- RenditionName?: string;
1382
- }
1383
-
1384
- export interface CaptionSourceSettings {
1385
-
1386
- AncillarySourceSettings?: AncillarySourceSettings;
1387
-
1388
- DvbSubSourceSettings?: DvbSubSourceSettings;
1389
-
1390
- EmbeddedSourceSettings?: EmbeddedSourceSettings;
1391
-
1392
- FileSourceSettings?: FileSourceSettings;
1393
-
1394
- SourceType?: CaptionSourceType | string;
1395
-
1396
- TeletextSourceSettings?: TeletextSourceSettings;
1397
-
1398
- TrackSourceSettings?: TrackSourceSettings;
1399
-
1400
- WebvttHlsSourceSettings?: WebvttHlsSourceSettings;
1401
- }
1402
-
1403
- export interface CaptionSelector {
1404
-
1405
- CustomLanguageCode?: string;
1406
-
1407
- LanguageCode?: LanguageCode | string;
1408
-
1409
- SourceSettings?: CaptionSourceSettings;
1410
- }
1411
-
1412
- export interface Rectangle {
1413
-
1414
- Height?: number;
1415
-
1416
- Width?: number;
1417
-
1418
- X?: number;
1419
-
1420
- Y?: number;
1421
- }
1422
- export declare enum InputDeblockFilter {
1423
- DISABLED = "DISABLED",
1424
- ENABLED = "ENABLED"
1425
- }
1426
- export declare enum DecryptionMode {
1427
- AES_CBC = "AES_CBC",
1428
- AES_CTR = "AES_CTR",
1429
- AES_GCM = "AES_GCM"
1430
- }
1431
-
1432
- export interface InputDecryptionSettings {
1433
-
1434
- DecryptionMode?: DecryptionMode | string;
1435
-
1436
- EncryptedDecryptionKey?: string;
1437
-
1438
- InitializationVector?: string;
1439
-
1440
- KmsKeyRegion?: string;
1441
- }
1442
- export declare enum InputDenoiseFilter {
1443
- DISABLED = "DISABLED",
1444
- ENABLED = "ENABLED"
1445
- }
1446
- export declare enum InputFilterEnable {
1447
- AUTO = "AUTO",
1448
- DISABLE = "DISABLE",
1449
- FORCE = "FORCE"
1450
- }
1451
-
1452
- export interface InsertableImage {
1453
-
1454
- Duration?: number;
1455
-
1456
- FadeIn?: number;
1457
-
1458
- FadeOut?: number;
1459
-
1460
- Height?: number;
1461
-
1462
- ImageInserterInput?: string;
1463
-
1464
- ImageX?: number;
1465
-
1466
- ImageY?: number;
1467
-
1468
- Layer?: number;
1469
-
1470
- Opacity?: number;
1471
-
1472
- StartTime?: string;
1473
-
1474
- Width?: number;
1475
- }
1476
-
1477
- export interface ImageInserter {
1478
-
1479
- InsertableImages?: InsertableImage[];
1480
- }
1481
-
1482
- export interface InputClipping {
1483
-
1484
- EndTimecode?: string;
1485
-
1486
- StartTimecode?: string;
1487
- }
1488
- export declare enum InputScanType {
1489
- AUTO = "AUTO",
1490
- PSF = "PSF"
1491
- }
1492
- export declare enum InputPsiControl {
1493
- IGNORE_PSI = "IGNORE_PSI",
1494
- USE_PSI = "USE_PSI"
1495
- }
1496
- export declare enum InputTimecodeSource {
1497
- EMBEDDED = "EMBEDDED",
1498
- SPECIFIEDSTART = "SPECIFIEDSTART",
1499
- ZEROBASED = "ZEROBASED"
1500
- }
1501
-
1502
- export interface InputVideoGenerator {
1503
-
1504
- Duration?: number;
1505
- }
1506
- export declare enum AlphaBehavior {
1507
- DISCARD = "DISCARD",
1508
- REMAP_TO_LUMA = "REMAP_TO_LUMA"
1509
- }
1510
- export declare enum ColorSpace {
1511
- FOLLOW = "FOLLOW",
1512
- HDR10 = "HDR10",
1513
- HLG_2020 = "HLG_2020",
1514
- REC_601 = "REC_601",
1515
- REC_709 = "REC_709"
1516
- }
1517
- export declare enum ColorSpaceUsage {
1518
- FALLBACK = "FALLBACK",
1519
- FORCE = "FORCE"
1520
- }
1521
- export declare enum EmbeddedTimecodeOverride {
1522
- NONE = "NONE",
1523
- USE_MDPM = "USE_MDPM"
1524
- }
1525
-
1526
- export interface Hdr10Metadata {
1527
-
1528
- BluePrimaryX?: number;
1529
-
1530
- BluePrimaryY?: number;
1531
-
1532
- GreenPrimaryX?: number;
1533
-
1534
- GreenPrimaryY?: number;
1535
-
1536
- MaxContentLightLevel?: number;
1537
-
1538
- MaxFrameAverageLightLevel?: number;
1539
-
1540
- MaxLuminance?: number;
1541
-
1542
- MinLuminance?: number;
1543
-
1544
- RedPrimaryX?: number;
1545
-
1546
- RedPrimaryY?: number;
1547
-
1548
- WhitePointX?: number;
1549
-
1550
- WhitePointY?: number;
1551
- }
1552
- export declare enum PadVideo {
1553
- BLACK = "BLACK",
1554
- DISABLED = "DISABLED"
1555
- }
1556
- export declare enum InputRotate {
1557
- AUTO = "AUTO",
1558
- DEGREES_180 = "DEGREES_180",
1559
- DEGREES_270 = "DEGREES_270",
1560
- DEGREES_90 = "DEGREES_90",
1561
- DEGREE_0 = "DEGREE_0"
1562
- }
1563
- export declare enum InputSampleRange {
1564
- FOLLOW = "FOLLOW",
1565
- FULL_RANGE = "FULL_RANGE",
1566
- LIMITED_RANGE = "LIMITED_RANGE"
1567
- }
1568
-
1569
- export interface VideoSelector {
1570
-
1571
- AlphaBehavior?: AlphaBehavior | string;
1572
-
1573
- ColorSpace?: ColorSpace | string;
1574
-
1575
- ColorSpaceUsage?: ColorSpaceUsage | string;
1576
-
1577
- EmbeddedTimecodeOverride?: EmbeddedTimecodeOverride | string;
1578
-
1579
- Hdr10Metadata?: Hdr10Metadata;
1580
-
1581
- PadVideo?: PadVideo | string;
1582
-
1583
- Pid?: number;
1584
-
1585
- ProgramNumber?: number;
1586
-
1587
- Rotate?: InputRotate | string;
1588
-
1589
- SampleRange?: InputSampleRange | string;
1590
- }
1591
-
1592
- export interface Input {
1593
-
1594
- AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
1595
-
1596
- AudioSelectors?: Record<string, AudioSelector>;
1597
-
1598
- CaptionSelectors?: Record<string, CaptionSelector>;
1599
-
1600
- Crop?: Rectangle;
1601
-
1602
- DeblockFilter?: InputDeblockFilter | string;
1603
-
1604
- DecryptionSettings?: InputDecryptionSettings;
1605
-
1606
- DenoiseFilter?: InputDenoiseFilter | string;
1607
-
1608
- DolbyVisionMetadataXml?: string;
1609
-
1610
- FileInput?: string;
1611
-
1612
- FilterEnable?: InputFilterEnable | string;
1613
-
1614
- FilterStrength?: number;
1615
-
1616
- ImageInserter?: ImageInserter;
1617
-
1618
- InputClippings?: InputClipping[];
1619
-
1620
- InputScanType?: InputScanType | string;
1621
-
1622
- Position?: Rectangle;
1623
-
1624
- ProgramNumber?: number;
1625
-
1626
- PsiControl?: InputPsiControl | string;
1627
-
1628
- SupplementalImps?: string[];
1629
-
1630
- TimecodeSource?: InputTimecodeSource | string;
1631
-
1632
- TimecodeStart?: string;
1633
-
1634
- VideoGenerator?: InputVideoGenerator;
1635
-
1636
- VideoSelector?: VideoSelector;
1637
- }
1638
-
1639
- export interface InputTemplate {
1640
-
1641
- AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
1642
-
1643
- AudioSelectors?: Record<string, AudioSelector>;
1644
-
1645
- CaptionSelectors?: Record<string, CaptionSelector>;
1646
-
1647
- Crop?: Rectangle;
1648
-
1649
- DeblockFilter?: InputDeblockFilter | string;
1650
-
1651
- DenoiseFilter?: InputDenoiseFilter | string;
1652
-
1653
- DolbyVisionMetadataXml?: string;
1654
-
1655
- FilterEnable?: InputFilterEnable | string;
1656
-
1657
- FilterStrength?: number;
1658
-
1659
- ImageInserter?: ImageInserter;
1660
-
1661
- InputClippings?: InputClipping[];
1662
-
1663
- InputScanType?: InputScanType | string;
1664
-
1665
- Position?: Rectangle;
1666
-
1667
- ProgramNumber?: number;
1668
-
1669
- PsiControl?: InputPsiControl | string;
1670
-
1671
- TimecodeSource?: InputTimecodeSource | string;
1672
-
1673
- TimecodeStart?: string;
1674
-
1675
- VideoSelector?: VideoSelector;
1676
- }
1677
- export declare enum AccelerationMode {
1678
- DISABLED = "DISABLED",
1679
- ENABLED = "ENABLED",
1680
- PREFERRED = "PREFERRED"
1681
- }
1682
-
1683
- export interface AccelerationSettings {
1684
-
1685
- Mode: AccelerationMode | string | undefined;
1686
- }
1687
- export declare enum AccelerationStatus {
1688
- ACCELERATED = "ACCELERATED",
1689
- IN_PROGRESS = "IN_PROGRESS",
1690
- NOT_ACCELERATED = "NOT_ACCELERATED",
1691
- NOT_APPLICABLE = "NOT_APPLICABLE"
1692
- }
1693
- export declare enum BillingTagsSource {
1694
- JOB = "JOB",
1695
- JOB_TEMPLATE = "JOB_TEMPLATE",
1696
- PRESET = "PRESET",
1697
- QUEUE = "QUEUE"
1698
- }
1699
- export declare enum JobPhase {
1700
- PROBING = "PROBING",
1701
- TRANSCODING = "TRANSCODING",
1702
- UPLOADING = "UPLOADING"
1703
- }
1704
-
1705
- export interface JobMessages {
1706
-
1707
- Info?: string[];
1708
-
1709
- Warning?: string[];
1710
- }
1711
-
1712
- export interface VideoDetail {
1713
-
1714
- HeightInPx?: number;
1715
-
1716
- WidthInPx?: number;
1717
- }
1718
-
1719
- export interface OutputDetail {
1720
-
1721
- DurationInMs?: number;
1722
-
1723
- VideoDetails?: VideoDetail;
1724
- }
1725
-
1726
- export interface OutputGroupDetail {
1727
-
1728
- OutputDetails?: OutputDetail[];
1729
- }
1730
-
1731
- export interface QueueTransition {
1732
-
1733
- DestinationQueue?: string;
1734
-
1735
- SourceQueue?: string;
1736
-
1737
- Timestamp?: Date;
1738
- }
1739
-
1740
- export interface AvailBlanking {
1741
-
1742
- AvailBlankingImage?: string;
1743
- }
1744
-
1745
- export interface EsamManifestConfirmConditionNotification {
1746
-
1747
- MccXml?: string;
1748
- }
1749
-
1750
- export interface EsamSignalProcessingNotification {
1751
-
1752
- SccXml?: string;
1753
- }
1754
-
1755
- export interface EsamSettings {
1756
-
1757
- ManifestConfirmConditionNotification?: EsamManifestConfirmConditionNotification;
1758
-
1759
- ResponseSignalPreroll?: number;
1760
-
1761
- SignalProcessingNotification?: EsamSignalProcessingNotification;
1762
- }
1763
- export declare enum CopyProtectionAction {
1764
- PASSTHROUGH = "PASSTHROUGH",
1765
- STRIP = "STRIP"
1766
- }
1767
- export declare enum VchipAction {
1768
- PASSTHROUGH = "PASSTHROUGH",
1769
- STRIP = "STRIP"
1770
- }
1771
-
1772
- export interface ExtendedDataServices {
1773
-
1774
- CopyProtectionAction?: CopyProtectionAction | string;
1775
-
1776
- VchipAction?: VchipAction | string;
1777
- }
1778
-
1779
- export interface KantarWatermarkSettings {
1780
-
1781
- ChannelName?: string;
1782
-
1783
- ContentReference?: string;
1784
-
1785
- CredentialsSecretName?: string;
1786
-
1787
- FileOffset?: number;
1788
-
1789
- KantarLicenseId?: number;
1790
-
1791
- KantarServerUrl?: string;
1792
-
1793
- LogDestination?: string;
1794
-
1795
- Metadata3?: string;
1796
-
1797
- Metadata4?: string;
1798
-
1799
- Metadata5?: string;
1800
-
1801
- Metadata6?: string;
1802
-
1803
- Metadata7?: string;
1804
-
1805
- Metadata8?: string;
1806
- }
1807
-
1808
- export interface MotionImageInsertionFramerate {
1809
-
1810
- FramerateDenominator?: number;
1811
-
1812
- FramerateNumerator?: number;
1813
- }
1814
- export declare enum MotionImageInsertionMode {
1815
- MOV = "MOV",
1816
- PNG = "PNG"
1817
- }
1818
-
1819
- export interface MotionImageInsertionOffset {
1820
-
1821
- ImageX?: number;
1822
-
1823
- ImageY?: number;
1824
- }
1825
- export declare enum MotionImagePlayback {
1826
- ONCE = "ONCE",
1827
- REPEAT = "REPEAT"
1828
- }
1829
-
1830
- export interface MotionImageInserter {
1831
-
1832
- Framerate?: MotionImageInsertionFramerate;
1833
-
1834
- Input?: string;
1835
-
1836
- InsertionMode?: MotionImageInsertionMode | string;
1837
-
1838
- Offset?: MotionImageInsertionOffset;
1839
-
1840
- Playback?: MotionImagePlayback | string;
1841
-
1842
- StartTime?: string;
1843
- }
1844
-
1845
- export interface NielsenConfiguration {
1846
-
1847
- BreakoutCode?: number;
1848
-
1849
- DistributorId?: string;
1850
- }
1851
- export declare enum NielsenActiveWatermarkProcessType {
1852
- CBET = "CBET",
1853
- NAES2_AND_NW = "NAES2_AND_NW",
1854
- NAES2_AND_NW_AND_CBET = "NAES2_AND_NW_AND_CBET"
1855
- }
1856
- export declare enum NielsenSourceWatermarkStatusType {
1857
- CLEAN = "CLEAN",
1858
- WATERMARKED = "WATERMARKED"
1859
- }
1860
- export declare enum NielsenUniqueTicPerAudioTrackType {
1861
- RESERVE_UNIQUE_TICS_PER_TRACK = "RESERVE_UNIQUE_TICS_PER_TRACK",
1862
- SAME_TICS_PER_TRACK = "SAME_TICS_PER_TRACK"
1863
- }
1864
-
1865
- export interface NielsenNonLinearWatermarkSettings {
1866
-
1867
- ActiveWatermarkProcess?: NielsenActiveWatermarkProcessType | string;
1868
-
1869
- AdiFilename?: string;
1870
-
1871
- AssetId?: string;
1872
-
1873
- AssetName?: string;
1874
-
1875
- CbetSourceId?: string;
1876
-
1877
- EpisodeId?: string;
1878
-
1879
- MetadataDestination?: string;
1880
-
1881
- SourceId?: number;
1882
-
1883
- SourceWatermarkStatus?: NielsenSourceWatermarkStatusType | string;
1884
-
1885
- TicServerUrl?: string;
1886
-
1887
- UniqueTicPerAudioTrack?: NielsenUniqueTicPerAudioTrackType | string;
1888
- }
1889
-
1890
- export interface AutomatedAbrSettings {
1891
-
1892
- MaxAbrBitrate?: number;
1893
-
1894
- MaxRenditions?: number;
1895
-
1896
- MinAbrBitrate?: number;
1897
-
1898
- Rules?: AutomatedAbrRule[];
1899
- }
1900
-
1901
- export interface AutomatedEncodingSettings {
1902
-
1903
- AbrSettings?: AutomatedAbrSettings;
1904
- }
1905
- export declare enum CmafClientCache {
1906
- DISABLED = "DISABLED",
1907
- ENABLED = "ENABLED"
1908
- }
1909
- export declare enum CmafCodecSpecification {
1910
- RFC_4281 = "RFC_4281",
1911
- RFC_6381 = "RFC_6381"
1912
- }
1913
- export declare enum S3ObjectCannedAcl {
1914
- AUTHENTICATED_READ = "AUTHENTICATED_READ",
1915
- BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
1916
- BUCKET_OWNER_READ = "BUCKET_OWNER_READ",
1917
- PUBLIC_READ = "PUBLIC_READ"
1918
- }
1919
-
1920
- export interface S3DestinationAccessControl {
1921
-
1922
- CannedAcl?: S3ObjectCannedAcl | string;
1923
- }
1924
- export declare enum S3ServerSideEncryptionType {
1925
- SERVER_SIDE_ENCRYPTION_KMS = "SERVER_SIDE_ENCRYPTION_KMS",
1926
- SERVER_SIDE_ENCRYPTION_S3 = "SERVER_SIDE_ENCRYPTION_S3"
1927
- }
1928
-
1929
- export interface S3EncryptionSettings {
1930
-
1931
- EncryptionType?: S3ServerSideEncryptionType | string;
1932
-
1933
- KmsEncryptionContext?: string;
1934
-
1935
- KmsKeyArn?: string;
1936
- }
1937
-
1938
- export interface S3DestinationSettings {
1939
-
1940
- AccessControl?: S3DestinationAccessControl;
1941
-
1942
- Encryption?: S3EncryptionSettings;
1943
- }
1944
-
1945
- export interface DestinationSettings {
1946
-
1947
- S3Settings?: S3DestinationSettings;
1948
- }
1949
- export declare enum CmafEncryptionType {
1950
- AES_CTR = "AES_CTR",
1951
- SAMPLE_AES = "SAMPLE_AES"
1952
- }
1953
- export declare enum CmafInitializationVectorInManifest {
1954
- EXCLUDE = "EXCLUDE",
1955
- INCLUDE = "INCLUDE"
1956
- }
1957
-
1958
- export interface SpekeKeyProviderCmaf {
1959
-
1960
- CertificateArn?: string;
1961
-
1962
- DashSignaledSystemIds?: string[];
1963
-
1964
- HlsSignaledSystemIds?: string[];
1965
-
1966
- ResourceId?: string;
1967
-
1968
- Url?: string;
1969
- }
1970
-
1971
- export interface StaticKeyProvider {
1972
-
1973
- KeyFormat?: string;
1974
-
1975
- KeyFormatVersions?: string;
1976
-
1977
- StaticKeyValue?: string;
1978
-
1979
- Url?: string;
1980
- }
1981
- export declare enum CmafKeyProviderType {
1982
- SPEKE = "SPEKE",
1983
- STATIC_KEY = "STATIC_KEY"
1984
- }
1985
-
1986
- export interface CmafEncryptionSettings {
1987
-
1988
- ConstantInitializationVector?: string;
1989
-
1990
- EncryptionMethod?: CmafEncryptionType | string;
1991
-
1992
- InitializationVectorInManifest?: CmafInitializationVectorInManifest | string;
1993
-
1994
- SpekeKeyProvider?: SpekeKeyProviderCmaf;
1995
-
1996
- StaticKeyProvider?: StaticKeyProvider;
1997
-
1998
- Type?: CmafKeyProviderType | string;
1999
- }
2000
- export declare enum CmafImageBasedTrickPlay {
2001
- ADVANCED = "ADVANCED",
2002
- NONE = "NONE",
2003
- THUMBNAIL = "THUMBNAIL",
2004
- THUMBNAIL_AND_FULLFRAME = "THUMBNAIL_AND_FULLFRAME"
2005
- }
2006
- export declare enum CmafIntervalCadence {
2007
- FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
2008
- FOLLOW_IFRAME = "FOLLOW_IFRAME"
2009
- }
2010
-
2011
- export interface CmafImageBasedTrickPlaySettings {
2012
-
2013
- IntervalCadence?: CmafIntervalCadence | string;
2014
-
2015
- ThumbnailHeight?: number;
2016
-
2017
- ThumbnailInterval?: number;
2018
-
2019
- ThumbnailWidth?: number;
2020
-
2021
- TileHeight?: number;
2022
-
2023
- TileWidth?: number;
2024
- }
2025
- export declare enum CmafManifestCompression {
2026
- GZIP = "GZIP",
2027
- NONE = "NONE"
2028
- }
2029
- export declare enum CmafManifestDurationFormat {
2030
- FLOATING_POINT = "FLOATING_POINT",
2031
- INTEGER = "INTEGER"
2032
- }
2033
- export declare enum CmafMpdProfile {
2034
- MAIN_PROFILE = "MAIN_PROFILE",
2035
- ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE"
2036
- }
2037
- export declare enum CmafPtsOffsetHandlingForBFrames {
2038
- MATCH_INITIAL_PTS = "MATCH_INITIAL_PTS",
2039
- ZERO_BASED = "ZERO_BASED"
2040
- }
2041
- export declare enum CmafSegmentControl {
2042
- SEGMENTED_FILES = "SEGMENTED_FILES",
2043
- SINGLE_FILE = "SINGLE_FILE"
2044
- }
2045
- export declare enum CmafSegmentLengthControl {
2046
- EXACT = "EXACT",
2047
- GOP_MULTIPLE = "GOP_MULTIPLE"
2048
- }
2049
- export declare enum CmafStreamInfResolution {
2050
- EXCLUDE = "EXCLUDE",
2051
- INCLUDE = "INCLUDE"
2052
- }
2053
- export declare enum CmafTargetDurationCompatibilityMode {
2054
- LEGACY = "LEGACY",
2055
- SPEC_COMPLIANT = "SPEC_COMPLIANT"
2056
- }
2057
- export declare enum CmafWriteDASHManifest {
2058
- DISABLED = "DISABLED",
2059
- ENABLED = "ENABLED"
2060
- }
2061
- export declare enum CmafWriteHLSManifest {
2062
- DISABLED = "DISABLED",
2063
- ENABLED = "ENABLED"
2064
- }
2065
- export declare enum CmafWriteSegmentTimelineInRepresentation {
2066
- DISABLED = "DISABLED",
2067
- ENABLED = "ENABLED"
2068
- }
2069
-
2070
- export interface CmafGroupSettings {
2071
-
2072
- AdditionalManifests?: CmafAdditionalManifest[];
2073
-
2074
- BaseUrl?: string;
2075
-
2076
- ClientCache?: CmafClientCache | string;
2077
-
2078
- CodecSpecification?: CmafCodecSpecification | string;
2079
-
2080
- Destination?: string;
2081
-
2082
- DestinationSettings?: DestinationSettings;
2083
-
2084
- Encryption?: CmafEncryptionSettings;
2085
-
2086
- FragmentLength?: number;
2087
-
2088
- ImageBasedTrickPlay?: CmafImageBasedTrickPlay | string;
2089
-
2090
- ImageBasedTrickPlaySettings?: CmafImageBasedTrickPlaySettings;
2091
-
2092
- ManifestCompression?: CmafManifestCompression | string;
2093
-
2094
- ManifestDurationFormat?: CmafManifestDurationFormat | string;
2095
-
2096
- MinBufferTime?: number;
2097
-
2098
- MinFinalSegmentLength?: number;
2099
-
2100
- MpdProfile?: CmafMpdProfile | string;
2101
-
2102
- PtsOffsetHandlingForBFrames?: CmafPtsOffsetHandlingForBFrames | string;
2103
-
2104
- SegmentControl?: CmafSegmentControl | string;
2105
-
2106
- SegmentLength?: number;
2107
-
2108
- SegmentLengthControl?: CmafSegmentLengthControl | string;
2109
-
2110
- StreamInfResolution?: CmafStreamInfResolution | string;
2111
-
2112
- TargetDurationCompatibilityMode?: CmafTargetDurationCompatibilityMode | string;
2113
-
2114
- WriteDashManifest?: CmafWriteDASHManifest | string;
2115
-
2116
- WriteHlsManifest?: CmafWriteHLSManifest | string;
2117
-
2118
- WriteSegmentTimelineInRepresentation?: CmafWriteSegmentTimelineInRepresentation | string;
2119
- }
2120
- export declare enum DashIsoGroupAudioChannelConfigSchemeIdUri {
2121
- DOLBY_CHANNEL_CONFIGURATION = "DOLBY_CHANNEL_CONFIGURATION",
2122
- MPEG_CHANNEL_CONFIGURATION = "MPEG_CHANNEL_CONFIGURATION"
2123
- }
2124
- export declare enum DashIsoPlaybackDeviceCompatibility {
2125
- CENC_V1 = "CENC_V1",
2126
- UNENCRYPTED_SEI = "UNENCRYPTED_SEI"
2127
- }
2128
-
2129
- export interface SpekeKeyProvider {
2130
-
2131
- CertificateArn?: string;
2132
-
2133
- ResourceId?: string;
2134
-
2135
- SystemIds?: string[];
2136
-
2137
- Url?: string;
2138
- }
2139
-
2140
- export interface DashIsoEncryptionSettings {
2141
-
2142
- PlaybackDeviceCompatibility?: DashIsoPlaybackDeviceCompatibility | string;
2143
-
2144
- SpekeKeyProvider?: SpekeKeyProvider;
2145
- }
2146
- export declare enum DashIsoHbbtvCompliance {
2147
- HBBTV_1_5 = "HBBTV_1_5",
2148
- NONE = "NONE"
2149
- }
2150
- export declare enum DashIsoImageBasedTrickPlay {
2151
- ADVANCED = "ADVANCED",
2152
- NONE = "NONE",
2153
- THUMBNAIL = "THUMBNAIL",
2154
- THUMBNAIL_AND_FULLFRAME = "THUMBNAIL_AND_FULLFRAME"
2155
- }
2156
- export declare enum DashIsoIntervalCadence {
2157
- FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
2158
- FOLLOW_IFRAME = "FOLLOW_IFRAME"
2159
- }
2160
-
2161
- export interface DashIsoImageBasedTrickPlaySettings {
2162
-
2163
- IntervalCadence?: DashIsoIntervalCadence | string;
2164
-
2165
- ThumbnailHeight?: number;
2166
-
2167
- ThumbnailInterval?: number;
2168
-
2169
- ThumbnailWidth?: number;
2170
-
2171
- TileHeight?: number;
2172
-
2173
- TileWidth?: number;
2174
- }
2175
- export declare enum DashIsoMpdProfile {
2176
- MAIN_PROFILE = "MAIN_PROFILE",
2177
- ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE"
2178
- }
2179
- export declare enum DashIsoPtsOffsetHandlingForBFrames {
2180
- MATCH_INITIAL_PTS = "MATCH_INITIAL_PTS",
2181
- ZERO_BASED = "ZERO_BASED"
2182
- }
2183
- export declare enum DashIsoSegmentControl {
2184
- SEGMENTED_FILES = "SEGMENTED_FILES",
2185
- SINGLE_FILE = "SINGLE_FILE"
2186
- }
2187
- export declare enum DashIsoSegmentLengthControl {
2188
- EXACT = "EXACT",
2189
- GOP_MULTIPLE = "GOP_MULTIPLE"
2190
- }
2191
- export declare enum DashIsoWriteSegmentTimelineInRepresentation {
2192
- DISABLED = "DISABLED",
2193
- ENABLED = "ENABLED"
2194
- }
2195
-
2196
- export interface DashIsoGroupSettings {
2197
-
2198
- AdditionalManifests?: DashAdditionalManifest[];
2199
-
2200
- AudioChannelConfigSchemeIdUri?: DashIsoGroupAudioChannelConfigSchemeIdUri | string;
2201
-
2202
- BaseUrl?: string;
2203
-
2204
- Destination?: string;
2205
-
2206
- DestinationSettings?: DestinationSettings;
2207
-
2208
- Encryption?: DashIsoEncryptionSettings;
2209
-
2210
- FragmentLength?: number;
2211
-
2212
- HbbtvCompliance?: DashIsoHbbtvCompliance | string;
2213
-
2214
- ImageBasedTrickPlay?: DashIsoImageBasedTrickPlay | string;
2215
-
2216
- ImageBasedTrickPlaySettings?: DashIsoImageBasedTrickPlaySettings;
2217
-
2218
- MinBufferTime?: number;
2219
-
2220
- MinFinalSegmentLength?: number;
2221
-
2222
- MpdProfile?: DashIsoMpdProfile | string;
2223
-
2224
- PtsOffsetHandlingForBFrames?: DashIsoPtsOffsetHandlingForBFrames | string;
2225
-
2226
- SegmentControl?: DashIsoSegmentControl | string;
2227
-
2228
- SegmentLength?: number;
2229
-
2230
- SegmentLengthControl?: DashIsoSegmentLengthControl | string;
2231
-
2232
- WriteSegmentTimelineInRepresentation?: DashIsoWriteSegmentTimelineInRepresentation | string;
2233
- }
2234
-
2235
- export interface FileGroupSettings {
2236
-
2237
- Destination?: string;
2238
-
2239
- DestinationSettings?: DestinationSettings;
2240
- }
2241
- export declare enum HlsAudioOnlyHeader {
2242
- EXCLUDE = "EXCLUDE",
2243
- INCLUDE = "INCLUDE"
2244
- }
2245
- export declare enum HlsCaptionLanguageSetting {
2246
- INSERT = "INSERT",
2247
- NONE = "NONE",
2248
- OMIT = "OMIT"
2249
- }
2250
- export declare enum HlsCaptionSegmentLengthControl {
2251
- LARGE_SEGMENTS = "LARGE_SEGMENTS",
2252
- MATCH_VIDEO = "MATCH_VIDEO"
2253
- }
2254
- export declare enum HlsClientCache {
2255
- DISABLED = "DISABLED",
2256
- ENABLED = "ENABLED"
2257
- }
2258
- export declare enum HlsCodecSpecification {
2259
- RFC_4281 = "RFC_4281",
2260
- RFC_6381 = "RFC_6381"
2261
- }
2262
- export declare enum HlsDirectoryStructure {
2263
- SINGLE_DIRECTORY = "SINGLE_DIRECTORY",
2264
- SUBDIRECTORY_PER_STREAM = "SUBDIRECTORY_PER_STREAM"
2265
- }
2266
- export declare enum HlsEncryptionType {
2267
- AES128 = "AES128",
2268
- SAMPLE_AES = "SAMPLE_AES"
2269
- }
2270
- export declare enum HlsInitializationVectorInManifest {
2271
- EXCLUDE = "EXCLUDE",
2272
- INCLUDE = "INCLUDE"
2273
- }
2274
- export declare enum HlsOfflineEncrypted {
2275
- DISABLED = "DISABLED",
2276
- ENABLED = "ENABLED"
2277
- }
2278
- export declare enum HlsKeyProviderType {
2279
- SPEKE = "SPEKE",
2280
- STATIC_KEY = "STATIC_KEY"
2281
- }
2282
-
2283
- export interface HlsEncryptionSettings {
2284
-
2285
- ConstantInitializationVector?: string;
2286
-
2287
- EncryptionMethod?: HlsEncryptionType | string;
2288
-
2289
- InitializationVectorInManifest?: HlsInitializationVectorInManifest | string;
2290
-
2291
- OfflineEncrypted?: HlsOfflineEncrypted | string;
2292
-
2293
- SpekeKeyProvider?: SpekeKeyProvider;
2294
-
2295
- StaticKeyProvider?: StaticKeyProvider;
2296
-
2297
- Type?: HlsKeyProviderType | string;
2298
- }
2299
- export declare enum HlsImageBasedTrickPlay {
2300
- ADVANCED = "ADVANCED",
2301
- NONE = "NONE",
2302
- THUMBNAIL = "THUMBNAIL",
2303
- THUMBNAIL_AND_FULLFRAME = "THUMBNAIL_AND_FULLFRAME"
2304
- }
2305
- export declare enum HlsIntervalCadence {
2306
- FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
2307
- FOLLOW_IFRAME = "FOLLOW_IFRAME"
2308
- }
2309
-
2310
- export interface HlsImageBasedTrickPlaySettings {
2311
-
2312
- IntervalCadence?: HlsIntervalCadence | string;
2313
-
2314
- ThumbnailHeight?: number;
2315
-
2316
- ThumbnailInterval?: number;
2317
-
2318
- ThumbnailWidth?: number;
2319
-
2320
- TileHeight?: number;
2321
-
2322
- TileWidth?: number;
2323
- }
2324
- export declare enum HlsManifestCompression {
2325
- GZIP = "GZIP",
2326
- NONE = "NONE"
2327
- }
2328
- export declare enum HlsManifestDurationFormat {
2329
- FLOATING_POINT = "FLOATING_POINT",
2330
- INTEGER = "INTEGER"
2331
- }
2332
- export declare enum HlsOutputSelection {
2333
- MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
2334
- SEGMENTS_ONLY = "SEGMENTS_ONLY"
2335
- }
2336
- export declare enum HlsProgramDateTime {
2337
- EXCLUDE = "EXCLUDE",
2338
- INCLUDE = "INCLUDE"
2339
- }
2340
- export declare enum HlsSegmentControl {
2341
- SEGMENTED_FILES = "SEGMENTED_FILES",
2342
- SINGLE_FILE = "SINGLE_FILE"
2343
- }
2344
- export declare enum HlsSegmentLengthControl {
2345
- EXACT = "EXACT",
2346
- GOP_MULTIPLE = "GOP_MULTIPLE"
2347
- }
2348
- export declare enum HlsStreamInfResolution {
2349
- EXCLUDE = "EXCLUDE",
2350
- INCLUDE = "INCLUDE"
2351
- }
2352
- export declare enum HlsTargetDurationCompatibilityMode {
2353
- LEGACY = "LEGACY",
2354
- SPEC_COMPLIANT = "SPEC_COMPLIANT"
2355
- }
2356
- export declare enum HlsTimedMetadataId3Frame {
2357
- NONE = "NONE",
2358
- PRIV = "PRIV",
2359
- TDRL = "TDRL"
2360
- }
2361
-
2362
- export interface HlsGroupSettings {
2363
-
2364
- AdMarkers?: (HlsAdMarkers | string)[];
2365
-
2366
- AdditionalManifests?: HlsAdditionalManifest[];
2367
-
2368
- AudioOnlyHeader?: HlsAudioOnlyHeader | string;
2369
-
2370
- BaseUrl?: string;
2371
-
2372
- CaptionLanguageMappings?: HlsCaptionLanguageMapping[];
2373
-
2374
- CaptionLanguageSetting?: HlsCaptionLanguageSetting | string;
2375
-
2376
- CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | string;
2377
-
2378
- ClientCache?: HlsClientCache | string;
2379
-
2380
- CodecSpecification?: HlsCodecSpecification | string;
2381
-
2382
- Destination?: string;
2383
-
2384
- DestinationSettings?: DestinationSettings;
2385
-
2386
- DirectoryStructure?: HlsDirectoryStructure | string;
2387
-
2388
- Encryption?: HlsEncryptionSettings;
2389
-
2390
- ImageBasedTrickPlay?: HlsImageBasedTrickPlay | string;
2391
-
2392
- ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings;
2393
-
2394
- ManifestCompression?: HlsManifestCompression | string;
2395
-
2396
- ManifestDurationFormat?: HlsManifestDurationFormat | string;
2397
-
2398
- MinFinalSegmentLength?: number;
2399
-
2400
- MinSegmentLength?: number;
2401
-
2402
- OutputSelection?: HlsOutputSelection | string;
2403
-
2404
- ProgramDateTime?: HlsProgramDateTime | string;
2405
-
2406
- ProgramDateTimePeriod?: number;
2407
-
2408
- SegmentControl?: HlsSegmentControl | string;
2409
-
2410
- SegmentLength?: number;
2411
-
2412
- SegmentLengthControl?: HlsSegmentLengthControl | string;
2413
-
2414
- SegmentsPerSubdirectory?: number;
2415
-
2416
- StreamInfResolution?: HlsStreamInfResolution | string;
2417
-
2418
- TargetDurationCompatibilityMode?: HlsTargetDurationCompatibilityMode | string;
2419
-
2420
- TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | string;
2421
-
2422
- TimedMetadataId3Period?: number;
2423
-
2424
- TimestampDeltaMilliseconds?: number;
2425
- }
2426
-
2427
- export interface MsSmoothAdditionalManifest {
2428
-
2429
- ManifestNameModifier?: string;
2430
-
2431
- SelectedOutputs?: string[];
2432
- }
2433
- export declare enum MsSmoothAudioDeduplication {
2434
- COMBINE_DUPLICATE_STREAMS = "COMBINE_DUPLICATE_STREAMS",
2435
- NONE = "NONE"
2436
- }
2437
-
2438
- export interface MsSmoothEncryptionSettings {
2439
-
2440
- SpekeKeyProvider?: SpekeKeyProvider;
2441
- }
2442
- export declare enum MsSmoothFragmentLengthControl {
2443
- EXACT = "EXACT",
2444
- GOP_MULTIPLE = "GOP_MULTIPLE"
2445
- }
2446
- export declare enum MsSmoothManifestEncoding {
2447
- UTF16 = "UTF16",
2448
- UTF8 = "UTF8"
2449
- }
2450
-
2451
- export interface MsSmoothGroupSettings {
2452
-
2453
- AdditionalManifests?: MsSmoothAdditionalManifest[];
2454
-
2455
- AudioDeduplication?: MsSmoothAudioDeduplication | string;
2456
-
2457
- Destination?: string;
2458
-
2459
- DestinationSettings?: DestinationSettings;
2460
-
2461
- Encryption?: MsSmoothEncryptionSettings;
2462
-
2463
- FragmentLength?: number;
2464
-
2465
- FragmentLengthControl?: MsSmoothFragmentLengthControl | string;
2466
-
2467
- ManifestEncoding?: MsSmoothManifestEncoding | string;
2468
- }
2469
- export declare enum OutputGroupType {
2470
- CMAF_GROUP_SETTINGS = "CMAF_GROUP_SETTINGS",
2471
- DASH_ISO_GROUP_SETTINGS = "DASH_ISO_GROUP_SETTINGS",
2472
- FILE_GROUP_SETTINGS = "FILE_GROUP_SETTINGS",
2473
- HLS_GROUP_SETTINGS = "HLS_GROUP_SETTINGS",
2474
- MS_SMOOTH_GROUP_SETTINGS = "MS_SMOOTH_GROUP_SETTINGS"
2475
- }
2476
-
2477
- export interface OutputGroupSettings {
2478
-
2479
- CmafGroupSettings?: CmafGroupSettings;
2480
-
2481
- DashIsoGroupSettings?: DashIsoGroupSettings;
2482
-
2483
- FileGroupSettings?: FileGroupSettings;
2484
-
2485
- HlsGroupSettings?: HlsGroupSettings;
2486
-
2487
- MsSmoothGroupSettings?: MsSmoothGroupSettings;
2488
-
2489
- Type?: OutputGroupType | string;
2490
- }
2491
- export declare enum CmfcAudioDuration {
2492
- DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
2493
- MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
2494
- }
2495
- export declare enum CmfcAudioTrackType {
2496
- ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
2497
- ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
2498
- ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
2499
- }
2500
- export declare enum CmfcDescriptiveVideoServiceFlag {
2501
- DONT_FLAG = "DONT_FLAG",
2502
- FLAG = "FLAG"
2503
- }
2504
- export declare enum CmfcIFrameOnlyManifest {
2505
- EXCLUDE = "EXCLUDE",
2506
- INCLUDE = "INCLUDE"
2507
- }
2508
- export declare enum CmfcKlvMetadata {
2509
- NONE = "NONE",
2510
- PASSTHROUGH = "PASSTHROUGH"
2511
- }
2512
- export declare enum CmfcScte35Esam {
2513
- INSERT = "INSERT",
2514
- NONE = "NONE"
2515
- }
2516
- export declare enum CmfcScte35Source {
2517
- NONE = "NONE",
2518
- PASSTHROUGH = "PASSTHROUGH"
2519
- }
2520
- export declare enum CmfcTimedMetadata {
2521
- NONE = "NONE",
2522
- PASSTHROUGH = "PASSTHROUGH"
2523
- }
2524
-
2525
- export interface CmfcSettings {
2526
-
2527
- AudioDuration?: CmfcAudioDuration | string;
2528
-
2529
- AudioGroupId?: string;
2530
-
2531
- AudioRenditionSets?: string;
2532
-
2533
- AudioTrackType?: CmfcAudioTrackType | string;
2534
-
2535
- DescriptiveVideoServiceFlag?: CmfcDescriptiveVideoServiceFlag | string;
2536
-
2537
- IFrameOnlyManifest?: CmfcIFrameOnlyManifest | string;
2538
-
2539
- KlvMetadata?: CmfcKlvMetadata | string;
2540
-
2541
- Scte35Esam?: CmfcScte35Esam | string;
2542
-
2543
- Scte35Source?: CmfcScte35Source | string;
2544
-
2545
- TimedMetadata?: CmfcTimedMetadata | string;
2546
- }
2547
- export declare enum ContainerType {
2548
- CMFC = "CMFC",
2549
- F4V = "F4V",
2550
- ISMV = "ISMV",
2551
- M2TS = "M2TS",
2552
- M3U8 = "M3U8",
2553
- MOV = "MOV",
2554
- MP4 = "MP4",
2555
- MPD = "MPD",
2556
- MXF = "MXF",
2557
- RAW = "RAW",
2558
- WEBM = "WEBM"
2559
- }
2560
- export declare enum F4vMoovPlacement {
2561
- NORMAL = "NORMAL",
2562
- PROGRESSIVE_DOWNLOAD = "PROGRESSIVE_DOWNLOAD"
2563
- }
2564
-
2565
- export interface F4vSettings {
2566
-
2567
- MoovPlacement?: F4vMoovPlacement | string;
2568
- }
2569
- export declare enum M2tsAudioBufferModel {
2570
- ATSC = "ATSC",
2571
- DVB = "DVB"
2572
- }
2573
- export declare enum M2tsAudioDuration {
2574
- DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
2575
- MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
2576
- }
2577
- export declare enum M2tsBufferModel {
2578
- MULTIPLEX = "MULTIPLEX",
2579
- NONE = "NONE"
2580
- }
2581
- export declare enum M2tsDataPtsControl {
2582
- ALIGN_TO_VIDEO = "ALIGN_TO_VIDEO",
2583
- AUTO = "AUTO"
2584
- }
2585
-
2586
- export interface DvbNitSettings {
2587
-
2588
- NetworkId?: number;
2589
-
2590
- NetworkName?: string;
2591
-
2592
- NitInterval?: number;
2593
- }
2594
- export declare enum OutputSdt {
2595
- SDT_FOLLOW = "SDT_FOLLOW",
2596
- SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
2597
- SDT_MANUAL = "SDT_MANUAL",
2598
- SDT_NONE = "SDT_NONE"
2599
- }
2600
-
2601
- export interface DvbSdtSettings {
2602
-
2603
- OutputSdt?: OutputSdt | string;
2604
-
2605
- SdtInterval?: number;
2606
-
2607
- ServiceName?: string;
2608
-
2609
- ServiceProviderName?: string;
2610
- }
2611
-
2612
- export interface DvbTdtSettings {
2613
-
2614
- TdtInterval?: number;
2615
- }
2616
- export declare enum M2tsEbpAudioInterval {
2617
- VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
2618
- VIDEO_INTERVAL = "VIDEO_INTERVAL"
2619
- }
2620
- export declare enum M2tsEbpPlacement {
2621
- VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
2622
- VIDEO_PID = "VIDEO_PID"
2623
- }
2624
- export declare enum M2tsEsRateInPes {
2625
- EXCLUDE = "EXCLUDE",
2626
- INCLUDE = "INCLUDE"
2627
- }
2628
- export declare enum M2tsForceTsVideoEbpOrder {
2629
- DEFAULT = "DEFAULT",
2630
- FORCE = "FORCE"
2631
- }
2632
-
2633
- export declare const AllowedRenditionSizeFilterSensitiveLog: (obj: AllowedRenditionSize) => any;
2634
-
2635
- export declare const AudioChannelTaggingSettingsFilterSensitiveLog: (obj: AudioChannelTaggingSettings) => any;
2636
-
2637
- export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
2638
-
2639
- export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
2640
-
2641
- export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
2642
-
2643
- export declare const AiffSettingsFilterSensitiveLog: (obj: AiffSettings) => any;
2644
-
2645
- export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
2646
-
2647
- export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
2648
-
2649
- export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
2650
-
2651
- export declare const Mp3SettingsFilterSensitiveLog: (obj: Mp3Settings) => any;
2652
-
2653
- export declare const OpusSettingsFilterSensitiveLog: (obj: OpusSettings) => any;
2654
-
2655
- export declare const VorbisSettingsFilterSensitiveLog: (obj: VorbisSettings) => any;
2656
-
2657
- export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
2658
-
2659
- export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
2660
-
2661
- export declare const OutputChannelMappingFilterSensitiveLog: (obj: OutputChannelMapping) => any;
2662
-
2663
- export declare const ChannelMappingFilterSensitiveLog: (obj: ChannelMapping) => any;
2664
-
2665
- export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
2666
-
2667
- export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
2668
-
2669
- export declare const ForceIncludeRenditionSizeFilterSensitiveLog: (obj: ForceIncludeRenditionSize) => any;
2670
-
2671
- export declare const MinBottomRenditionSizeFilterSensitiveLog: (obj: MinBottomRenditionSize) => any;
2672
-
2673
- export declare const MinTopRenditionSizeFilterSensitiveLog: (obj: MinTopRenditionSize) => any;
2674
-
2675
- export declare const AutomatedAbrRuleFilterSensitiveLog: (obj: AutomatedAbrRule) => any;
2676
-
2677
- export declare const BurninDestinationSettingsFilterSensitiveLog: (obj: BurninDestinationSettings) => any;
2678
-
2679
- export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
2680
-
2681
- export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
2682
-
2683
- export declare const ImscDestinationSettingsFilterSensitiveLog: (obj: ImscDestinationSettings) => any;
2684
-
2685
- export declare const SccDestinationSettingsFilterSensitiveLog: (obj: SccDestinationSettings) => any;
2686
-
2687
- export declare const SrtDestinationSettingsFilterSensitiveLog: (obj: SrtDestinationSettings) => any;
2688
-
2689
- export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
2690
-
2691
- export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
2692
-
2693
- export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
2694
-
2695
- export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
2696
-
2697
- export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
2698
-
2699
- export declare const CaptionDescriptionPresetFilterSensitiveLog: (obj: CaptionDescriptionPreset) => any;
2700
-
2701
- export declare const CmafAdditionalManifestFilterSensitiveLog: (obj: CmafAdditionalManifest) => any;
2702
-
2703
- export declare const DashAdditionalManifestFilterSensitiveLog: (obj: DashAdditionalManifest) => any;
2704
-
2705
- export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
2706
-
2707
- export declare const HlsAdditionalManifestFilterSensitiveLog: (obj: HlsAdditionalManifest) => any;
2708
-
2709
- export declare const HlsCaptionLanguageMappingFilterSensitiveLog: (obj: HlsCaptionLanguageMapping) => any;
2710
-
2711
- export declare const HopDestinationFilterSensitiveLog: (obj: HopDestination) => any;
2712
-
2713
- export declare const Id3InsertionFilterSensitiveLog: (obj: Id3Insertion) => any;
2714
-
2715
- export declare const AudioSelectorGroupFilterSensitiveLog: (obj: AudioSelectorGroup) => any;
2716
-
2717
- export declare const HlsRenditionGroupSettingsFilterSensitiveLog: (obj: HlsRenditionGroupSettings) => any;
2718
-
2719
- export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
2720
-
2721
- export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
2722
-
2723
- export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
2724
-
2725
- export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
2726
-
2727
- export declare const CaptionSourceFramerateFilterSensitiveLog: (obj: CaptionSourceFramerate) => any;
2728
-
2729
- export declare const FileSourceSettingsFilterSensitiveLog: (obj: FileSourceSettings) => any;
2730
-
2731
- export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
2732
-
2733
- export declare const TrackSourceSettingsFilterSensitiveLog: (obj: TrackSourceSettings) => any;
2734
-
2735
- export declare const WebvttHlsSourceSettingsFilterSensitiveLog: (obj: WebvttHlsSourceSettings) => any;
2736
-
2737
- export declare const CaptionSourceSettingsFilterSensitiveLog: (obj: CaptionSourceSettings) => any;
2738
-
2739
- export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
2740
-
2741
- export declare const RectangleFilterSensitiveLog: (obj: Rectangle) => any;
2742
-
2743
- export declare const InputDecryptionSettingsFilterSensitiveLog: (obj: InputDecryptionSettings) => any;
2744
-
2745
- export declare const InsertableImageFilterSensitiveLog: (obj: InsertableImage) => any;
2746
-
2747
- export declare const ImageInserterFilterSensitiveLog: (obj: ImageInserter) => any;
2748
-
2749
- export declare const InputClippingFilterSensitiveLog: (obj: InputClipping) => any;
2750
-
2751
- export declare const InputVideoGeneratorFilterSensitiveLog: (obj: InputVideoGenerator) => any;
2752
-
2753
- export declare const Hdr10MetadataFilterSensitiveLog: (obj: Hdr10Metadata) => any;
2754
-
2755
- export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
2756
-
2757
- export declare const InputFilterSensitiveLog: (obj: Input) => any;
2758
-
2759
- export declare const InputTemplateFilterSensitiveLog: (obj: InputTemplate) => any;
2760
-
2761
- export declare const AccelerationSettingsFilterSensitiveLog: (obj: AccelerationSettings) => any;
2762
-
2763
- export declare const JobMessagesFilterSensitiveLog: (obj: JobMessages) => any;
2764
-
2765
- export declare const VideoDetailFilterSensitiveLog: (obj: VideoDetail) => any;
2766
-
2767
- export declare const OutputDetailFilterSensitiveLog: (obj: OutputDetail) => any;
2768
-
2769
- export declare const OutputGroupDetailFilterSensitiveLog: (obj: OutputGroupDetail) => any;
2770
-
2771
- export declare const QueueTransitionFilterSensitiveLog: (obj: QueueTransition) => any;
2772
-
2773
- export declare const AvailBlankingFilterSensitiveLog: (obj: AvailBlanking) => any;
2774
-
2775
- export declare const EsamManifestConfirmConditionNotificationFilterSensitiveLog: (obj: EsamManifestConfirmConditionNotification) => any;
2776
-
2777
- export declare const EsamSignalProcessingNotificationFilterSensitiveLog: (obj: EsamSignalProcessingNotification) => any;
2778
-
2779
- export declare const EsamSettingsFilterSensitiveLog: (obj: EsamSettings) => any;
2780
-
2781
- export declare const ExtendedDataServicesFilterSensitiveLog: (obj: ExtendedDataServices) => any;
2782
-
2783
- export declare const KantarWatermarkSettingsFilterSensitiveLog: (obj: KantarWatermarkSettings) => any;
2784
-
2785
- export declare const MotionImageInsertionFramerateFilterSensitiveLog: (obj: MotionImageInsertionFramerate) => any;
2786
-
2787
- export declare const MotionImageInsertionOffsetFilterSensitiveLog: (obj: MotionImageInsertionOffset) => any;
2788
-
2789
- export declare const MotionImageInserterFilterSensitiveLog: (obj: MotionImageInserter) => any;
2790
-
2791
- export declare const NielsenConfigurationFilterSensitiveLog: (obj: NielsenConfiguration) => any;
2792
-
2793
- export declare const NielsenNonLinearWatermarkSettingsFilterSensitiveLog: (obj: NielsenNonLinearWatermarkSettings) => any;
2794
-
2795
- export declare const AutomatedAbrSettingsFilterSensitiveLog: (obj: AutomatedAbrSettings) => any;
2796
-
2797
- export declare const AutomatedEncodingSettingsFilterSensitiveLog: (obj: AutomatedEncodingSettings) => any;
2798
-
2799
- export declare const S3DestinationAccessControlFilterSensitiveLog: (obj: S3DestinationAccessControl) => any;
2800
-
2801
- export declare const S3EncryptionSettingsFilterSensitiveLog: (obj: S3EncryptionSettings) => any;
2802
-
2803
- export declare const S3DestinationSettingsFilterSensitiveLog: (obj: S3DestinationSettings) => any;
2804
-
2805
- export declare const DestinationSettingsFilterSensitiveLog: (obj: DestinationSettings) => any;
2806
-
2807
- export declare const SpekeKeyProviderCmafFilterSensitiveLog: (obj: SpekeKeyProviderCmaf) => any;
2808
-
2809
- export declare const StaticKeyProviderFilterSensitiveLog: (obj: StaticKeyProvider) => any;
2810
-
2811
- export declare const CmafEncryptionSettingsFilterSensitiveLog: (obj: CmafEncryptionSettings) => any;
2812
-
2813
- export declare const CmafImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: CmafImageBasedTrickPlaySettings) => any;
2814
-
2815
- export declare const CmafGroupSettingsFilterSensitiveLog: (obj: CmafGroupSettings) => any;
2816
-
2817
- export declare const SpekeKeyProviderFilterSensitiveLog: (obj: SpekeKeyProvider) => any;
2818
-
2819
- export declare const DashIsoEncryptionSettingsFilterSensitiveLog: (obj: DashIsoEncryptionSettings) => any;
2820
-
2821
- export declare const DashIsoImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: DashIsoImageBasedTrickPlaySettings) => any;
2822
-
2823
- export declare const DashIsoGroupSettingsFilterSensitiveLog: (obj: DashIsoGroupSettings) => any;
2824
-
2825
- export declare const FileGroupSettingsFilterSensitiveLog: (obj: FileGroupSettings) => any;
2826
-
2827
- export declare const HlsEncryptionSettingsFilterSensitiveLog: (obj: HlsEncryptionSettings) => any;
2828
-
2829
- export declare const HlsImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: HlsImageBasedTrickPlaySettings) => any;
2830
-
2831
- export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
2832
-
2833
- export declare const MsSmoothAdditionalManifestFilterSensitiveLog: (obj: MsSmoothAdditionalManifest) => any;
2834
-
2835
- export declare const MsSmoothEncryptionSettingsFilterSensitiveLog: (obj: MsSmoothEncryptionSettings) => any;
2836
-
2837
- export declare const MsSmoothGroupSettingsFilterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
2838
-
2839
- export declare const OutputGroupSettingsFilterSensitiveLog: (obj: OutputGroupSettings) => any;
2840
-
2841
- export declare const CmfcSettingsFilterSensitiveLog: (obj: CmfcSettings) => any;
2842
-
2843
- export declare const F4vSettingsFilterSensitiveLog: (obj: F4vSettings) => any;
2844
-
2845
- export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
2846
-
2847
- export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
2848
-
2849
- export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
1
+ export declare enum RequiredFlag {
2
+ DISABLED = "DISABLED",
3
+ ENABLED = "ENABLED",
4
+ }
5
+ export interface AllowedRenditionSize {
6
+ Height?: number;
7
+ Required?: RequiredFlag | string;
8
+ Width?: number;
9
+ }
10
+ export declare enum AudioChannelTag {
11
+ C = "C",
12
+ CS = "CS",
13
+ L = "L",
14
+ LC = "LC",
15
+ LFE = "LFE",
16
+ LS = "LS",
17
+ LSD = "LSD",
18
+ R = "R",
19
+ RC = "RC",
20
+ RS = "RS",
21
+ RSD = "RSD",
22
+ TCS = "TCS",
23
+ VHC = "VHC",
24
+ VHL = "VHL",
25
+ VHR = "VHR",
26
+ }
27
+ export interface AudioChannelTaggingSettings {
28
+ ChannelTag?: AudioChannelTag | string;
29
+ }
30
+ export declare enum AudioNormalizationAlgorithm {
31
+ ITU_BS_1770_1 = "ITU_BS_1770_1",
32
+ ITU_BS_1770_2 = "ITU_BS_1770_2",
33
+ ITU_BS_1770_3 = "ITU_BS_1770_3",
34
+ ITU_BS_1770_4 = "ITU_BS_1770_4",
35
+ }
36
+ export declare enum AudioNormalizationAlgorithmControl {
37
+ CORRECT_AUDIO = "CORRECT_AUDIO",
38
+ MEASURE_ONLY = "MEASURE_ONLY",
39
+ }
40
+ export declare enum AudioNormalizationLoudnessLogging {
41
+ DONT_LOG = "DONT_LOG",
42
+ LOG = "LOG",
43
+ }
44
+ export declare enum AudioNormalizationPeakCalculation {
45
+ NONE = "NONE",
46
+ TRUE_PEAK = "TRUE_PEAK",
47
+ }
48
+ export interface AudioNormalizationSettings {
49
+ Algorithm?: AudioNormalizationAlgorithm | string;
50
+ AlgorithmControl?: AudioNormalizationAlgorithmControl | string;
51
+ CorrectionGateLevel?: number;
52
+ LoudnessLogging?: AudioNormalizationLoudnessLogging | string;
53
+ PeakCalculation?: AudioNormalizationPeakCalculation | string;
54
+ TargetLkfs?: number;
55
+ }
56
+ export declare enum AudioTypeControl {
57
+ FOLLOW_INPUT = "FOLLOW_INPUT",
58
+ USE_CONFIGURED = "USE_CONFIGURED",
59
+ }
60
+ export declare enum AacAudioDescriptionBroadcasterMix {
61
+ BROADCASTER_MIXED_AD = "BROADCASTER_MIXED_AD",
62
+ NORMAL = "NORMAL",
63
+ }
64
+ export declare enum AacCodecProfile {
65
+ HEV1 = "HEV1",
66
+ HEV2 = "HEV2",
67
+ LC = "LC",
68
+ }
69
+ export declare enum AacCodingMode {
70
+ AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
71
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
72
+ CODING_MODE_1_1 = "CODING_MODE_1_1",
73
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
74
+ CODING_MODE_5_1 = "CODING_MODE_5_1",
75
+ }
76
+ export declare enum AacRateControlMode {
77
+ CBR = "CBR",
78
+ VBR = "VBR",
79
+ }
80
+ export declare enum AacRawFormat {
81
+ LATM_LOAS = "LATM_LOAS",
82
+ NONE = "NONE",
83
+ }
84
+ export declare enum AacSpecification {
85
+ MPEG2 = "MPEG2",
86
+ MPEG4 = "MPEG4",
87
+ }
88
+ export declare enum AacVbrQuality {
89
+ HIGH = "HIGH",
90
+ LOW = "LOW",
91
+ MEDIUM_HIGH = "MEDIUM_HIGH",
92
+ MEDIUM_LOW = "MEDIUM_LOW",
93
+ }
94
+ export interface AacSettings {
95
+ AudioDescriptionBroadcasterMix?: AacAudioDescriptionBroadcasterMix | string;
96
+ Bitrate?: number;
97
+ CodecProfile?: AacCodecProfile | string;
98
+ CodingMode?: AacCodingMode | string;
99
+ RateControlMode?: AacRateControlMode | string;
100
+ RawFormat?: AacRawFormat | string;
101
+ SampleRate?: number;
102
+ Specification?: AacSpecification | string;
103
+ VbrQuality?: AacVbrQuality | string;
104
+ }
105
+ export declare enum Ac3BitstreamMode {
106
+ COMMENTARY = "COMMENTARY",
107
+ COMPLETE_MAIN = "COMPLETE_MAIN",
108
+ DIALOGUE = "DIALOGUE",
109
+ EMERGENCY = "EMERGENCY",
110
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
111
+ MUSIC_AND_EFFECTS = "MUSIC_AND_EFFECTS",
112
+ VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
113
+ VOICE_OVER = "VOICE_OVER",
114
+ }
115
+ export declare enum Ac3CodingMode {
116
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
117
+ CODING_MODE_1_1 = "CODING_MODE_1_1",
118
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
119
+ CODING_MODE_3_2_LFE = "CODING_MODE_3_2_LFE",
120
+ }
121
+ export declare enum Ac3DynamicRangeCompressionLine {
122
+ FILM_LIGHT = "FILM_LIGHT",
123
+ FILM_STANDARD = "FILM_STANDARD",
124
+ MUSIC_LIGHT = "MUSIC_LIGHT",
125
+ MUSIC_STANDARD = "MUSIC_STANDARD",
126
+ NONE = "NONE",
127
+ SPEECH = "SPEECH",
128
+ }
129
+ export declare enum Ac3DynamicRangeCompressionProfile {
130
+ FILM_STANDARD = "FILM_STANDARD",
131
+ NONE = "NONE",
132
+ }
133
+ export declare enum Ac3DynamicRangeCompressionRf {
134
+ FILM_LIGHT = "FILM_LIGHT",
135
+ FILM_STANDARD = "FILM_STANDARD",
136
+ MUSIC_LIGHT = "MUSIC_LIGHT",
137
+ MUSIC_STANDARD = "MUSIC_STANDARD",
138
+ NONE = "NONE",
139
+ SPEECH = "SPEECH",
140
+ }
141
+ export declare enum Ac3LfeFilter {
142
+ DISABLED = "DISABLED",
143
+ ENABLED = "ENABLED",
144
+ }
145
+ export declare enum Ac3MetadataControl {
146
+ FOLLOW_INPUT = "FOLLOW_INPUT",
147
+ USE_CONFIGURED = "USE_CONFIGURED",
148
+ }
149
+ export interface Ac3Settings {
150
+ Bitrate?: number;
151
+ BitstreamMode?: Ac3BitstreamMode | string;
152
+ CodingMode?: Ac3CodingMode | string;
153
+ Dialnorm?: number;
154
+ DynamicRangeCompressionLine?: Ac3DynamicRangeCompressionLine | string;
155
+ DynamicRangeCompressionProfile?: Ac3DynamicRangeCompressionProfile | string;
156
+ DynamicRangeCompressionRf?: Ac3DynamicRangeCompressionRf | string;
157
+ LfeFilter?: Ac3LfeFilter | string;
158
+ MetadataControl?: Ac3MetadataControl | string;
159
+ SampleRate?: number;
160
+ }
161
+ export interface AiffSettings {
162
+ BitDepth?: number;
163
+ Channels?: number;
164
+ SampleRate?: number;
165
+ }
166
+ export declare enum AudioCodec {
167
+ AAC = "AAC",
168
+ AC3 = "AC3",
169
+ AIFF = "AIFF",
170
+ EAC3 = "EAC3",
171
+ EAC3_ATMOS = "EAC3_ATMOS",
172
+ MP2 = "MP2",
173
+ MP3 = "MP3",
174
+ OPUS = "OPUS",
175
+ PASSTHROUGH = "PASSTHROUGH",
176
+ VORBIS = "VORBIS",
177
+ WAV = "WAV",
178
+ }
179
+ export declare enum Eac3AtmosBitstreamMode {
180
+ COMPLETE_MAIN = "COMPLETE_MAIN",
181
+ }
182
+ export declare enum Eac3AtmosCodingMode {
183
+ CODING_MODE_5_1_4 = "CODING_MODE_5_1_4",
184
+ CODING_MODE_7_1_4 = "CODING_MODE_7_1_4",
185
+ CODING_MODE_9_1_6 = "CODING_MODE_9_1_6",
186
+ CODING_MODE_AUTO = "CODING_MODE_AUTO",
187
+ }
188
+ export declare enum Eac3AtmosDialogueIntelligence {
189
+ DISABLED = "DISABLED",
190
+ ENABLED = "ENABLED",
191
+ }
192
+ export declare enum Eac3AtmosDownmixControl {
193
+ INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
194
+ SPECIFIED = "SPECIFIED",
195
+ }
196
+ export declare enum Eac3AtmosDynamicRangeCompressionLine {
197
+ FILM_LIGHT = "FILM_LIGHT",
198
+ FILM_STANDARD = "FILM_STANDARD",
199
+ MUSIC_LIGHT = "MUSIC_LIGHT",
200
+ MUSIC_STANDARD = "MUSIC_STANDARD",
201
+ NONE = "NONE",
202
+ SPEECH = "SPEECH",
203
+ }
204
+ export declare enum Eac3AtmosDynamicRangeCompressionRf {
205
+ FILM_LIGHT = "FILM_LIGHT",
206
+ FILM_STANDARD = "FILM_STANDARD",
207
+ MUSIC_LIGHT = "MUSIC_LIGHT",
208
+ MUSIC_STANDARD = "MUSIC_STANDARD",
209
+ NONE = "NONE",
210
+ SPEECH = "SPEECH",
211
+ }
212
+ export declare enum Eac3AtmosDynamicRangeControl {
213
+ INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
214
+ SPECIFIED = "SPECIFIED",
215
+ }
216
+ export declare enum Eac3AtmosMeteringMode {
217
+ ITU_BS_1770_1 = "ITU_BS_1770_1",
218
+ ITU_BS_1770_2 = "ITU_BS_1770_2",
219
+ ITU_BS_1770_3 = "ITU_BS_1770_3",
220
+ ITU_BS_1770_4 = "ITU_BS_1770_4",
221
+ LEQ_A = "LEQ_A",
222
+ }
223
+ export declare enum Eac3AtmosStereoDownmix {
224
+ DPL2 = "DPL2",
225
+ NOT_INDICATED = "NOT_INDICATED",
226
+ STEREO = "STEREO",
227
+ SURROUND = "SURROUND",
228
+ }
229
+ export declare enum Eac3AtmosSurroundExMode {
230
+ DISABLED = "DISABLED",
231
+ ENABLED = "ENABLED",
232
+ NOT_INDICATED = "NOT_INDICATED",
233
+ }
234
+ export interface Eac3AtmosSettings {
235
+ Bitrate?: number;
236
+ BitstreamMode?: Eac3AtmosBitstreamMode | string;
237
+ CodingMode?: Eac3AtmosCodingMode | string;
238
+ DialogueIntelligence?: Eac3AtmosDialogueIntelligence | string;
239
+ DownmixControl?: Eac3AtmosDownmixControl | string;
240
+ DynamicRangeCompressionLine?: Eac3AtmosDynamicRangeCompressionLine | string;
241
+ DynamicRangeCompressionRf?: Eac3AtmosDynamicRangeCompressionRf | string;
242
+ DynamicRangeControl?: Eac3AtmosDynamicRangeControl | string;
243
+ LoRoCenterMixLevel?: number;
244
+ LoRoSurroundMixLevel?: number;
245
+ LtRtCenterMixLevel?: number;
246
+ LtRtSurroundMixLevel?: number;
247
+ MeteringMode?: Eac3AtmosMeteringMode | string;
248
+ SampleRate?: number;
249
+ SpeechThreshold?: number;
250
+ StereoDownmix?: Eac3AtmosStereoDownmix | string;
251
+ SurroundExMode?: Eac3AtmosSurroundExMode | string;
252
+ }
253
+ export declare enum Eac3AttenuationControl {
254
+ ATTENUATE_3_DB = "ATTENUATE_3_DB",
255
+ NONE = "NONE",
256
+ }
257
+ export declare enum Eac3BitstreamMode {
258
+ COMMENTARY = "COMMENTARY",
259
+ COMPLETE_MAIN = "COMPLETE_MAIN",
260
+ EMERGENCY = "EMERGENCY",
261
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
262
+ VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
263
+ }
264
+ export declare enum Eac3CodingMode {
265
+ CODING_MODE_1_0 = "CODING_MODE_1_0",
266
+ CODING_MODE_2_0 = "CODING_MODE_2_0",
267
+ CODING_MODE_3_2 = "CODING_MODE_3_2",
268
+ }
269
+ export declare enum Eac3DcFilter {
270
+ DISABLED = "DISABLED",
271
+ ENABLED = "ENABLED",
272
+ }
273
+ export declare enum Eac3DynamicRangeCompressionLine {
274
+ FILM_LIGHT = "FILM_LIGHT",
275
+ FILM_STANDARD = "FILM_STANDARD",
276
+ MUSIC_LIGHT = "MUSIC_LIGHT",
277
+ MUSIC_STANDARD = "MUSIC_STANDARD",
278
+ NONE = "NONE",
279
+ SPEECH = "SPEECH",
280
+ }
281
+ export declare enum Eac3DynamicRangeCompressionRf {
282
+ FILM_LIGHT = "FILM_LIGHT",
283
+ FILM_STANDARD = "FILM_STANDARD",
284
+ MUSIC_LIGHT = "MUSIC_LIGHT",
285
+ MUSIC_STANDARD = "MUSIC_STANDARD",
286
+ NONE = "NONE",
287
+ SPEECH = "SPEECH",
288
+ }
289
+ export declare enum Eac3LfeControl {
290
+ LFE = "LFE",
291
+ NO_LFE = "NO_LFE",
292
+ }
293
+ export declare enum Eac3LfeFilter {
294
+ DISABLED = "DISABLED",
295
+ ENABLED = "ENABLED",
296
+ }
297
+ export declare enum Eac3MetadataControl {
298
+ FOLLOW_INPUT = "FOLLOW_INPUT",
299
+ USE_CONFIGURED = "USE_CONFIGURED",
300
+ }
301
+ export declare enum Eac3PassthroughControl {
302
+ NO_PASSTHROUGH = "NO_PASSTHROUGH",
303
+ WHEN_POSSIBLE = "WHEN_POSSIBLE",
304
+ }
305
+ export declare enum Eac3PhaseControl {
306
+ NO_SHIFT = "NO_SHIFT",
307
+ SHIFT_90_DEGREES = "SHIFT_90_DEGREES",
308
+ }
309
+ export declare enum Eac3StereoDownmix {
310
+ DPL2 = "DPL2",
311
+ LO_RO = "LO_RO",
312
+ LT_RT = "LT_RT",
313
+ NOT_INDICATED = "NOT_INDICATED",
314
+ }
315
+ export declare enum Eac3SurroundExMode {
316
+ DISABLED = "DISABLED",
317
+ ENABLED = "ENABLED",
318
+ NOT_INDICATED = "NOT_INDICATED",
319
+ }
320
+ export declare enum Eac3SurroundMode {
321
+ DISABLED = "DISABLED",
322
+ ENABLED = "ENABLED",
323
+ NOT_INDICATED = "NOT_INDICATED",
324
+ }
325
+ export interface Eac3Settings {
326
+ AttenuationControl?: Eac3AttenuationControl | string;
327
+ Bitrate?: number;
328
+ BitstreamMode?: Eac3BitstreamMode | string;
329
+ CodingMode?: Eac3CodingMode | string;
330
+ DcFilter?: Eac3DcFilter | string;
331
+ Dialnorm?: number;
332
+ DynamicRangeCompressionLine?: Eac3DynamicRangeCompressionLine | string;
333
+ DynamicRangeCompressionRf?: Eac3DynamicRangeCompressionRf | string;
334
+ LfeControl?: Eac3LfeControl | string;
335
+ LfeFilter?: Eac3LfeFilter | string;
336
+ LoRoCenterMixLevel?: number;
337
+ LoRoSurroundMixLevel?: number;
338
+ LtRtCenterMixLevel?: number;
339
+ LtRtSurroundMixLevel?: number;
340
+ MetadataControl?: Eac3MetadataControl | string;
341
+ PassthroughControl?: Eac3PassthroughControl | string;
342
+ PhaseControl?: Eac3PhaseControl | string;
343
+ SampleRate?: number;
344
+ StereoDownmix?: Eac3StereoDownmix | string;
345
+ SurroundExMode?: Eac3SurroundExMode | string;
346
+ SurroundMode?: Eac3SurroundMode | string;
347
+ }
348
+ export interface Mp2Settings {
349
+ Bitrate?: number;
350
+ Channels?: number;
351
+ SampleRate?: number;
352
+ }
353
+ export declare enum Mp3RateControlMode {
354
+ CBR = "CBR",
355
+ VBR = "VBR",
356
+ }
357
+ export interface Mp3Settings {
358
+ Bitrate?: number;
359
+ Channels?: number;
360
+ RateControlMode?: Mp3RateControlMode | string;
361
+ SampleRate?: number;
362
+ VbrQuality?: number;
363
+ }
364
+ export interface OpusSettings {
365
+ Bitrate?: number;
366
+ Channels?: number;
367
+ SampleRate?: number;
368
+ }
369
+ export interface VorbisSettings {
370
+ Channels?: number;
371
+ SampleRate?: number;
372
+ VbrQuality?: number;
373
+ }
374
+ export declare enum WavFormat {
375
+ RF64 = "RF64",
376
+ RIFF = "RIFF",
377
+ }
378
+ export interface WavSettings {
379
+ BitDepth?: number;
380
+ Channels?: number;
381
+ Format?: WavFormat | string;
382
+ SampleRate?: number;
383
+ }
384
+ export interface AudioCodecSettings {
385
+ AacSettings?: AacSettings;
386
+ Ac3Settings?: Ac3Settings;
387
+ AiffSettings?: AiffSettings;
388
+ Codec?: AudioCodec | string;
389
+ Eac3AtmosSettings?: Eac3AtmosSettings;
390
+ Eac3Settings?: Eac3Settings;
391
+ Mp2Settings?: Mp2Settings;
392
+ Mp3Settings?: Mp3Settings;
393
+ OpusSettings?: OpusSettings;
394
+ VorbisSettings?: VorbisSettings;
395
+ WavSettings?: WavSettings;
396
+ }
397
+ export declare enum LanguageCode {
398
+ AAR = "AAR",
399
+ ABK = "ABK",
400
+ AFR = "AFR",
401
+ AKA = "AKA",
402
+ AMH = "AMH",
403
+ ARA = "ARA",
404
+ ARG = "ARG",
405
+ ASM = "ASM",
406
+ AVA = "AVA",
407
+ AVE = "AVE",
408
+ AYM = "AYM",
409
+ AZE = "AZE",
410
+ BAK = "BAK",
411
+ BAM = "BAM",
412
+ BEL = "BEL",
413
+ BEN = "BEN",
414
+ BIH = "BIH",
415
+ BIS = "BIS",
416
+ BOD = "BOD",
417
+ BOS = "BOS",
418
+ BRE = "BRE",
419
+ BUL = "BUL",
420
+ CAT = "CAT",
421
+ CES = "CES",
422
+ CHA = "CHA",
423
+ CHE = "CHE",
424
+ CHU = "CHU",
425
+ CHV = "CHV",
426
+ COR = "COR",
427
+ COS = "COS",
428
+ CRE = "CRE",
429
+ CYM = "CYM",
430
+ DAN = "DAN",
431
+ DEU = "DEU",
432
+ DIV = "DIV",
433
+ DZO = "DZO",
434
+ ELL = "ELL",
435
+ ENG = "ENG",
436
+ ENM = "ENM",
437
+ EPO = "EPO",
438
+ EST = "EST",
439
+ EUS = "EUS",
440
+ EWE = "EWE",
441
+ FAO = "FAO",
442
+ FAS = "FAS",
443
+ FIJ = "FIJ",
444
+ FIN = "FIN",
445
+ FRA = "FRA",
446
+ FRM = "FRM",
447
+ FRY = "FRY",
448
+ FUL = "FUL",
449
+ GER = "GER",
450
+ GLA = "GLA",
451
+ GLE = "GLE",
452
+ GLG = "GLG",
453
+ GLV = "GLV",
454
+ GRN = "GRN",
455
+ GUJ = "GUJ",
456
+ HAT = "HAT",
457
+ HAU = "HAU",
458
+ HEB = "HEB",
459
+ HER = "HER",
460
+ HIN = "HIN",
461
+ HMO = "HMO",
462
+ HRV = "HRV",
463
+ HUN = "HUN",
464
+ HYE = "HYE",
465
+ IBO = "IBO",
466
+ IDO = "IDO",
467
+ III = "III",
468
+ IKU = "IKU",
469
+ ILE = "ILE",
470
+ INA = "INA",
471
+ IND = "IND",
472
+ IPK = "IPK",
473
+ ISL = "ISL",
474
+ ITA = "ITA",
475
+ JAV = "JAV",
476
+ JPN = "JPN",
477
+ KAL = "KAL",
478
+ KAN = "KAN",
479
+ KAS = "KAS",
480
+ KAT = "KAT",
481
+ KAU = "KAU",
482
+ KAZ = "KAZ",
483
+ KHM = "KHM",
484
+ KIK = "KIK",
485
+ KIN = "KIN",
486
+ KIR = "KIR",
487
+ KOM = "KOM",
488
+ KON = "KON",
489
+ KOR = "KOR",
490
+ KUA = "KUA",
491
+ KUR = "KUR",
492
+ LAO = "LAO",
493
+ LAT = "LAT",
494
+ LAV = "LAV",
495
+ LIM = "LIM",
496
+ LIN = "LIN",
497
+ LIT = "LIT",
498
+ LTZ = "LTZ",
499
+ LUB = "LUB",
500
+ LUG = "LUG",
501
+ MAH = "MAH",
502
+ MAL = "MAL",
503
+ MAR = "MAR",
504
+ MKD = "MKD",
505
+ MLG = "MLG",
506
+ MLT = "MLT",
507
+ MON = "MON",
508
+ MRI = "MRI",
509
+ MSA = "MSA",
510
+ MYA = "MYA",
511
+ NAU = "NAU",
512
+ NAV = "NAV",
513
+ NBL = "NBL",
514
+ NDE = "NDE",
515
+ NDO = "NDO",
516
+ NEP = "NEP",
517
+ NLD = "NLD",
518
+ NNO = "NNO",
519
+ NOB = "NOB",
520
+ NOR = "NOR",
521
+ NYA = "NYA",
522
+ OCI = "OCI",
523
+ OJI = "OJI",
524
+ ORI = "ORI",
525
+ ORJ = "ORJ",
526
+ ORM = "ORM",
527
+ OSS = "OSS",
528
+ PAN = "PAN",
529
+ PLI = "PLI",
530
+ POL = "POL",
531
+ POR = "POR",
532
+ PUS = "PUS",
533
+ QAA = "QAA",
534
+ QPC = "QPC",
535
+ QUE = "QUE",
536
+ ROH = "ROH",
537
+ RON = "RON",
538
+ RUN = "RUN",
539
+ RUS = "RUS",
540
+ SAG = "SAG",
541
+ SAN = "SAN",
542
+ SIN = "SIN",
543
+ SLK = "SLK",
544
+ SLV = "SLV",
545
+ SME = "SME",
546
+ SMO = "SMO",
547
+ SNA = "SNA",
548
+ SND = "SND",
549
+ SOM = "SOM",
550
+ SOT = "SOT",
551
+ SPA = "SPA",
552
+ SQI = "SQI",
553
+ SRB = "SRB",
554
+ SRD = "SRD",
555
+ SRP = "SRP",
556
+ SSW = "SSW",
557
+ SUN = "SUN",
558
+ SWA = "SWA",
559
+ SWE = "SWE",
560
+ TAH = "TAH",
561
+ TAM = "TAM",
562
+ TAT = "TAT",
563
+ TEL = "TEL",
564
+ TGK = "TGK",
565
+ TGL = "TGL",
566
+ THA = "THA",
567
+ TIR = "TIR",
568
+ TNG = "TNG",
569
+ TON = "TON",
570
+ TSN = "TSN",
571
+ TSO = "TSO",
572
+ TUK = "TUK",
573
+ TUR = "TUR",
574
+ TWI = "TWI",
575
+ UIG = "UIG",
576
+ UKR = "UKR",
577
+ URD = "URD",
578
+ UZB = "UZB",
579
+ VEN = "VEN",
580
+ VIE = "VIE",
581
+ VOL = "VOL",
582
+ WLN = "WLN",
583
+ WOL = "WOL",
584
+ XHO = "XHO",
585
+ YID = "YID",
586
+ YOR = "YOR",
587
+ ZHA = "ZHA",
588
+ ZHO = "ZHO",
589
+ ZUL = "ZUL",
590
+ }
591
+ export declare enum AudioLanguageCodeControl {
592
+ FOLLOW_INPUT = "FOLLOW_INPUT",
593
+ USE_CONFIGURED = "USE_CONFIGURED",
594
+ }
595
+ export interface OutputChannelMapping {
596
+ InputChannels?: number[];
597
+ InputChannelsFineTune?: number[];
598
+ }
599
+ export interface ChannelMapping {
600
+ OutputChannels?: OutputChannelMapping[];
601
+ }
602
+ export interface RemixSettings {
603
+ ChannelMapping?: ChannelMapping;
604
+ ChannelsIn?: number;
605
+ ChannelsOut?: number;
606
+ }
607
+ export interface AudioDescription {
608
+ AudioChannelTaggingSettings?: AudioChannelTaggingSettings;
609
+ AudioNormalizationSettings?: AudioNormalizationSettings;
610
+ AudioSourceName?: string;
611
+ AudioType?: number;
612
+ AudioTypeControl?: AudioTypeControl | string;
613
+ CodecSettings?: AudioCodecSettings;
614
+ CustomLanguageCode?: string;
615
+ LanguageCode?: LanguageCode | string;
616
+ LanguageCodeControl?: AudioLanguageCodeControl | string;
617
+ RemixSettings?: RemixSettings;
618
+ StreamName?: string;
619
+ }
620
+ export interface ForceIncludeRenditionSize {
621
+ Height?: number;
622
+ Width?: number;
623
+ }
624
+ export interface MinBottomRenditionSize {
625
+ Height?: number;
626
+ Width?: number;
627
+ }
628
+ export interface MinTopRenditionSize {
629
+ Height?: number;
630
+ Width?: number;
631
+ }
632
+ export declare enum RuleType {
633
+ ALLOWED_RENDITIONS = "ALLOWED_RENDITIONS",
634
+ FORCE_INCLUDE_RENDITIONS = "FORCE_INCLUDE_RENDITIONS",
635
+ MIN_BOTTOM_RENDITION_SIZE = "MIN_BOTTOM_RENDITION_SIZE",
636
+ MIN_TOP_RENDITION_SIZE = "MIN_TOP_RENDITION_SIZE",
637
+ }
638
+ export interface AutomatedAbrRule {
639
+ AllowedRenditions?: AllowedRenditionSize[];
640
+ ForceIncludeRenditions?: ForceIncludeRenditionSize[];
641
+ MinBottomRenditionSize?: MinBottomRenditionSize;
642
+ MinTopRenditionSize?: MinTopRenditionSize;
643
+ Type?: RuleType | string;
644
+ }
645
+ export declare enum BurninSubtitleAlignment {
646
+ AUTO = "AUTO",
647
+ CENTERED = "CENTERED",
648
+ LEFT = "LEFT",
649
+ }
650
+ export declare enum BurninSubtitleApplyFontColor {
651
+ ALL_TEXT = "ALL_TEXT",
652
+ WHITE_TEXT_ONLY = "WHITE_TEXT_ONLY",
653
+ }
654
+ export declare enum BurninSubtitleBackgroundColor {
655
+ AUTO = "AUTO",
656
+ BLACK = "BLACK",
657
+ NONE = "NONE",
658
+ WHITE = "WHITE",
659
+ }
660
+ export declare enum BurninSubtitleFallbackFont {
661
+ BEST_MATCH = "BEST_MATCH",
662
+ MONOSPACED_SANSSERIF = "MONOSPACED_SANSSERIF",
663
+ MONOSPACED_SERIF = "MONOSPACED_SERIF",
664
+ PROPORTIONAL_SANSSERIF = "PROPORTIONAL_SANSSERIF",
665
+ PROPORTIONAL_SERIF = "PROPORTIONAL_SERIF",
666
+ }
667
+ export declare enum BurninSubtitleFontColor {
668
+ AUTO = "AUTO",
669
+ BLACK = "BLACK",
670
+ BLUE = "BLUE",
671
+ GREEN = "GREEN",
672
+ HEX = "HEX",
673
+ RED = "RED",
674
+ WHITE = "WHITE",
675
+ YELLOW = "YELLOW",
676
+ }
677
+ export declare enum FontScript {
678
+ AUTOMATIC = "AUTOMATIC",
679
+ HANS = "HANS",
680
+ HANT = "HANT",
681
+ }
682
+ export declare enum BurninSubtitleOutlineColor {
683
+ AUTO = "AUTO",
684
+ BLACK = "BLACK",
685
+ BLUE = "BLUE",
686
+ GREEN = "GREEN",
687
+ RED = "RED",
688
+ WHITE = "WHITE",
689
+ YELLOW = "YELLOW",
690
+ }
691
+ export declare enum BurninSubtitleShadowColor {
692
+ AUTO = "AUTO",
693
+ BLACK = "BLACK",
694
+ NONE = "NONE",
695
+ WHITE = "WHITE",
696
+ }
697
+ export declare enum BurnInSubtitleStylePassthrough {
698
+ DISABLED = "DISABLED",
699
+ ENABLED = "ENABLED",
700
+ }
701
+ export declare enum BurninSubtitleTeletextSpacing {
702
+ AUTO = "AUTO",
703
+ FIXED_GRID = "FIXED_GRID",
704
+ PROPORTIONAL = "PROPORTIONAL",
705
+ }
706
+ export interface BurninDestinationSettings {
707
+ Alignment?: BurninSubtitleAlignment | string;
708
+ ApplyFontColor?: BurninSubtitleApplyFontColor | string;
709
+ BackgroundColor?: BurninSubtitleBackgroundColor | string;
710
+ BackgroundOpacity?: number;
711
+ FallbackFont?: BurninSubtitleFallbackFont | string;
712
+ FontColor?: BurninSubtitleFontColor | string;
713
+ FontOpacity?: number;
714
+ FontResolution?: number;
715
+ FontScript?: FontScript | string;
716
+ FontSize?: number;
717
+ HexFontColor?: string;
718
+ OutlineColor?: BurninSubtitleOutlineColor | string;
719
+ OutlineSize?: number;
720
+ ShadowColor?: BurninSubtitleShadowColor | string;
721
+ ShadowOpacity?: number;
722
+ ShadowXOffset?: number;
723
+ ShadowYOffset?: number;
724
+ StylePassthrough?: BurnInSubtitleStylePassthrough | string;
725
+ TeletextSpacing?: BurninSubtitleTeletextSpacing | string;
726
+ XPosition?: number;
727
+ YPosition?: number;
728
+ }
729
+ export declare enum CaptionDestinationType {
730
+ BURN_IN = "BURN_IN",
731
+ DVB_SUB = "DVB_SUB",
732
+ EMBEDDED = "EMBEDDED",
733
+ EMBEDDED_PLUS_SCTE20 = "EMBEDDED_PLUS_SCTE20",
734
+ IMSC = "IMSC",
735
+ SCC = "SCC",
736
+ SCTE20_PLUS_EMBEDDED = "SCTE20_PLUS_EMBEDDED",
737
+ SMI = "SMI",
738
+ SRT = "SRT",
739
+ TELETEXT = "TELETEXT",
740
+ TTML = "TTML",
741
+ WEBVTT = "WEBVTT",
742
+ }
743
+ export declare enum DvbSubtitleAlignment {
744
+ AUTO = "AUTO",
745
+ CENTERED = "CENTERED",
746
+ LEFT = "LEFT",
747
+ }
748
+ export declare enum DvbSubtitleApplyFontColor {
749
+ ALL_TEXT = "ALL_TEXT",
750
+ WHITE_TEXT_ONLY = "WHITE_TEXT_ONLY",
751
+ }
752
+ export declare enum DvbSubtitleBackgroundColor {
753
+ AUTO = "AUTO",
754
+ BLACK = "BLACK",
755
+ NONE = "NONE",
756
+ WHITE = "WHITE",
757
+ }
758
+ export declare enum DvbddsHandling {
759
+ NONE = "NONE",
760
+ NO_DISPLAY_WINDOW = "NO_DISPLAY_WINDOW",
761
+ SPECIFIED = "SPECIFIED",
762
+ }
763
+ export declare enum DvbSubSubtitleFallbackFont {
764
+ BEST_MATCH = "BEST_MATCH",
765
+ MONOSPACED_SANSSERIF = "MONOSPACED_SANSSERIF",
766
+ MONOSPACED_SERIF = "MONOSPACED_SERIF",
767
+ PROPORTIONAL_SANSSERIF = "PROPORTIONAL_SANSSERIF",
768
+ PROPORTIONAL_SERIF = "PROPORTIONAL_SERIF",
769
+ }
770
+ export declare enum DvbSubtitleFontColor {
771
+ AUTO = "AUTO",
772
+ BLACK = "BLACK",
773
+ BLUE = "BLUE",
774
+ GREEN = "GREEN",
775
+ HEX = "HEX",
776
+ RED = "RED",
777
+ WHITE = "WHITE",
778
+ YELLOW = "YELLOW",
779
+ }
780
+ export declare enum DvbSubtitleOutlineColor {
781
+ AUTO = "AUTO",
782
+ BLACK = "BLACK",
783
+ BLUE = "BLUE",
784
+ GREEN = "GREEN",
785
+ RED = "RED",
786
+ WHITE = "WHITE",
787
+ YELLOW = "YELLOW",
788
+ }
789
+ export declare enum DvbSubtitleShadowColor {
790
+ AUTO = "AUTO",
791
+ BLACK = "BLACK",
792
+ NONE = "NONE",
793
+ WHITE = "WHITE",
794
+ }
795
+ export declare enum DvbSubtitleStylePassthrough {
796
+ DISABLED = "DISABLED",
797
+ ENABLED = "ENABLED",
798
+ }
799
+ export declare enum DvbSubtitlingType {
800
+ HEARING_IMPAIRED = "HEARING_IMPAIRED",
801
+ STANDARD = "STANDARD",
802
+ }
803
+ export declare enum DvbSubtitleTeletextSpacing {
804
+ AUTO = "AUTO",
805
+ FIXED_GRID = "FIXED_GRID",
806
+ PROPORTIONAL = "PROPORTIONAL",
807
+ }
808
+ export interface DvbSubDestinationSettings {
809
+ Alignment?: DvbSubtitleAlignment | string;
810
+ ApplyFontColor?: DvbSubtitleApplyFontColor | string;
811
+ BackgroundColor?: DvbSubtitleBackgroundColor | string;
812
+ BackgroundOpacity?: number;
813
+ DdsHandling?: DvbddsHandling | string;
814
+ DdsXCoordinate?: number;
815
+ DdsYCoordinate?: number;
816
+ FallbackFont?: DvbSubSubtitleFallbackFont | string;
817
+ FontColor?: DvbSubtitleFontColor | string;
818
+ FontOpacity?: number;
819
+ FontResolution?: number;
820
+ FontScript?: FontScript | string;
821
+ FontSize?: number;
822
+ Height?: number;
823
+ HexFontColor?: string;
824
+ OutlineColor?: DvbSubtitleOutlineColor | string;
825
+ OutlineSize?: number;
826
+ ShadowColor?: DvbSubtitleShadowColor | string;
827
+ ShadowOpacity?: number;
828
+ ShadowXOffset?: number;
829
+ ShadowYOffset?: number;
830
+ StylePassthrough?: DvbSubtitleStylePassthrough | string;
831
+ SubtitlingType?: DvbSubtitlingType | string;
832
+ TeletextSpacing?: DvbSubtitleTeletextSpacing | string;
833
+ Width?: number;
834
+ XPosition?: number;
835
+ YPosition?: number;
836
+ }
837
+ export interface EmbeddedDestinationSettings {
838
+ Destination608ChannelNumber?: number;
839
+ Destination708ServiceNumber?: number;
840
+ }
841
+ export declare enum ImscAccessibilitySubs {
842
+ DISABLED = "DISABLED",
843
+ ENABLED = "ENABLED",
844
+ }
845
+ export declare enum ImscStylePassthrough {
846
+ DISABLED = "DISABLED",
847
+ ENABLED = "ENABLED",
848
+ }
849
+ export interface ImscDestinationSettings {
850
+ Accessibility?: ImscAccessibilitySubs | string;
851
+ StylePassthrough?: ImscStylePassthrough | string;
852
+ }
853
+ export declare enum SccDestinationFramerate {
854
+ FRAMERATE_23_97 = "FRAMERATE_23_97",
855
+ FRAMERATE_24 = "FRAMERATE_24",
856
+ FRAMERATE_25 = "FRAMERATE_25",
857
+ FRAMERATE_29_97_DROPFRAME = "FRAMERATE_29_97_DROPFRAME",
858
+ FRAMERATE_29_97_NON_DROPFRAME = "FRAMERATE_29_97_NON_DROPFRAME",
859
+ }
860
+ export interface SccDestinationSettings {
861
+ Framerate?: SccDestinationFramerate | string;
862
+ }
863
+ export declare enum SrtStylePassthrough {
864
+ DISABLED = "DISABLED",
865
+ ENABLED = "ENABLED",
866
+ }
867
+ export interface SrtDestinationSettings {
868
+ StylePassthrough?: SrtStylePassthrough | string;
869
+ }
870
+ export declare enum TeletextPageType {
871
+ PAGE_TYPE_ADDL_INFO = "PAGE_TYPE_ADDL_INFO",
872
+ PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE = "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE",
873
+ PAGE_TYPE_INITIAL = "PAGE_TYPE_INITIAL",
874
+ PAGE_TYPE_PROGRAM_SCHEDULE = "PAGE_TYPE_PROGRAM_SCHEDULE",
875
+ PAGE_TYPE_SUBTITLE = "PAGE_TYPE_SUBTITLE",
876
+ }
877
+ export interface TeletextDestinationSettings {
878
+ PageNumber?: string;
879
+ PageTypes?: (TeletextPageType | string)[];
880
+ }
881
+ export declare enum TtmlStylePassthrough {
882
+ DISABLED = "DISABLED",
883
+ ENABLED = "ENABLED",
884
+ }
885
+ export interface TtmlDestinationSettings {
886
+ StylePassthrough?: TtmlStylePassthrough | string;
887
+ }
888
+ export declare enum WebvttAccessibilitySubs {
889
+ DISABLED = "DISABLED",
890
+ ENABLED = "ENABLED",
891
+ }
892
+ export declare enum WebvttStylePassthrough {
893
+ DISABLED = "DISABLED",
894
+ ENABLED = "ENABLED",
895
+ STRICT = "STRICT",
896
+ }
897
+ export interface WebvttDestinationSettings {
898
+ Accessibility?: WebvttAccessibilitySubs | string;
899
+ StylePassthrough?: WebvttStylePassthrough | string;
900
+ }
901
+ export interface CaptionDestinationSettings {
902
+ BurninDestinationSettings?: BurninDestinationSettings;
903
+ DestinationType?: CaptionDestinationType | string;
904
+ DvbSubDestinationSettings?: DvbSubDestinationSettings;
905
+ EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
906
+ ImscDestinationSettings?: ImscDestinationSettings;
907
+ SccDestinationSettings?: SccDestinationSettings;
908
+ SrtDestinationSettings?: SrtDestinationSettings;
909
+ TeletextDestinationSettings?: TeletextDestinationSettings;
910
+ TtmlDestinationSettings?: TtmlDestinationSettings;
911
+ WebvttDestinationSettings?: WebvttDestinationSettings;
912
+ }
913
+ export interface CaptionDescription {
914
+ CaptionSelectorName?: string;
915
+ CustomLanguageCode?: string;
916
+ DestinationSettings?: CaptionDestinationSettings;
917
+ LanguageCode?: LanguageCode | string;
918
+ LanguageDescription?: string;
919
+ }
920
+ export interface CaptionDescriptionPreset {
921
+ CustomLanguageCode?: string;
922
+ DestinationSettings?: CaptionDestinationSettings;
923
+ LanguageCode?: LanguageCode | string;
924
+ LanguageDescription?: string;
925
+ }
926
+ export interface CmafAdditionalManifest {
927
+ ManifestNameModifier?: string;
928
+ SelectedOutputs?: string[];
929
+ }
930
+ export interface DashAdditionalManifest {
931
+ ManifestNameModifier?: string;
932
+ SelectedOutputs?: string[];
933
+ }
934
+ export interface Endpoint {
935
+ Url?: string;
936
+ }
937
+ export interface HlsAdditionalManifest {
938
+ ManifestNameModifier?: string;
939
+ SelectedOutputs?: string[];
940
+ }
941
+ export declare enum HlsAdMarkers {
942
+ ELEMENTAL = "ELEMENTAL",
943
+ ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35",
944
+ }
945
+ export interface HlsCaptionLanguageMapping {
946
+ CaptionChannel?: number;
947
+ CustomLanguageCode?: string;
948
+ LanguageCode?: LanguageCode | string;
949
+ LanguageDescription?: string;
950
+ }
951
+ export interface HopDestination {
952
+ Priority?: number;
953
+ Queue?: string;
954
+ WaitMinutes?: number;
955
+ }
956
+ export interface Id3Insertion {
957
+ Id3?: string;
958
+ Timecode?: string;
959
+ }
960
+ export interface AudioSelectorGroup {
961
+ AudioSelectorNames?: string[];
962
+ }
963
+ export declare enum AudioDurationCorrection {
964
+ AUTO = "AUTO",
965
+ DISABLED = "DISABLED",
966
+ FRAME = "FRAME",
967
+ TRACK = "TRACK",
968
+ }
969
+ export declare enum AudioDefaultSelection {
970
+ DEFAULT = "DEFAULT",
971
+ NOT_DEFAULT = "NOT_DEFAULT",
972
+ }
973
+ export interface HlsRenditionGroupSettings {
974
+ RenditionGroupId?: string;
975
+ RenditionLanguageCode?: LanguageCode | string;
976
+ RenditionName?: string;
977
+ }
978
+ export declare enum AudioSelectorType {
979
+ HLS_RENDITION_GROUP = "HLS_RENDITION_GROUP",
980
+ LANGUAGE_CODE = "LANGUAGE_CODE",
981
+ PID = "PID",
982
+ TRACK = "TRACK",
983
+ }
984
+ export interface AudioSelector {
985
+ AudioDurationCorrection?: AudioDurationCorrection | string;
986
+ CustomLanguageCode?: string;
987
+ DefaultSelection?: AudioDefaultSelection | string;
988
+ ExternalAudioFileInput?: string;
989
+ HlsRenditionGroupSettings?: HlsRenditionGroupSettings;
990
+ LanguageCode?: LanguageCode | string;
991
+ Offset?: number;
992
+ Pids?: number[];
993
+ ProgramSelection?: number;
994
+ RemixSettings?: RemixSettings;
995
+ SelectorType?: AudioSelectorType | string;
996
+ Tracks?: number[];
997
+ }
998
+ export declare enum AncillaryConvert608To708 {
999
+ DISABLED = "DISABLED",
1000
+ UPCONVERT = "UPCONVERT",
1001
+ }
1002
+ export declare enum AncillaryTerminateCaptions {
1003
+ DISABLED = "DISABLED",
1004
+ END_OF_INPUT = "END_OF_INPUT",
1005
+ }
1006
+ export interface AncillarySourceSettings {
1007
+ Convert608To708?: AncillaryConvert608To708 | string;
1008
+ SourceAncillaryChannelNumber?: number;
1009
+ TerminateCaptions?: AncillaryTerminateCaptions | string;
1010
+ }
1011
+ export interface DvbSubSourceSettings {
1012
+ Pid?: number;
1013
+ }
1014
+ export declare enum EmbeddedConvert608To708 {
1015
+ DISABLED = "DISABLED",
1016
+ UPCONVERT = "UPCONVERT",
1017
+ }
1018
+ export declare enum EmbeddedTerminateCaptions {
1019
+ DISABLED = "DISABLED",
1020
+ END_OF_INPUT = "END_OF_INPUT",
1021
+ }
1022
+ export interface EmbeddedSourceSettings {
1023
+ Convert608To708?: EmbeddedConvert608To708 | string;
1024
+ Source608ChannelNumber?: number;
1025
+ Source608TrackNumber?: number;
1026
+ TerminateCaptions?: EmbeddedTerminateCaptions | string;
1027
+ }
1028
+ export declare enum FileSourceConvert608To708 {
1029
+ DISABLED = "DISABLED",
1030
+ UPCONVERT = "UPCONVERT",
1031
+ }
1032
+ export interface CaptionSourceFramerate {
1033
+ FramerateDenominator?: number;
1034
+ FramerateNumerator?: number;
1035
+ }
1036
+ export declare enum FileSourceTimeDeltaUnits {
1037
+ MILLISECONDS = "MILLISECONDS",
1038
+ SECONDS = "SECONDS",
1039
+ }
1040
+ export interface FileSourceSettings {
1041
+ Convert608To708?: FileSourceConvert608To708 | string;
1042
+ Framerate?: CaptionSourceFramerate;
1043
+ SourceFile?: string;
1044
+ TimeDelta?: number;
1045
+ TimeDeltaUnits?: FileSourceTimeDeltaUnits | string;
1046
+ }
1047
+ export declare enum CaptionSourceType {
1048
+ ANCILLARY = "ANCILLARY",
1049
+ DVB_SUB = "DVB_SUB",
1050
+ EMBEDDED = "EMBEDDED",
1051
+ IMSC = "IMSC",
1052
+ NULL_SOURCE = "NULL_SOURCE",
1053
+ SCC = "SCC",
1054
+ SCTE20 = "SCTE20",
1055
+ SMI = "SMI",
1056
+ SMPTE_TT = "SMPTE_TT",
1057
+ SRT = "SRT",
1058
+ STL = "STL",
1059
+ TELETEXT = "TELETEXT",
1060
+ TTML = "TTML",
1061
+ WEBVTT = "WEBVTT",
1062
+ }
1063
+ export interface TeletextSourceSettings {
1064
+ PageNumber?: string;
1065
+ }
1066
+ export interface TrackSourceSettings {
1067
+ TrackNumber?: number;
1068
+ }
1069
+ export interface WebvttHlsSourceSettings {
1070
+ RenditionGroupId?: string;
1071
+ RenditionLanguageCode?: LanguageCode | string;
1072
+ RenditionName?: string;
1073
+ }
1074
+ export interface CaptionSourceSettings {
1075
+ AncillarySourceSettings?: AncillarySourceSettings;
1076
+ DvbSubSourceSettings?: DvbSubSourceSettings;
1077
+ EmbeddedSourceSettings?: EmbeddedSourceSettings;
1078
+ FileSourceSettings?: FileSourceSettings;
1079
+ SourceType?: CaptionSourceType | string;
1080
+ TeletextSourceSettings?: TeletextSourceSettings;
1081
+ TrackSourceSettings?: TrackSourceSettings;
1082
+ WebvttHlsSourceSettings?: WebvttHlsSourceSettings;
1083
+ }
1084
+ export interface CaptionSelector {
1085
+ CustomLanguageCode?: string;
1086
+ LanguageCode?: LanguageCode | string;
1087
+ SourceSettings?: CaptionSourceSettings;
1088
+ }
1089
+ export interface Rectangle {
1090
+ Height?: number;
1091
+ Width?: number;
1092
+ X?: number;
1093
+ Y?: number;
1094
+ }
1095
+ export declare enum InputDeblockFilter {
1096
+ DISABLED = "DISABLED",
1097
+ ENABLED = "ENABLED",
1098
+ }
1099
+ export declare enum DecryptionMode {
1100
+ AES_CBC = "AES_CBC",
1101
+ AES_CTR = "AES_CTR",
1102
+ AES_GCM = "AES_GCM",
1103
+ }
1104
+ export interface InputDecryptionSettings {
1105
+ DecryptionMode?: DecryptionMode | string;
1106
+ EncryptedDecryptionKey?: string;
1107
+ InitializationVector?: string;
1108
+ KmsKeyRegion?: string;
1109
+ }
1110
+ export declare enum InputDenoiseFilter {
1111
+ DISABLED = "DISABLED",
1112
+ ENABLED = "ENABLED",
1113
+ }
1114
+ export declare enum InputFilterEnable {
1115
+ AUTO = "AUTO",
1116
+ DISABLE = "DISABLE",
1117
+ FORCE = "FORCE",
1118
+ }
1119
+ export interface InsertableImage {
1120
+ Duration?: number;
1121
+ FadeIn?: number;
1122
+ FadeOut?: number;
1123
+ Height?: number;
1124
+ ImageInserterInput?: string;
1125
+ ImageX?: number;
1126
+ ImageY?: number;
1127
+ Layer?: number;
1128
+ Opacity?: number;
1129
+ StartTime?: string;
1130
+ Width?: number;
1131
+ }
1132
+ export interface ImageInserter {
1133
+ InsertableImages?: InsertableImage[];
1134
+ }
1135
+ export interface InputClipping {
1136
+ EndTimecode?: string;
1137
+ StartTimecode?: string;
1138
+ }
1139
+ export declare enum InputScanType {
1140
+ AUTO = "AUTO",
1141
+ PSF = "PSF",
1142
+ }
1143
+ export declare enum InputPsiControl {
1144
+ IGNORE_PSI = "IGNORE_PSI",
1145
+ USE_PSI = "USE_PSI",
1146
+ }
1147
+ export declare enum InputTimecodeSource {
1148
+ EMBEDDED = "EMBEDDED",
1149
+ SPECIFIEDSTART = "SPECIFIEDSTART",
1150
+ ZEROBASED = "ZEROBASED",
1151
+ }
1152
+ export interface InputVideoGenerator {
1153
+ Duration?: number;
1154
+ }
1155
+ export declare enum AlphaBehavior {
1156
+ DISCARD = "DISCARD",
1157
+ REMAP_TO_LUMA = "REMAP_TO_LUMA",
1158
+ }
1159
+ export declare enum ColorSpace {
1160
+ FOLLOW = "FOLLOW",
1161
+ HDR10 = "HDR10",
1162
+ HLG_2020 = "HLG_2020",
1163
+ REC_601 = "REC_601",
1164
+ REC_709 = "REC_709",
1165
+ }
1166
+ export declare enum ColorSpaceUsage {
1167
+ FALLBACK = "FALLBACK",
1168
+ FORCE = "FORCE",
1169
+ }
1170
+ export declare enum EmbeddedTimecodeOverride {
1171
+ NONE = "NONE",
1172
+ USE_MDPM = "USE_MDPM",
1173
+ }
1174
+ export interface Hdr10Metadata {
1175
+ BluePrimaryX?: number;
1176
+ BluePrimaryY?: number;
1177
+ GreenPrimaryX?: number;
1178
+ GreenPrimaryY?: number;
1179
+ MaxContentLightLevel?: number;
1180
+ MaxFrameAverageLightLevel?: number;
1181
+ MaxLuminance?: number;
1182
+ MinLuminance?: number;
1183
+ RedPrimaryX?: number;
1184
+ RedPrimaryY?: number;
1185
+ WhitePointX?: number;
1186
+ WhitePointY?: number;
1187
+ }
1188
+ export declare enum PadVideo {
1189
+ BLACK = "BLACK",
1190
+ DISABLED = "DISABLED",
1191
+ }
1192
+ export declare enum InputRotate {
1193
+ AUTO = "AUTO",
1194
+ DEGREES_180 = "DEGREES_180",
1195
+ DEGREES_270 = "DEGREES_270",
1196
+ DEGREES_90 = "DEGREES_90",
1197
+ DEGREE_0 = "DEGREE_0",
1198
+ }
1199
+ export declare enum InputSampleRange {
1200
+ FOLLOW = "FOLLOW",
1201
+ FULL_RANGE = "FULL_RANGE",
1202
+ LIMITED_RANGE = "LIMITED_RANGE",
1203
+ }
1204
+ export interface VideoSelector {
1205
+ AlphaBehavior?: AlphaBehavior | string;
1206
+ ColorSpace?: ColorSpace | string;
1207
+ ColorSpaceUsage?: ColorSpaceUsage | string;
1208
+ EmbeddedTimecodeOverride?: EmbeddedTimecodeOverride | string;
1209
+ Hdr10Metadata?: Hdr10Metadata;
1210
+ PadVideo?: PadVideo | string;
1211
+ Pid?: number;
1212
+ ProgramNumber?: number;
1213
+ Rotate?: InputRotate | string;
1214
+ SampleRange?: InputSampleRange | string;
1215
+ }
1216
+ export interface Input {
1217
+ AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
1218
+ AudioSelectors?: Record<string, AudioSelector>;
1219
+ CaptionSelectors?: Record<string, CaptionSelector>;
1220
+ Crop?: Rectangle;
1221
+ DeblockFilter?: InputDeblockFilter | string;
1222
+ DecryptionSettings?: InputDecryptionSettings;
1223
+ DenoiseFilter?: InputDenoiseFilter | string;
1224
+ DolbyVisionMetadataXml?: string;
1225
+ FileInput?: string;
1226
+ FilterEnable?: InputFilterEnable | string;
1227
+ FilterStrength?: number;
1228
+ ImageInserter?: ImageInserter;
1229
+ InputClippings?: InputClipping[];
1230
+ InputScanType?: InputScanType | string;
1231
+ Position?: Rectangle;
1232
+ ProgramNumber?: number;
1233
+ PsiControl?: InputPsiControl | string;
1234
+ SupplementalImps?: string[];
1235
+ TimecodeSource?: InputTimecodeSource | string;
1236
+ TimecodeStart?: string;
1237
+ VideoGenerator?: InputVideoGenerator;
1238
+ VideoSelector?: VideoSelector;
1239
+ }
1240
+ export interface InputTemplate {
1241
+ AudioSelectorGroups?: Record<string, AudioSelectorGroup>;
1242
+ AudioSelectors?: Record<string, AudioSelector>;
1243
+ CaptionSelectors?: Record<string, CaptionSelector>;
1244
+ Crop?: Rectangle;
1245
+ DeblockFilter?: InputDeblockFilter | string;
1246
+ DenoiseFilter?: InputDenoiseFilter | string;
1247
+ DolbyVisionMetadataXml?: string;
1248
+ FilterEnable?: InputFilterEnable | string;
1249
+ FilterStrength?: number;
1250
+ ImageInserter?: ImageInserter;
1251
+ InputClippings?: InputClipping[];
1252
+ InputScanType?: InputScanType | string;
1253
+ Position?: Rectangle;
1254
+ ProgramNumber?: number;
1255
+ PsiControl?: InputPsiControl | string;
1256
+ TimecodeSource?: InputTimecodeSource | string;
1257
+ TimecodeStart?: string;
1258
+ VideoSelector?: VideoSelector;
1259
+ }
1260
+ export declare enum AccelerationMode {
1261
+ DISABLED = "DISABLED",
1262
+ ENABLED = "ENABLED",
1263
+ PREFERRED = "PREFERRED",
1264
+ }
1265
+ export interface AccelerationSettings {
1266
+ Mode: AccelerationMode | string | undefined;
1267
+ }
1268
+ export declare enum AccelerationStatus {
1269
+ ACCELERATED = "ACCELERATED",
1270
+ IN_PROGRESS = "IN_PROGRESS",
1271
+ NOT_ACCELERATED = "NOT_ACCELERATED",
1272
+ NOT_APPLICABLE = "NOT_APPLICABLE",
1273
+ }
1274
+ export declare enum BillingTagsSource {
1275
+ JOB = "JOB",
1276
+ JOB_TEMPLATE = "JOB_TEMPLATE",
1277
+ PRESET = "PRESET",
1278
+ QUEUE = "QUEUE",
1279
+ }
1280
+ export declare enum JobPhase {
1281
+ PROBING = "PROBING",
1282
+ TRANSCODING = "TRANSCODING",
1283
+ UPLOADING = "UPLOADING",
1284
+ }
1285
+ export interface JobMessages {
1286
+ Info?: string[];
1287
+ Warning?: string[];
1288
+ }
1289
+ export interface VideoDetail {
1290
+ HeightInPx?: number;
1291
+ WidthInPx?: number;
1292
+ }
1293
+ export interface OutputDetail {
1294
+ DurationInMs?: number;
1295
+ VideoDetails?: VideoDetail;
1296
+ }
1297
+ export interface OutputGroupDetail {
1298
+ OutputDetails?: OutputDetail[];
1299
+ }
1300
+ export interface QueueTransition {
1301
+ DestinationQueue?: string;
1302
+ SourceQueue?: string;
1303
+ Timestamp?: Date;
1304
+ }
1305
+ export interface AvailBlanking {
1306
+ AvailBlankingImage?: string;
1307
+ }
1308
+ export interface EsamManifestConfirmConditionNotification {
1309
+ MccXml?: string;
1310
+ }
1311
+ export interface EsamSignalProcessingNotification {
1312
+ SccXml?: string;
1313
+ }
1314
+ export interface EsamSettings {
1315
+ ManifestConfirmConditionNotification?: EsamManifestConfirmConditionNotification;
1316
+ ResponseSignalPreroll?: number;
1317
+ SignalProcessingNotification?: EsamSignalProcessingNotification;
1318
+ }
1319
+ export declare enum CopyProtectionAction {
1320
+ PASSTHROUGH = "PASSTHROUGH",
1321
+ STRIP = "STRIP",
1322
+ }
1323
+ export declare enum VchipAction {
1324
+ PASSTHROUGH = "PASSTHROUGH",
1325
+ STRIP = "STRIP",
1326
+ }
1327
+ export interface ExtendedDataServices {
1328
+ CopyProtectionAction?: CopyProtectionAction | string;
1329
+ VchipAction?: VchipAction | string;
1330
+ }
1331
+ export interface KantarWatermarkSettings {
1332
+ ChannelName?: string;
1333
+ ContentReference?: string;
1334
+ CredentialsSecretName?: string;
1335
+ FileOffset?: number;
1336
+ KantarLicenseId?: number;
1337
+ KantarServerUrl?: string;
1338
+ LogDestination?: string;
1339
+ Metadata3?: string;
1340
+ Metadata4?: string;
1341
+ Metadata5?: string;
1342
+ Metadata6?: string;
1343
+ Metadata7?: string;
1344
+ Metadata8?: string;
1345
+ }
1346
+ export interface MotionImageInsertionFramerate {
1347
+ FramerateDenominator?: number;
1348
+ FramerateNumerator?: number;
1349
+ }
1350
+ export declare enum MotionImageInsertionMode {
1351
+ MOV = "MOV",
1352
+ PNG = "PNG",
1353
+ }
1354
+ export interface MotionImageInsertionOffset {
1355
+ ImageX?: number;
1356
+ ImageY?: number;
1357
+ }
1358
+ export declare enum MotionImagePlayback {
1359
+ ONCE = "ONCE",
1360
+ REPEAT = "REPEAT",
1361
+ }
1362
+ export interface MotionImageInserter {
1363
+ Framerate?: MotionImageInsertionFramerate;
1364
+ Input?: string;
1365
+ InsertionMode?: MotionImageInsertionMode | string;
1366
+ Offset?: MotionImageInsertionOffset;
1367
+ Playback?: MotionImagePlayback | string;
1368
+ StartTime?: string;
1369
+ }
1370
+ export interface NielsenConfiguration {
1371
+ BreakoutCode?: number;
1372
+ DistributorId?: string;
1373
+ }
1374
+ export declare enum NielsenActiveWatermarkProcessType {
1375
+ CBET = "CBET",
1376
+ NAES2_AND_NW = "NAES2_AND_NW",
1377
+ NAES2_AND_NW_AND_CBET = "NAES2_AND_NW_AND_CBET",
1378
+ }
1379
+ export declare enum NielsenSourceWatermarkStatusType {
1380
+ CLEAN = "CLEAN",
1381
+ WATERMARKED = "WATERMARKED",
1382
+ }
1383
+ export declare enum NielsenUniqueTicPerAudioTrackType {
1384
+ RESERVE_UNIQUE_TICS_PER_TRACK = "RESERVE_UNIQUE_TICS_PER_TRACK",
1385
+ SAME_TICS_PER_TRACK = "SAME_TICS_PER_TRACK",
1386
+ }
1387
+ export interface NielsenNonLinearWatermarkSettings {
1388
+ ActiveWatermarkProcess?: NielsenActiveWatermarkProcessType | string;
1389
+ AdiFilename?: string;
1390
+ AssetId?: string;
1391
+ AssetName?: string;
1392
+ CbetSourceId?: string;
1393
+ EpisodeId?: string;
1394
+ MetadataDestination?: string;
1395
+ SourceId?: number;
1396
+ SourceWatermarkStatus?: NielsenSourceWatermarkStatusType | string;
1397
+ TicServerUrl?: string;
1398
+ UniqueTicPerAudioTrack?: NielsenUniqueTicPerAudioTrackType | string;
1399
+ }
1400
+ export interface AutomatedAbrSettings {
1401
+ MaxAbrBitrate?: number;
1402
+ MaxRenditions?: number;
1403
+ MinAbrBitrate?: number;
1404
+ Rules?: AutomatedAbrRule[];
1405
+ }
1406
+ export interface AutomatedEncodingSettings {
1407
+ AbrSettings?: AutomatedAbrSettings;
1408
+ }
1409
+ export declare enum CmafClientCache {
1410
+ DISABLED = "DISABLED",
1411
+ ENABLED = "ENABLED",
1412
+ }
1413
+ export declare enum CmafCodecSpecification {
1414
+ RFC_4281 = "RFC_4281",
1415
+ RFC_6381 = "RFC_6381",
1416
+ }
1417
+ export declare enum S3ObjectCannedAcl {
1418
+ AUTHENTICATED_READ = "AUTHENTICATED_READ",
1419
+ BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
1420
+ BUCKET_OWNER_READ = "BUCKET_OWNER_READ",
1421
+ PUBLIC_READ = "PUBLIC_READ",
1422
+ }
1423
+ export interface S3DestinationAccessControl {
1424
+ CannedAcl?: S3ObjectCannedAcl | string;
1425
+ }
1426
+ export declare enum S3ServerSideEncryptionType {
1427
+ SERVER_SIDE_ENCRYPTION_KMS = "SERVER_SIDE_ENCRYPTION_KMS",
1428
+ SERVER_SIDE_ENCRYPTION_S3 = "SERVER_SIDE_ENCRYPTION_S3",
1429
+ }
1430
+ export interface S3EncryptionSettings {
1431
+ EncryptionType?: S3ServerSideEncryptionType | string;
1432
+ KmsEncryptionContext?: string;
1433
+ KmsKeyArn?: string;
1434
+ }
1435
+ export interface S3DestinationSettings {
1436
+ AccessControl?: S3DestinationAccessControl;
1437
+ Encryption?: S3EncryptionSettings;
1438
+ }
1439
+ export interface DestinationSettings {
1440
+ S3Settings?: S3DestinationSettings;
1441
+ }
1442
+ export declare enum CmafEncryptionType {
1443
+ AES_CTR = "AES_CTR",
1444
+ SAMPLE_AES = "SAMPLE_AES",
1445
+ }
1446
+ export declare enum CmafInitializationVectorInManifest {
1447
+ EXCLUDE = "EXCLUDE",
1448
+ INCLUDE = "INCLUDE",
1449
+ }
1450
+ export interface SpekeKeyProviderCmaf {
1451
+ CertificateArn?: string;
1452
+ DashSignaledSystemIds?: string[];
1453
+ HlsSignaledSystemIds?: string[];
1454
+ ResourceId?: string;
1455
+ Url?: string;
1456
+ }
1457
+ export interface StaticKeyProvider {
1458
+ KeyFormat?: string;
1459
+ KeyFormatVersions?: string;
1460
+ StaticKeyValue?: string;
1461
+ Url?: string;
1462
+ }
1463
+ export declare enum CmafKeyProviderType {
1464
+ SPEKE = "SPEKE",
1465
+ STATIC_KEY = "STATIC_KEY",
1466
+ }
1467
+ export interface CmafEncryptionSettings {
1468
+ ConstantInitializationVector?: string;
1469
+ EncryptionMethod?: CmafEncryptionType | string;
1470
+ InitializationVectorInManifest?: CmafInitializationVectorInManifest | string;
1471
+ SpekeKeyProvider?: SpekeKeyProviderCmaf;
1472
+ StaticKeyProvider?: StaticKeyProvider;
1473
+ Type?: CmafKeyProviderType | string;
1474
+ }
1475
+ export declare enum CmafImageBasedTrickPlay {
1476
+ ADVANCED = "ADVANCED",
1477
+ NONE = "NONE",
1478
+ THUMBNAIL = "THUMBNAIL",
1479
+ THUMBNAIL_AND_FULLFRAME = "THUMBNAIL_AND_FULLFRAME",
1480
+ }
1481
+ export declare enum CmafIntervalCadence {
1482
+ FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
1483
+ FOLLOW_IFRAME = "FOLLOW_IFRAME",
1484
+ }
1485
+ export interface CmafImageBasedTrickPlaySettings {
1486
+ IntervalCadence?: CmafIntervalCadence | string;
1487
+ ThumbnailHeight?: number;
1488
+ ThumbnailInterval?: number;
1489
+ ThumbnailWidth?: number;
1490
+ TileHeight?: number;
1491
+ TileWidth?: number;
1492
+ }
1493
+ export declare enum CmafManifestCompression {
1494
+ GZIP = "GZIP",
1495
+ NONE = "NONE",
1496
+ }
1497
+ export declare enum CmafManifestDurationFormat {
1498
+ FLOATING_POINT = "FLOATING_POINT",
1499
+ INTEGER = "INTEGER",
1500
+ }
1501
+ export declare enum CmafMpdProfile {
1502
+ MAIN_PROFILE = "MAIN_PROFILE",
1503
+ ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE",
1504
+ }
1505
+ export declare enum CmafPtsOffsetHandlingForBFrames {
1506
+ MATCH_INITIAL_PTS = "MATCH_INITIAL_PTS",
1507
+ ZERO_BASED = "ZERO_BASED",
1508
+ }
1509
+ export declare enum CmafSegmentControl {
1510
+ SEGMENTED_FILES = "SEGMENTED_FILES",
1511
+ SINGLE_FILE = "SINGLE_FILE",
1512
+ }
1513
+ export declare enum CmafSegmentLengthControl {
1514
+ EXACT = "EXACT",
1515
+ GOP_MULTIPLE = "GOP_MULTIPLE",
1516
+ }
1517
+ export declare enum CmafStreamInfResolution {
1518
+ EXCLUDE = "EXCLUDE",
1519
+ INCLUDE = "INCLUDE",
1520
+ }
1521
+ export declare enum CmafTargetDurationCompatibilityMode {
1522
+ LEGACY = "LEGACY",
1523
+ SPEC_COMPLIANT = "SPEC_COMPLIANT",
1524
+ }
1525
+ export declare enum CmafWriteDASHManifest {
1526
+ DISABLED = "DISABLED",
1527
+ ENABLED = "ENABLED",
1528
+ }
1529
+ export declare enum CmafWriteHLSManifest {
1530
+ DISABLED = "DISABLED",
1531
+ ENABLED = "ENABLED",
1532
+ }
1533
+ export declare enum CmafWriteSegmentTimelineInRepresentation {
1534
+ DISABLED = "DISABLED",
1535
+ ENABLED = "ENABLED",
1536
+ }
1537
+ export interface CmafGroupSettings {
1538
+ AdditionalManifests?: CmafAdditionalManifest[];
1539
+ BaseUrl?: string;
1540
+ ClientCache?: CmafClientCache | string;
1541
+ CodecSpecification?: CmafCodecSpecification | string;
1542
+ Destination?: string;
1543
+ DestinationSettings?: DestinationSettings;
1544
+ Encryption?: CmafEncryptionSettings;
1545
+ FragmentLength?: number;
1546
+ ImageBasedTrickPlay?: CmafImageBasedTrickPlay | string;
1547
+ ImageBasedTrickPlaySettings?: CmafImageBasedTrickPlaySettings;
1548
+ ManifestCompression?: CmafManifestCompression | string;
1549
+ ManifestDurationFormat?: CmafManifestDurationFormat | string;
1550
+ MinBufferTime?: number;
1551
+ MinFinalSegmentLength?: number;
1552
+ MpdProfile?: CmafMpdProfile | string;
1553
+ PtsOffsetHandlingForBFrames?: CmafPtsOffsetHandlingForBFrames | string;
1554
+ SegmentControl?: CmafSegmentControl | string;
1555
+ SegmentLength?: number;
1556
+ SegmentLengthControl?: CmafSegmentLengthControl | string;
1557
+ StreamInfResolution?: CmafStreamInfResolution | string;
1558
+ TargetDurationCompatibilityMode?:
1559
+ | CmafTargetDurationCompatibilityMode
1560
+ | string;
1561
+ WriteDashManifest?: CmafWriteDASHManifest | string;
1562
+ WriteHlsManifest?: CmafWriteHLSManifest | string;
1563
+ WriteSegmentTimelineInRepresentation?:
1564
+ | CmafWriteSegmentTimelineInRepresentation
1565
+ | string;
1566
+ }
1567
+ export declare enum DashIsoGroupAudioChannelConfigSchemeIdUri {
1568
+ DOLBY_CHANNEL_CONFIGURATION = "DOLBY_CHANNEL_CONFIGURATION",
1569
+ MPEG_CHANNEL_CONFIGURATION = "MPEG_CHANNEL_CONFIGURATION",
1570
+ }
1571
+ export declare enum DashIsoPlaybackDeviceCompatibility {
1572
+ CENC_V1 = "CENC_V1",
1573
+ UNENCRYPTED_SEI = "UNENCRYPTED_SEI",
1574
+ }
1575
+ export interface SpekeKeyProvider {
1576
+ CertificateArn?: string;
1577
+ ResourceId?: string;
1578
+ SystemIds?: string[];
1579
+ Url?: string;
1580
+ }
1581
+ export interface DashIsoEncryptionSettings {
1582
+ PlaybackDeviceCompatibility?: DashIsoPlaybackDeviceCompatibility | string;
1583
+ SpekeKeyProvider?: SpekeKeyProvider;
1584
+ }
1585
+ export declare enum DashIsoHbbtvCompliance {
1586
+ HBBTV_1_5 = "HBBTV_1_5",
1587
+ NONE = "NONE",
1588
+ }
1589
+ export declare enum DashIsoImageBasedTrickPlay {
1590
+ ADVANCED = "ADVANCED",
1591
+ NONE = "NONE",
1592
+ THUMBNAIL = "THUMBNAIL",
1593
+ THUMBNAIL_AND_FULLFRAME = "THUMBNAIL_AND_FULLFRAME",
1594
+ }
1595
+ export declare enum DashIsoIntervalCadence {
1596
+ FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
1597
+ FOLLOW_IFRAME = "FOLLOW_IFRAME",
1598
+ }
1599
+ export interface DashIsoImageBasedTrickPlaySettings {
1600
+ IntervalCadence?: DashIsoIntervalCadence | string;
1601
+ ThumbnailHeight?: number;
1602
+ ThumbnailInterval?: number;
1603
+ ThumbnailWidth?: number;
1604
+ TileHeight?: number;
1605
+ TileWidth?: number;
1606
+ }
1607
+ export declare enum DashIsoMpdProfile {
1608
+ MAIN_PROFILE = "MAIN_PROFILE",
1609
+ ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE",
1610
+ }
1611
+ export declare enum DashIsoPtsOffsetHandlingForBFrames {
1612
+ MATCH_INITIAL_PTS = "MATCH_INITIAL_PTS",
1613
+ ZERO_BASED = "ZERO_BASED",
1614
+ }
1615
+ export declare enum DashIsoSegmentControl {
1616
+ SEGMENTED_FILES = "SEGMENTED_FILES",
1617
+ SINGLE_FILE = "SINGLE_FILE",
1618
+ }
1619
+ export declare enum DashIsoSegmentLengthControl {
1620
+ EXACT = "EXACT",
1621
+ GOP_MULTIPLE = "GOP_MULTIPLE",
1622
+ }
1623
+ export declare enum DashIsoWriteSegmentTimelineInRepresentation {
1624
+ DISABLED = "DISABLED",
1625
+ ENABLED = "ENABLED",
1626
+ }
1627
+ export interface DashIsoGroupSettings {
1628
+ AdditionalManifests?: DashAdditionalManifest[];
1629
+ AudioChannelConfigSchemeIdUri?:
1630
+ | DashIsoGroupAudioChannelConfigSchemeIdUri
1631
+ | string;
1632
+ BaseUrl?: string;
1633
+ Destination?: string;
1634
+ DestinationSettings?: DestinationSettings;
1635
+ Encryption?: DashIsoEncryptionSettings;
1636
+ FragmentLength?: number;
1637
+ HbbtvCompliance?: DashIsoHbbtvCompliance | string;
1638
+ ImageBasedTrickPlay?: DashIsoImageBasedTrickPlay | string;
1639
+ ImageBasedTrickPlaySettings?: DashIsoImageBasedTrickPlaySettings;
1640
+ MinBufferTime?: number;
1641
+ MinFinalSegmentLength?: number;
1642
+ MpdProfile?: DashIsoMpdProfile | string;
1643
+ PtsOffsetHandlingForBFrames?: DashIsoPtsOffsetHandlingForBFrames | string;
1644
+ SegmentControl?: DashIsoSegmentControl | string;
1645
+ SegmentLength?: number;
1646
+ SegmentLengthControl?: DashIsoSegmentLengthControl | string;
1647
+ WriteSegmentTimelineInRepresentation?:
1648
+ | DashIsoWriteSegmentTimelineInRepresentation
1649
+ | string;
1650
+ }
1651
+ export interface FileGroupSettings {
1652
+ Destination?: string;
1653
+ DestinationSettings?: DestinationSettings;
1654
+ }
1655
+ export declare enum HlsAudioOnlyHeader {
1656
+ EXCLUDE = "EXCLUDE",
1657
+ INCLUDE = "INCLUDE",
1658
+ }
1659
+ export declare enum HlsCaptionLanguageSetting {
1660
+ INSERT = "INSERT",
1661
+ NONE = "NONE",
1662
+ OMIT = "OMIT",
1663
+ }
1664
+ export declare enum HlsCaptionSegmentLengthControl {
1665
+ LARGE_SEGMENTS = "LARGE_SEGMENTS",
1666
+ MATCH_VIDEO = "MATCH_VIDEO",
1667
+ }
1668
+ export declare enum HlsClientCache {
1669
+ DISABLED = "DISABLED",
1670
+ ENABLED = "ENABLED",
1671
+ }
1672
+ export declare enum HlsCodecSpecification {
1673
+ RFC_4281 = "RFC_4281",
1674
+ RFC_6381 = "RFC_6381",
1675
+ }
1676
+ export declare enum HlsDirectoryStructure {
1677
+ SINGLE_DIRECTORY = "SINGLE_DIRECTORY",
1678
+ SUBDIRECTORY_PER_STREAM = "SUBDIRECTORY_PER_STREAM",
1679
+ }
1680
+ export declare enum HlsEncryptionType {
1681
+ AES128 = "AES128",
1682
+ SAMPLE_AES = "SAMPLE_AES",
1683
+ }
1684
+ export declare enum HlsInitializationVectorInManifest {
1685
+ EXCLUDE = "EXCLUDE",
1686
+ INCLUDE = "INCLUDE",
1687
+ }
1688
+ export declare enum HlsOfflineEncrypted {
1689
+ DISABLED = "DISABLED",
1690
+ ENABLED = "ENABLED",
1691
+ }
1692
+ export declare enum HlsKeyProviderType {
1693
+ SPEKE = "SPEKE",
1694
+ STATIC_KEY = "STATIC_KEY",
1695
+ }
1696
+ export interface HlsEncryptionSettings {
1697
+ ConstantInitializationVector?: string;
1698
+ EncryptionMethod?: HlsEncryptionType | string;
1699
+ InitializationVectorInManifest?: HlsInitializationVectorInManifest | string;
1700
+ OfflineEncrypted?: HlsOfflineEncrypted | string;
1701
+ SpekeKeyProvider?: SpekeKeyProvider;
1702
+ StaticKeyProvider?: StaticKeyProvider;
1703
+ Type?: HlsKeyProviderType | string;
1704
+ }
1705
+ export declare enum HlsImageBasedTrickPlay {
1706
+ ADVANCED = "ADVANCED",
1707
+ NONE = "NONE",
1708
+ THUMBNAIL = "THUMBNAIL",
1709
+ THUMBNAIL_AND_FULLFRAME = "THUMBNAIL_AND_FULLFRAME",
1710
+ }
1711
+ export declare enum HlsIntervalCadence {
1712
+ FOLLOW_CUSTOM = "FOLLOW_CUSTOM",
1713
+ FOLLOW_IFRAME = "FOLLOW_IFRAME",
1714
+ }
1715
+ export interface HlsImageBasedTrickPlaySettings {
1716
+ IntervalCadence?: HlsIntervalCadence | string;
1717
+ ThumbnailHeight?: number;
1718
+ ThumbnailInterval?: number;
1719
+ ThumbnailWidth?: number;
1720
+ TileHeight?: number;
1721
+ TileWidth?: number;
1722
+ }
1723
+ export declare enum HlsManifestCompression {
1724
+ GZIP = "GZIP",
1725
+ NONE = "NONE",
1726
+ }
1727
+ export declare enum HlsManifestDurationFormat {
1728
+ FLOATING_POINT = "FLOATING_POINT",
1729
+ INTEGER = "INTEGER",
1730
+ }
1731
+ export declare enum HlsOutputSelection {
1732
+ MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
1733
+ SEGMENTS_ONLY = "SEGMENTS_ONLY",
1734
+ }
1735
+ export declare enum HlsProgramDateTime {
1736
+ EXCLUDE = "EXCLUDE",
1737
+ INCLUDE = "INCLUDE",
1738
+ }
1739
+ export declare enum HlsSegmentControl {
1740
+ SEGMENTED_FILES = "SEGMENTED_FILES",
1741
+ SINGLE_FILE = "SINGLE_FILE",
1742
+ }
1743
+ export declare enum HlsSegmentLengthControl {
1744
+ EXACT = "EXACT",
1745
+ GOP_MULTIPLE = "GOP_MULTIPLE",
1746
+ }
1747
+ export declare enum HlsStreamInfResolution {
1748
+ EXCLUDE = "EXCLUDE",
1749
+ INCLUDE = "INCLUDE",
1750
+ }
1751
+ export declare enum HlsTargetDurationCompatibilityMode {
1752
+ LEGACY = "LEGACY",
1753
+ SPEC_COMPLIANT = "SPEC_COMPLIANT",
1754
+ }
1755
+ export declare enum HlsTimedMetadataId3Frame {
1756
+ NONE = "NONE",
1757
+ PRIV = "PRIV",
1758
+ TDRL = "TDRL",
1759
+ }
1760
+ export interface HlsGroupSettings {
1761
+ AdMarkers?: (HlsAdMarkers | string)[];
1762
+ AdditionalManifests?: HlsAdditionalManifest[];
1763
+ AudioOnlyHeader?: HlsAudioOnlyHeader | string;
1764
+ BaseUrl?: string;
1765
+ CaptionLanguageMappings?: HlsCaptionLanguageMapping[];
1766
+ CaptionLanguageSetting?: HlsCaptionLanguageSetting | string;
1767
+ CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | string;
1768
+ ClientCache?: HlsClientCache | string;
1769
+ CodecSpecification?: HlsCodecSpecification | string;
1770
+ Destination?: string;
1771
+ DestinationSettings?: DestinationSettings;
1772
+ DirectoryStructure?: HlsDirectoryStructure | string;
1773
+ Encryption?: HlsEncryptionSettings;
1774
+ ImageBasedTrickPlay?: HlsImageBasedTrickPlay | string;
1775
+ ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings;
1776
+ ManifestCompression?: HlsManifestCompression | string;
1777
+ ManifestDurationFormat?: HlsManifestDurationFormat | string;
1778
+ MinFinalSegmentLength?: number;
1779
+ MinSegmentLength?: number;
1780
+ OutputSelection?: HlsOutputSelection | string;
1781
+ ProgramDateTime?: HlsProgramDateTime | string;
1782
+ ProgramDateTimePeriod?: number;
1783
+ SegmentControl?: HlsSegmentControl | string;
1784
+ SegmentLength?: number;
1785
+ SegmentLengthControl?: HlsSegmentLengthControl | string;
1786
+ SegmentsPerSubdirectory?: number;
1787
+ StreamInfResolution?: HlsStreamInfResolution | string;
1788
+ TargetDurationCompatibilityMode?: HlsTargetDurationCompatibilityMode | string;
1789
+ TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | string;
1790
+ TimedMetadataId3Period?: number;
1791
+ TimestampDeltaMilliseconds?: number;
1792
+ }
1793
+ export interface MsSmoothAdditionalManifest {
1794
+ ManifestNameModifier?: string;
1795
+ SelectedOutputs?: string[];
1796
+ }
1797
+ export declare enum MsSmoothAudioDeduplication {
1798
+ COMBINE_DUPLICATE_STREAMS = "COMBINE_DUPLICATE_STREAMS",
1799
+ NONE = "NONE",
1800
+ }
1801
+ export interface MsSmoothEncryptionSettings {
1802
+ SpekeKeyProvider?: SpekeKeyProvider;
1803
+ }
1804
+ export declare enum MsSmoothFragmentLengthControl {
1805
+ EXACT = "EXACT",
1806
+ GOP_MULTIPLE = "GOP_MULTIPLE",
1807
+ }
1808
+ export declare enum MsSmoothManifestEncoding {
1809
+ UTF16 = "UTF16",
1810
+ UTF8 = "UTF8",
1811
+ }
1812
+ export interface MsSmoothGroupSettings {
1813
+ AdditionalManifests?: MsSmoothAdditionalManifest[];
1814
+ AudioDeduplication?: MsSmoothAudioDeduplication | string;
1815
+ Destination?: string;
1816
+ DestinationSettings?: DestinationSettings;
1817
+ Encryption?: MsSmoothEncryptionSettings;
1818
+ FragmentLength?: number;
1819
+ FragmentLengthControl?: MsSmoothFragmentLengthControl | string;
1820
+ ManifestEncoding?: MsSmoothManifestEncoding | string;
1821
+ }
1822
+ export declare enum OutputGroupType {
1823
+ CMAF_GROUP_SETTINGS = "CMAF_GROUP_SETTINGS",
1824
+ DASH_ISO_GROUP_SETTINGS = "DASH_ISO_GROUP_SETTINGS",
1825
+ FILE_GROUP_SETTINGS = "FILE_GROUP_SETTINGS",
1826
+ HLS_GROUP_SETTINGS = "HLS_GROUP_SETTINGS",
1827
+ MS_SMOOTH_GROUP_SETTINGS = "MS_SMOOTH_GROUP_SETTINGS",
1828
+ }
1829
+ export interface OutputGroupSettings {
1830
+ CmafGroupSettings?: CmafGroupSettings;
1831
+ DashIsoGroupSettings?: DashIsoGroupSettings;
1832
+ FileGroupSettings?: FileGroupSettings;
1833
+ HlsGroupSettings?: HlsGroupSettings;
1834
+ MsSmoothGroupSettings?: MsSmoothGroupSettings;
1835
+ Type?: OutputGroupType | string;
1836
+ }
1837
+ export declare enum CmfcAudioDuration {
1838
+ DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
1839
+ MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION",
1840
+ }
1841
+ export declare enum CmfcAudioTrackType {
1842
+ ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
1843
+ ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
1844
+ ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
1845
+ }
1846
+ export declare enum CmfcDescriptiveVideoServiceFlag {
1847
+ DONT_FLAG = "DONT_FLAG",
1848
+ FLAG = "FLAG",
1849
+ }
1850
+ export declare enum CmfcIFrameOnlyManifest {
1851
+ EXCLUDE = "EXCLUDE",
1852
+ INCLUDE = "INCLUDE",
1853
+ }
1854
+ export declare enum CmfcKlvMetadata {
1855
+ NONE = "NONE",
1856
+ PASSTHROUGH = "PASSTHROUGH",
1857
+ }
1858
+ export declare enum CmfcScte35Esam {
1859
+ INSERT = "INSERT",
1860
+ NONE = "NONE",
1861
+ }
1862
+ export declare enum CmfcScte35Source {
1863
+ NONE = "NONE",
1864
+ PASSTHROUGH = "PASSTHROUGH",
1865
+ }
1866
+ export declare enum CmfcTimedMetadata {
1867
+ NONE = "NONE",
1868
+ PASSTHROUGH = "PASSTHROUGH",
1869
+ }
1870
+ export interface CmfcSettings {
1871
+ AudioDuration?: CmfcAudioDuration | string;
1872
+ AudioGroupId?: string;
1873
+ AudioRenditionSets?: string;
1874
+ AudioTrackType?: CmfcAudioTrackType | string;
1875
+ DescriptiveVideoServiceFlag?: CmfcDescriptiveVideoServiceFlag | string;
1876
+ IFrameOnlyManifest?: CmfcIFrameOnlyManifest | string;
1877
+ KlvMetadata?: CmfcKlvMetadata | string;
1878
+ Scte35Esam?: CmfcScte35Esam | string;
1879
+ Scte35Source?: CmfcScte35Source | string;
1880
+ TimedMetadata?: CmfcTimedMetadata | string;
1881
+ }
1882
+ export declare enum ContainerType {
1883
+ CMFC = "CMFC",
1884
+ F4V = "F4V",
1885
+ ISMV = "ISMV",
1886
+ M2TS = "M2TS",
1887
+ M3U8 = "M3U8",
1888
+ MOV = "MOV",
1889
+ MP4 = "MP4",
1890
+ MPD = "MPD",
1891
+ MXF = "MXF",
1892
+ RAW = "RAW",
1893
+ WEBM = "WEBM",
1894
+ }
1895
+ export declare enum F4vMoovPlacement {
1896
+ NORMAL = "NORMAL",
1897
+ PROGRESSIVE_DOWNLOAD = "PROGRESSIVE_DOWNLOAD",
1898
+ }
1899
+ export interface F4vSettings {
1900
+ MoovPlacement?: F4vMoovPlacement | string;
1901
+ }
1902
+ export declare enum M2tsAudioBufferModel {
1903
+ ATSC = "ATSC",
1904
+ DVB = "DVB",
1905
+ }
1906
+ export declare enum M2tsAudioDuration {
1907
+ DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
1908
+ MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION",
1909
+ }
1910
+ export declare enum M2tsBufferModel {
1911
+ MULTIPLEX = "MULTIPLEX",
1912
+ NONE = "NONE",
1913
+ }
1914
+ export declare enum M2tsDataPtsControl {
1915
+ ALIGN_TO_VIDEO = "ALIGN_TO_VIDEO",
1916
+ AUTO = "AUTO",
1917
+ }
1918
+ export interface DvbNitSettings {
1919
+ NetworkId?: number;
1920
+ NetworkName?: string;
1921
+ NitInterval?: number;
1922
+ }
1923
+ export declare enum OutputSdt {
1924
+ SDT_FOLLOW = "SDT_FOLLOW",
1925
+ SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
1926
+ SDT_MANUAL = "SDT_MANUAL",
1927
+ SDT_NONE = "SDT_NONE",
1928
+ }
1929
+ export interface DvbSdtSettings {
1930
+ OutputSdt?: OutputSdt | string;
1931
+ SdtInterval?: number;
1932
+ ServiceName?: string;
1933
+ ServiceProviderName?: string;
1934
+ }
1935
+ export interface DvbTdtSettings {
1936
+ TdtInterval?: number;
1937
+ }
1938
+ export declare enum M2tsEbpAudioInterval {
1939
+ VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
1940
+ VIDEO_INTERVAL = "VIDEO_INTERVAL",
1941
+ }
1942
+ export declare enum M2tsEbpPlacement {
1943
+ VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
1944
+ VIDEO_PID = "VIDEO_PID",
1945
+ }
1946
+ export declare enum M2tsEsRateInPes {
1947
+ EXCLUDE = "EXCLUDE",
1948
+ INCLUDE = "INCLUDE",
1949
+ }
1950
+ export declare enum M2tsForceTsVideoEbpOrder {
1951
+ DEFAULT = "DEFAULT",
1952
+ FORCE = "FORCE",
1953
+ }
1954
+ export declare const AllowedRenditionSizeFilterSensitiveLog: (
1955
+ obj: AllowedRenditionSize
1956
+ ) => any;
1957
+ export declare const AudioChannelTaggingSettingsFilterSensitiveLog: (
1958
+ obj: AudioChannelTaggingSettings
1959
+ ) => any;
1960
+ export declare const AudioNormalizationSettingsFilterSensitiveLog: (
1961
+ obj: AudioNormalizationSettings
1962
+ ) => any;
1963
+ export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
1964
+ export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
1965
+ export declare const AiffSettingsFilterSensitiveLog: (obj: AiffSettings) => any;
1966
+ export declare const Eac3AtmosSettingsFilterSensitiveLog: (
1967
+ obj: Eac3AtmosSettings
1968
+ ) => any;
1969
+ export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
1970
+ export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
1971
+ export declare const Mp3SettingsFilterSensitiveLog: (obj: Mp3Settings) => any;
1972
+ export declare const OpusSettingsFilterSensitiveLog: (obj: OpusSettings) => any;
1973
+ export declare const VorbisSettingsFilterSensitiveLog: (
1974
+ obj: VorbisSettings
1975
+ ) => any;
1976
+ export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
1977
+ export declare const AudioCodecSettingsFilterSensitiveLog: (
1978
+ obj: AudioCodecSettings
1979
+ ) => any;
1980
+ export declare const OutputChannelMappingFilterSensitiveLog: (
1981
+ obj: OutputChannelMapping
1982
+ ) => any;
1983
+ export declare const ChannelMappingFilterSensitiveLog: (
1984
+ obj: ChannelMapping
1985
+ ) => any;
1986
+ export declare const RemixSettingsFilterSensitiveLog: (
1987
+ obj: RemixSettings
1988
+ ) => any;
1989
+ export declare const AudioDescriptionFilterSensitiveLog: (
1990
+ obj: AudioDescription
1991
+ ) => any;
1992
+ export declare const ForceIncludeRenditionSizeFilterSensitiveLog: (
1993
+ obj: ForceIncludeRenditionSize
1994
+ ) => any;
1995
+ export declare const MinBottomRenditionSizeFilterSensitiveLog: (
1996
+ obj: MinBottomRenditionSize
1997
+ ) => any;
1998
+ export declare const MinTopRenditionSizeFilterSensitiveLog: (
1999
+ obj: MinTopRenditionSize
2000
+ ) => any;
2001
+ export declare const AutomatedAbrRuleFilterSensitiveLog: (
2002
+ obj: AutomatedAbrRule
2003
+ ) => any;
2004
+ export declare const BurninDestinationSettingsFilterSensitiveLog: (
2005
+ obj: BurninDestinationSettings
2006
+ ) => any;
2007
+ export declare const DvbSubDestinationSettingsFilterSensitiveLog: (
2008
+ obj: DvbSubDestinationSettings
2009
+ ) => any;
2010
+ export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (
2011
+ obj: EmbeddedDestinationSettings
2012
+ ) => any;
2013
+ export declare const ImscDestinationSettingsFilterSensitiveLog: (
2014
+ obj: ImscDestinationSettings
2015
+ ) => any;
2016
+ export declare const SccDestinationSettingsFilterSensitiveLog: (
2017
+ obj: SccDestinationSettings
2018
+ ) => any;
2019
+ export declare const SrtDestinationSettingsFilterSensitiveLog: (
2020
+ obj: SrtDestinationSettings
2021
+ ) => any;
2022
+ export declare const TeletextDestinationSettingsFilterSensitiveLog: (
2023
+ obj: TeletextDestinationSettings
2024
+ ) => any;
2025
+ export declare const TtmlDestinationSettingsFilterSensitiveLog: (
2026
+ obj: TtmlDestinationSettings
2027
+ ) => any;
2028
+ export declare const WebvttDestinationSettingsFilterSensitiveLog: (
2029
+ obj: WebvttDestinationSettings
2030
+ ) => any;
2031
+ export declare const CaptionDestinationSettingsFilterSensitiveLog: (
2032
+ obj: CaptionDestinationSettings
2033
+ ) => any;
2034
+ export declare const CaptionDescriptionFilterSensitiveLog: (
2035
+ obj: CaptionDescription
2036
+ ) => any;
2037
+ export declare const CaptionDescriptionPresetFilterSensitiveLog: (
2038
+ obj: CaptionDescriptionPreset
2039
+ ) => any;
2040
+ export declare const CmafAdditionalManifestFilterSensitiveLog: (
2041
+ obj: CmafAdditionalManifest
2042
+ ) => any;
2043
+ export declare const DashAdditionalManifestFilterSensitiveLog: (
2044
+ obj: DashAdditionalManifest
2045
+ ) => any;
2046
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
2047
+ export declare const HlsAdditionalManifestFilterSensitiveLog: (
2048
+ obj: HlsAdditionalManifest
2049
+ ) => any;
2050
+ export declare const HlsCaptionLanguageMappingFilterSensitiveLog: (
2051
+ obj: HlsCaptionLanguageMapping
2052
+ ) => any;
2053
+ export declare const HopDestinationFilterSensitiveLog: (
2054
+ obj: HopDestination
2055
+ ) => any;
2056
+ export declare const Id3InsertionFilterSensitiveLog: (obj: Id3Insertion) => any;
2057
+ export declare const AudioSelectorGroupFilterSensitiveLog: (
2058
+ obj: AudioSelectorGroup
2059
+ ) => any;
2060
+ export declare const HlsRenditionGroupSettingsFilterSensitiveLog: (
2061
+ obj: HlsRenditionGroupSettings
2062
+ ) => any;
2063
+ export declare const AudioSelectorFilterSensitiveLog: (
2064
+ obj: AudioSelector
2065
+ ) => any;
2066
+ export declare const AncillarySourceSettingsFilterSensitiveLog: (
2067
+ obj: AncillarySourceSettings
2068
+ ) => any;
2069
+ export declare const DvbSubSourceSettingsFilterSensitiveLog: (
2070
+ obj: DvbSubSourceSettings
2071
+ ) => any;
2072
+ export declare const EmbeddedSourceSettingsFilterSensitiveLog: (
2073
+ obj: EmbeddedSourceSettings
2074
+ ) => any;
2075
+ export declare const CaptionSourceFramerateFilterSensitiveLog: (
2076
+ obj: CaptionSourceFramerate
2077
+ ) => any;
2078
+ export declare const FileSourceSettingsFilterSensitiveLog: (
2079
+ obj: FileSourceSettings
2080
+ ) => any;
2081
+ export declare const TeletextSourceSettingsFilterSensitiveLog: (
2082
+ obj: TeletextSourceSettings
2083
+ ) => any;
2084
+ export declare const TrackSourceSettingsFilterSensitiveLog: (
2085
+ obj: TrackSourceSettings
2086
+ ) => any;
2087
+ export declare const WebvttHlsSourceSettingsFilterSensitiveLog: (
2088
+ obj: WebvttHlsSourceSettings
2089
+ ) => any;
2090
+ export declare const CaptionSourceSettingsFilterSensitiveLog: (
2091
+ obj: CaptionSourceSettings
2092
+ ) => any;
2093
+ export declare const CaptionSelectorFilterSensitiveLog: (
2094
+ obj: CaptionSelector
2095
+ ) => any;
2096
+ export declare const RectangleFilterSensitiveLog: (obj: Rectangle) => any;
2097
+ export declare const InputDecryptionSettingsFilterSensitiveLog: (
2098
+ obj: InputDecryptionSettings
2099
+ ) => any;
2100
+ export declare const InsertableImageFilterSensitiveLog: (
2101
+ obj: InsertableImage
2102
+ ) => any;
2103
+ export declare const ImageInserterFilterSensitiveLog: (
2104
+ obj: ImageInserter
2105
+ ) => any;
2106
+ export declare const InputClippingFilterSensitiveLog: (
2107
+ obj: InputClipping
2108
+ ) => any;
2109
+ export declare const InputVideoGeneratorFilterSensitiveLog: (
2110
+ obj: InputVideoGenerator
2111
+ ) => any;
2112
+ export declare const Hdr10MetadataFilterSensitiveLog: (
2113
+ obj: Hdr10Metadata
2114
+ ) => any;
2115
+ export declare const VideoSelectorFilterSensitiveLog: (
2116
+ obj: VideoSelector
2117
+ ) => any;
2118
+ export declare const InputFilterSensitiveLog: (obj: Input) => any;
2119
+ export declare const InputTemplateFilterSensitiveLog: (
2120
+ obj: InputTemplate
2121
+ ) => any;
2122
+ export declare const AccelerationSettingsFilterSensitiveLog: (
2123
+ obj: AccelerationSettings
2124
+ ) => any;
2125
+ export declare const JobMessagesFilterSensitiveLog: (obj: JobMessages) => any;
2126
+ export declare const VideoDetailFilterSensitiveLog: (obj: VideoDetail) => any;
2127
+ export declare const OutputDetailFilterSensitiveLog: (obj: OutputDetail) => any;
2128
+ export declare const OutputGroupDetailFilterSensitiveLog: (
2129
+ obj: OutputGroupDetail
2130
+ ) => any;
2131
+ export declare const QueueTransitionFilterSensitiveLog: (
2132
+ obj: QueueTransition
2133
+ ) => any;
2134
+ export declare const AvailBlankingFilterSensitiveLog: (
2135
+ obj: AvailBlanking
2136
+ ) => any;
2137
+ export declare const EsamManifestConfirmConditionNotificationFilterSensitiveLog: (
2138
+ obj: EsamManifestConfirmConditionNotification
2139
+ ) => any;
2140
+ export declare const EsamSignalProcessingNotificationFilterSensitiveLog: (
2141
+ obj: EsamSignalProcessingNotification
2142
+ ) => any;
2143
+ export declare const EsamSettingsFilterSensitiveLog: (obj: EsamSettings) => any;
2144
+ export declare const ExtendedDataServicesFilterSensitiveLog: (
2145
+ obj: ExtendedDataServices
2146
+ ) => any;
2147
+ export declare const KantarWatermarkSettingsFilterSensitiveLog: (
2148
+ obj: KantarWatermarkSettings
2149
+ ) => any;
2150
+ export declare const MotionImageInsertionFramerateFilterSensitiveLog: (
2151
+ obj: MotionImageInsertionFramerate
2152
+ ) => any;
2153
+ export declare const MotionImageInsertionOffsetFilterSensitiveLog: (
2154
+ obj: MotionImageInsertionOffset
2155
+ ) => any;
2156
+ export declare const MotionImageInserterFilterSensitiveLog: (
2157
+ obj: MotionImageInserter
2158
+ ) => any;
2159
+ export declare const NielsenConfigurationFilterSensitiveLog: (
2160
+ obj: NielsenConfiguration
2161
+ ) => any;
2162
+ export declare const NielsenNonLinearWatermarkSettingsFilterSensitiveLog: (
2163
+ obj: NielsenNonLinearWatermarkSettings
2164
+ ) => any;
2165
+ export declare const AutomatedAbrSettingsFilterSensitiveLog: (
2166
+ obj: AutomatedAbrSettings
2167
+ ) => any;
2168
+ export declare const AutomatedEncodingSettingsFilterSensitiveLog: (
2169
+ obj: AutomatedEncodingSettings
2170
+ ) => any;
2171
+ export declare const S3DestinationAccessControlFilterSensitiveLog: (
2172
+ obj: S3DestinationAccessControl
2173
+ ) => any;
2174
+ export declare const S3EncryptionSettingsFilterSensitiveLog: (
2175
+ obj: S3EncryptionSettings
2176
+ ) => any;
2177
+ export declare const S3DestinationSettingsFilterSensitiveLog: (
2178
+ obj: S3DestinationSettings
2179
+ ) => any;
2180
+ export declare const DestinationSettingsFilterSensitiveLog: (
2181
+ obj: DestinationSettings
2182
+ ) => any;
2183
+ export declare const SpekeKeyProviderCmafFilterSensitiveLog: (
2184
+ obj: SpekeKeyProviderCmaf
2185
+ ) => any;
2186
+ export declare const StaticKeyProviderFilterSensitiveLog: (
2187
+ obj: StaticKeyProvider
2188
+ ) => any;
2189
+ export declare const CmafEncryptionSettingsFilterSensitiveLog: (
2190
+ obj: CmafEncryptionSettings
2191
+ ) => any;
2192
+ export declare const CmafImageBasedTrickPlaySettingsFilterSensitiveLog: (
2193
+ obj: CmafImageBasedTrickPlaySettings
2194
+ ) => any;
2195
+ export declare const CmafGroupSettingsFilterSensitiveLog: (
2196
+ obj: CmafGroupSettings
2197
+ ) => any;
2198
+ export declare const SpekeKeyProviderFilterSensitiveLog: (
2199
+ obj: SpekeKeyProvider
2200
+ ) => any;
2201
+ export declare const DashIsoEncryptionSettingsFilterSensitiveLog: (
2202
+ obj: DashIsoEncryptionSettings
2203
+ ) => any;
2204
+ export declare const DashIsoImageBasedTrickPlaySettingsFilterSensitiveLog: (
2205
+ obj: DashIsoImageBasedTrickPlaySettings
2206
+ ) => any;
2207
+ export declare const DashIsoGroupSettingsFilterSensitiveLog: (
2208
+ obj: DashIsoGroupSettings
2209
+ ) => any;
2210
+ export declare const FileGroupSettingsFilterSensitiveLog: (
2211
+ obj: FileGroupSettings
2212
+ ) => any;
2213
+ export declare const HlsEncryptionSettingsFilterSensitiveLog: (
2214
+ obj: HlsEncryptionSettings
2215
+ ) => any;
2216
+ export declare const HlsImageBasedTrickPlaySettingsFilterSensitiveLog: (
2217
+ obj: HlsImageBasedTrickPlaySettings
2218
+ ) => any;
2219
+ export declare const HlsGroupSettingsFilterSensitiveLog: (
2220
+ obj: HlsGroupSettings
2221
+ ) => any;
2222
+ export declare const MsSmoothAdditionalManifestFilterSensitiveLog: (
2223
+ obj: MsSmoothAdditionalManifest
2224
+ ) => any;
2225
+ export declare const MsSmoothEncryptionSettingsFilterSensitiveLog: (
2226
+ obj: MsSmoothEncryptionSettings
2227
+ ) => any;
2228
+ export declare const MsSmoothGroupSettingsFilterSensitiveLog: (
2229
+ obj: MsSmoothGroupSettings
2230
+ ) => any;
2231
+ export declare const OutputGroupSettingsFilterSensitiveLog: (
2232
+ obj: OutputGroupSettings
2233
+ ) => any;
2234
+ export declare const CmfcSettingsFilterSensitiveLog: (obj: CmfcSettings) => any;
2235
+ export declare const F4vSettingsFilterSensitiveLog: (obj: F4vSettings) => any;
2236
+ export declare const DvbNitSettingsFilterSensitiveLog: (
2237
+ obj: DvbNitSettings
2238
+ ) => any;
2239
+ export declare const DvbSdtSettingsFilterSensitiveLog: (
2240
+ obj: DvbSdtSettings
2241
+ ) => any;
2242
+ export declare const DvbTdtSettingsFilterSensitiveLog: (
2243
+ obj: DvbTdtSettings
2244
+ ) => any;