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