@aws-sdk/client-mediaconvert 3.933.0 → 3.935.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/dist-cjs/index.js +2679 -2680
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +2564 -0
- package/dist-es/models/errors.js +99 -0
- package/dist-es/models/models_0.js +1 -1173
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresetCommand.d.ts +1 -1
- package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceShareCommand.d.ts +1 -1
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ProbeCommand.d.ts +1 -1
- package/dist-types/commands/PutPolicyCommand.d.ts +1 -1
- package/dist-types/commands/SearchJobsCommand.d.ts +1 -1
- package/dist-types/commands/StartJobsQueryCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePresetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +6212 -0
- package/dist-types/models/errors.d.ts +93 -0
- package/dist-types/models/models_0.d.ts +5265 -2628
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsQueryResultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProbeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartJobsQueryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +3403 -0
- package/dist-types/ts3.4/models/errors.d.ts +52 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1657 -1528
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -3
- package/dist-es/models/models_1.js +0 -1179
- package/dist-es/models/models_2.js +0 -311
- package/dist-types/models/index.d.ts +0 -3
- package/dist-types/models/models_1.d.ts +0 -6068
- package/dist-types/models/models_2.d.ts +0 -2876
- package/dist-types/ts3.4/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/models_1.d.ts +0 -2295
- package/dist-types/ts3.4/models/models_2.d.ts +0 -906
|
@@ -1,75 +1,470 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import {
|
|
2
|
+
AacAudioDescriptionBroadcasterMix,
|
|
3
|
+
AacCodecProfile,
|
|
4
|
+
AacCodingMode,
|
|
5
|
+
AacLoudnessMeasurementMode,
|
|
6
|
+
AacRateControlMode,
|
|
7
|
+
AacRawFormat,
|
|
8
|
+
AacSpecification,
|
|
9
|
+
AacVbrQuality,
|
|
10
|
+
Ac3BitstreamMode,
|
|
11
|
+
Ac3CodingMode,
|
|
12
|
+
Ac3DynamicRangeCompressionLine,
|
|
13
|
+
Ac3DynamicRangeCompressionProfile,
|
|
14
|
+
Ac3DynamicRangeCompressionRf,
|
|
15
|
+
Ac3LfeFilter,
|
|
16
|
+
Ac3MetadataControl,
|
|
17
|
+
AccelerationMode,
|
|
18
|
+
AccelerationStatus,
|
|
19
|
+
AdvancedInputFilter,
|
|
20
|
+
AdvancedInputFilterAddTexture,
|
|
21
|
+
AdvancedInputFilterSharpen,
|
|
22
|
+
AfdSignaling,
|
|
23
|
+
AlphaBehavior,
|
|
24
|
+
AncillaryConvert608To708,
|
|
25
|
+
AncillaryTerminateCaptions,
|
|
26
|
+
AntiAlias,
|
|
27
|
+
AudioChannelTag,
|
|
28
|
+
AudioCodec,
|
|
29
|
+
AudioDefaultSelection,
|
|
30
|
+
AudioDurationCorrection,
|
|
31
|
+
AudioLanguageCodeControl,
|
|
32
|
+
AudioNormalizationAlgorithm,
|
|
33
|
+
AudioNormalizationAlgorithmControl,
|
|
34
|
+
AudioNormalizationLoudnessLogging,
|
|
35
|
+
AudioNormalizationPeakCalculation,
|
|
36
|
+
AudioSelectorType,
|
|
37
|
+
AudioTypeControl,
|
|
38
|
+
Av1AdaptiveQuantization,
|
|
39
|
+
Av1BitDepth,
|
|
40
|
+
Av1FilmGrainSynthesis,
|
|
41
|
+
Av1FramerateControl,
|
|
42
|
+
Av1FramerateConversionAlgorithm,
|
|
43
|
+
Av1RateControlMode,
|
|
44
|
+
Av1SpatialAdaptiveQuantization,
|
|
45
|
+
AvcIntraClass,
|
|
46
|
+
AvcIntraFramerateControl,
|
|
47
|
+
AvcIntraFramerateConversionAlgorithm,
|
|
48
|
+
AvcIntraInterlaceMode,
|
|
49
|
+
AvcIntraScanTypeConversionMode,
|
|
50
|
+
AvcIntraSlowPal,
|
|
51
|
+
AvcIntraTelecine,
|
|
52
|
+
AvcIntraUhdQualityTuningLevel,
|
|
53
|
+
BandwidthReductionFilterSharpening,
|
|
54
|
+
BandwidthReductionFilterStrength,
|
|
55
|
+
BillingTagsSource,
|
|
56
|
+
BurninSubtitleAlignment,
|
|
57
|
+
BurninSubtitleApplyFontColor,
|
|
58
|
+
BurninSubtitleBackgroundColor,
|
|
59
|
+
BurninSubtitleFallbackFont,
|
|
60
|
+
BurninSubtitleFontColor,
|
|
61
|
+
BurninSubtitleOutlineColor,
|
|
62
|
+
BurninSubtitleShadowColor,
|
|
63
|
+
BurnInSubtitleStylePassthrough,
|
|
64
|
+
BurninSubtitleTeletextSpacing,
|
|
65
|
+
CaptionDestinationType,
|
|
66
|
+
CaptionSourceByteRateLimit,
|
|
67
|
+
CaptionSourceConvertPaintOnToPopOn,
|
|
68
|
+
CaptionSourceType,
|
|
69
|
+
CaptionSourceUpconvertSTLToTeletext,
|
|
70
|
+
ChromaPositionMode,
|
|
71
|
+
CmafClientCache,
|
|
72
|
+
CmafCodecSpecification,
|
|
73
|
+
CmafEncryptionType,
|
|
74
|
+
CmafImageBasedTrickPlay,
|
|
75
|
+
CmafInitializationVectorInManifest,
|
|
76
|
+
CmafIntervalCadence,
|
|
77
|
+
CmafKeyProviderType,
|
|
78
|
+
CmafManifestCompression,
|
|
79
|
+
CmafManifestDurationFormat,
|
|
80
|
+
CmafMpdManifestBandwidthType,
|
|
81
|
+
CmafMpdProfile,
|
|
82
|
+
CmafPtsOffsetHandlingForBFrames,
|
|
83
|
+
CmafSegmentControl,
|
|
84
|
+
CmafSegmentLengthControl,
|
|
85
|
+
CmafStreamInfResolution,
|
|
86
|
+
CmafTargetDurationCompatibilityMode,
|
|
87
|
+
CmafVideoCompositionOffsets,
|
|
88
|
+
CmafWriteDASHManifest,
|
|
89
|
+
CmafWriteHLSManifest,
|
|
90
|
+
CmafWriteSegmentTimelineInRepresentation,
|
|
91
|
+
CmfcAudioDuration,
|
|
92
|
+
CmfcAudioTrackType,
|
|
93
|
+
CmfcC2paManifest,
|
|
94
|
+
CmfcDescriptiveVideoServiceFlag,
|
|
95
|
+
CmfcIFrameOnlyManifest,
|
|
96
|
+
CmfcKlvMetadata,
|
|
97
|
+
CmfcManifestMetadataSignaling,
|
|
98
|
+
CmfcScte35Esam,
|
|
99
|
+
CmfcScte35Source,
|
|
100
|
+
CmfcTimedMetadata,
|
|
101
|
+
CmfcTimedMetadataBoxVersion,
|
|
102
|
+
Codec,
|
|
103
|
+
ColorMetadata,
|
|
104
|
+
ColorPrimaries,
|
|
105
|
+
ColorSpace,
|
|
106
|
+
ColorSpaceConversion,
|
|
107
|
+
ColorSpaceUsage,
|
|
108
|
+
Commitment,
|
|
109
|
+
ContainerType,
|
|
110
|
+
CopyProtectionAction,
|
|
111
|
+
DashIsoGroupAudioChannelConfigSchemeIdUri,
|
|
112
|
+
DashIsoHbbtvCompliance,
|
|
113
|
+
DashIsoImageBasedTrickPlay,
|
|
114
|
+
DashIsoIntervalCadence,
|
|
115
|
+
DashIsoMpdManifestBandwidthType,
|
|
116
|
+
DashIsoMpdProfile,
|
|
117
|
+
DashIsoPlaybackDeviceCompatibility,
|
|
118
|
+
DashIsoPtsOffsetHandlingForBFrames,
|
|
119
|
+
DashIsoSegmentControl,
|
|
120
|
+
DashIsoSegmentLengthControl,
|
|
121
|
+
DashIsoVideoCompositionOffsets,
|
|
122
|
+
DashIsoWriteSegmentTimelineInRepresentation,
|
|
123
|
+
DashManifestStyle,
|
|
124
|
+
DecryptionMode,
|
|
125
|
+
DeinterlaceAlgorithm,
|
|
126
|
+
DeinterlacerControl,
|
|
127
|
+
DeinterlacerMode,
|
|
128
|
+
DescribeEndpointsMode,
|
|
129
|
+
DolbyVisionLevel6Mode,
|
|
130
|
+
DolbyVisionMapping,
|
|
131
|
+
DolbyVisionProfile,
|
|
132
|
+
DropFrameTimecode,
|
|
133
|
+
DvbddsHandling,
|
|
134
|
+
DvbSubSubtitleFallbackFont,
|
|
135
|
+
DvbSubtitleAlignment,
|
|
136
|
+
DvbSubtitleApplyFontColor,
|
|
137
|
+
DvbSubtitleBackgroundColor,
|
|
138
|
+
DvbSubtitleFontColor,
|
|
139
|
+
DvbSubtitleOutlineColor,
|
|
140
|
+
DvbSubtitleShadowColor,
|
|
141
|
+
DvbSubtitleStylePassthrough,
|
|
142
|
+
DvbSubtitleTeletextSpacing,
|
|
143
|
+
DvbSubtitlingType,
|
|
144
|
+
DynamicAudioSelectorType,
|
|
145
|
+
Eac3AtmosBitstreamMode,
|
|
146
|
+
Eac3AtmosCodingMode,
|
|
147
|
+
Eac3AtmosDialogueIntelligence,
|
|
148
|
+
Eac3AtmosDownmixControl,
|
|
149
|
+
Eac3AtmosDynamicRangeCompressionLine,
|
|
150
|
+
Eac3AtmosDynamicRangeCompressionRf,
|
|
151
|
+
Eac3AtmosDynamicRangeControl,
|
|
152
|
+
Eac3AtmosMeteringMode,
|
|
153
|
+
Eac3AtmosStereoDownmix,
|
|
154
|
+
Eac3AtmosSurroundExMode,
|
|
155
|
+
Eac3AttenuationControl,
|
|
156
|
+
Eac3BitstreamMode,
|
|
157
|
+
Eac3CodingMode,
|
|
158
|
+
Eac3DcFilter,
|
|
159
|
+
Eac3DynamicRangeCompressionLine,
|
|
160
|
+
Eac3DynamicRangeCompressionRf,
|
|
161
|
+
Eac3LfeControl,
|
|
162
|
+
Eac3LfeFilter,
|
|
163
|
+
Eac3MetadataControl,
|
|
164
|
+
Eac3PassthroughControl,
|
|
165
|
+
Eac3PhaseControl,
|
|
166
|
+
Eac3StereoDownmix,
|
|
167
|
+
Eac3SurroundExMode,
|
|
168
|
+
Eac3SurroundMode,
|
|
169
|
+
EmbeddedConvert608To708,
|
|
170
|
+
EmbeddedTerminateCaptions,
|
|
171
|
+
EmbeddedTimecodeOverride,
|
|
172
|
+
F4vMoovPlacement,
|
|
173
|
+
FileSourceConvert608To708,
|
|
174
|
+
FileSourceTimeDeltaUnits,
|
|
175
|
+
FontScript,
|
|
176
|
+
Format,
|
|
177
|
+
FrameControl,
|
|
178
|
+
FrameMetricType,
|
|
179
|
+
GifFramerateControl,
|
|
180
|
+
GifFramerateConversionAlgorithm,
|
|
181
|
+
H264AdaptiveQuantization,
|
|
182
|
+
H264CodecLevel,
|
|
183
|
+
H264CodecProfile,
|
|
184
|
+
H264DynamicSubGop,
|
|
185
|
+
H264EndOfStreamMarkers,
|
|
186
|
+
H264EntropyEncoding,
|
|
187
|
+
H264FieldEncoding,
|
|
188
|
+
H264FlickerAdaptiveQuantization,
|
|
189
|
+
H264FramerateControl,
|
|
190
|
+
H264FramerateConversionAlgorithm,
|
|
191
|
+
H264GopBReference,
|
|
192
|
+
H264GopSizeUnits,
|
|
193
|
+
H264InterlaceMode,
|
|
194
|
+
H264ParControl,
|
|
195
|
+
H264QualityTuningLevel,
|
|
196
|
+
H264RateControlMode,
|
|
197
|
+
H264RepeatPps,
|
|
198
|
+
H264SaliencyAwareEncoding,
|
|
199
|
+
H264ScanTypeConversionMode,
|
|
200
|
+
H264SceneChangeDetect,
|
|
201
|
+
H264SlowPal,
|
|
202
|
+
H264SpatialAdaptiveQuantization,
|
|
203
|
+
H264Syntax,
|
|
204
|
+
H264Telecine,
|
|
205
|
+
H264TemporalAdaptiveQuantization,
|
|
206
|
+
H264UnregisteredSeiTimecode,
|
|
207
|
+
H264WriteMp4PackagingType,
|
|
208
|
+
H265AdaptiveQuantization,
|
|
209
|
+
H265AlternateTransferFunctionSei,
|
|
210
|
+
H265CodecLevel,
|
|
211
|
+
H265CodecProfile,
|
|
212
|
+
H265Deblocking,
|
|
213
|
+
H265DynamicSubGop,
|
|
214
|
+
H265EndOfStreamMarkers,
|
|
215
|
+
H265FlickerAdaptiveQuantization,
|
|
216
|
+
H265FramerateControl,
|
|
217
|
+
H265FramerateConversionAlgorithm,
|
|
218
|
+
H265GopBReference,
|
|
219
|
+
H265GopSizeUnits,
|
|
220
|
+
H265InterlaceMode,
|
|
221
|
+
H265ParControl,
|
|
222
|
+
H265QualityTuningLevel,
|
|
223
|
+
H265RateControlMode,
|
|
224
|
+
H265SampleAdaptiveOffsetFilterMode,
|
|
225
|
+
H265ScanTypeConversionMode,
|
|
226
|
+
H265SceneChangeDetect,
|
|
227
|
+
H265SlowPal,
|
|
228
|
+
H265SpatialAdaptiveQuantization,
|
|
229
|
+
H265Telecine,
|
|
230
|
+
H265TemporalAdaptiveQuantization,
|
|
231
|
+
H265TemporalIds,
|
|
232
|
+
H265Tiles,
|
|
233
|
+
H265UnregisteredSeiTimecode,
|
|
234
|
+
H265WriteMp4PackagingType,
|
|
235
|
+
HDRToSDRToneMapper,
|
|
236
|
+
HlsAdMarkers,
|
|
237
|
+
HlsAudioOnlyContainer,
|
|
238
|
+
HlsAudioOnlyHeader,
|
|
239
|
+
HlsAudioTrackType,
|
|
240
|
+
HlsCaptionLanguageSetting,
|
|
241
|
+
HlsCaptionSegmentLengthControl,
|
|
242
|
+
HlsClientCache,
|
|
243
|
+
HlsCodecSpecification,
|
|
244
|
+
HlsDescriptiveVideoServiceFlag,
|
|
245
|
+
HlsDirectoryStructure,
|
|
246
|
+
HlsEncryptionType,
|
|
247
|
+
HlsIFrameOnlyManifest,
|
|
248
|
+
HlsImageBasedTrickPlay,
|
|
249
|
+
HlsInitializationVectorInManifest,
|
|
250
|
+
HlsIntervalCadence,
|
|
251
|
+
HlsKeyProviderType,
|
|
252
|
+
HlsManifestCompression,
|
|
253
|
+
HlsManifestDurationFormat,
|
|
254
|
+
HlsOfflineEncrypted,
|
|
255
|
+
HlsOutputSelection,
|
|
256
|
+
HlsProgramDateTime,
|
|
257
|
+
HlsProgressiveWriteHlsManifest,
|
|
258
|
+
HlsSegmentControl,
|
|
259
|
+
HlsSegmentLengthControl,
|
|
260
|
+
HlsStreamInfResolution,
|
|
261
|
+
HlsTargetDurationCompatibilityMode,
|
|
262
|
+
HlsTimedMetadataId3Frame,
|
|
263
|
+
ImscAccessibilitySubs,
|
|
264
|
+
ImscStylePassthrough,
|
|
265
|
+
InputDeblockFilter,
|
|
266
|
+
InputDenoiseFilter,
|
|
267
|
+
InputFilterEnable,
|
|
268
|
+
InputPolicy,
|
|
269
|
+
InputPsiControl,
|
|
270
|
+
InputRotate,
|
|
271
|
+
InputSampleRange,
|
|
272
|
+
InputScanType,
|
|
273
|
+
InputTimecodeSource,
|
|
274
|
+
JobPhase,
|
|
275
|
+
JobsQueryFilterKey,
|
|
276
|
+
JobsQueryStatus,
|
|
277
|
+
JobStatus,
|
|
278
|
+
JobTemplateListBy,
|
|
279
|
+
LanguageCode,
|
|
280
|
+
M2tsAudioBufferModel,
|
|
281
|
+
M2tsAudioDuration,
|
|
282
|
+
M2tsBufferModel,
|
|
283
|
+
M2tsDataPtsControl,
|
|
284
|
+
M2tsEbpAudioInterval,
|
|
285
|
+
M2tsEbpPlacement,
|
|
286
|
+
M2tsEsRateInPes,
|
|
287
|
+
M2tsForceTsVideoEbpOrder,
|
|
288
|
+
M2tsKlvMetadata,
|
|
289
|
+
M2tsNielsenId3,
|
|
290
|
+
M2tsPcrControl,
|
|
291
|
+
M2tsPreventBufferUnderflow,
|
|
292
|
+
M2tsRateMode,
|
|
293
|
+
M2tsScte35Source,
|
|
294
|
+
M2tsSegmentationMarkers,
|
|
295
|
+
M2tsSegmentationStyle,
|
|
296
|
+
M3u8AudioDuration,
|
|
297
|
+
M3u8DataPtsControl,
|
|
298
|
+
M3u8NielsenId3,
|
|
299
|
+
M3u8PcrControl,
|
|
300
|
+
M3u8Scte35Source,
|
|
301
|
+
MatrixCoefficients,
|
|
302
|
+
MotionImageInsertionMode,
|
|
303
|
+
MotionImagePlayback,
|
|
304
|
+
MovClapAtom,
|
|
305
|
+
MovCslgAtom,
|
|
306
|
+
MovMpeg2FourCCControl,
|
|
307
|
+
MovPaddingControl,
|
|
308
|
+
MovReference,
|
|
309
|
+
Mp2AudioDescriptionMix,
|
|
310
|
+
Mp3RateControlMode,
|
|
311
|
+
Mp4C2paManifest,
|
|
312
|
+
Mp4CslgAtom,
|
|
313
|
+
Mp4FreeSpaceBox,
|
|
314
|
+
Mp4MoovPlacement,
|
|
315
|
+
MpdAccessibilityCaptionHints,
|
|
316
|
+
MpdAudioDuration,
|
|
317
|
+
MpdC2paManifest,
|
|
318
|
+
MpdCaptionContainerType,
|
|
319
|
+
MpdKlvMetadata,
|
|
320
|
+
MpdManifestMetadataSignaling,
|
|
321
|
+
MpdScte35Esam,
|
|
322
|
+
MpdScte35Source,
|
|
323
|
+
MpdTimedMetadata,
|
|
324
|
+
MpdTimedMetadataBoxVersion,
|
|
325
|
+
Mpeg2AdaptiveQuantization,
|
|
326
|
+
Mpeg2CodecLevel,
|
|
327
|
+
Mpeg2CodecProfile,
|
|
328
|
+
Mpeg2DynamicSubGop,
|
|
329
|
+
Mpeg2FramerateControl,
|
|
330
|
+
Mpeg2FramerateConversionAlgorithm,
|
|
331
|
+
Mpeg2GopSizeUnits,
|
|
332
|
+
Mpeg2InterlaceMode,
|
|
333
|
+
Mpeg2IntraDcPrecision,
|
|
334
|
+
Mpeg2ParControl,
|
|
335
|
+
Mpeg2QualityTuningLevel,
|
|
336
|
+
Mpeg2RateControlMode,
|
|
337
|
+
Mpeg2ScanTypeConversionMode,
|
|
338
|
+
Mpeg2SceneChangeDetect,
|
|
339
|
+
Mpeg2SlowPal,
|
|
340
|
+
Mpeg2SpatialAdaptiveQuantization,
|
|
341
|
+
Mpeg2Syntax,
|
|
342
|
+
Mpeg2Telecine,
|
|
343
|
+
Mpeg2TemporalAdaptiveQuantization,
|
|
344
|
+
MsSmoothAudioDeduplication,
|
|
345
|
+
MsSmoothFragmentLengthControl,
|
|
346
|
+
MsSmoothManifestEncoding,
|
|
347
|
+
MxfAfdSignaling,
|
|
348
|
+
MxfProfile,
|
|
349
|
+
MxfXavcDurationMode,
|
|
350
|
+
NielsenActiveWatermarkProcessType,
|
|
351
|
+
NielsenSourceWatermarkStatusType,
|
|
352
|
+
NielsenUniqueTicPerAudioTrackType,
|
|
353
|
+
NoiseFilterPostTemporalSharpening,
|
|
354
|
+
NoiseFilterPostTemporalSharpeningStrength,
|
|
355
|
+
NoiseReducerFilter,
|
|
356
|
+
Order,
|
|
357
|
+
OutputGroupType,
|
|
358
|
+
OutputSdt,
|
|
359
|
+
PadVideo,
|
|
360
|
+
PresetListBy,
|
|
361
|
+
PresetSpeke20Audio,
|
|
362
|
+
PresetSpeke20Video,
|
|
363
|
+
PricingPlan,
|
|
364
|
+
ProresChromaSampling,
|
|
365
|
+
ProresCodecProfile,
|
|
366
|
+
ProresFramerateControl,
|
|
367
|
+
ProresFramerateConversionAlgorithm,
|
|
368
|
+
ProresInterlaceMode,
|
|
369
|
+
ProresParControl,
|
|
370
|
+
ProresScanTypeConversionMode,
|
|
371
|
+
ProresSlowPal,
|
|
372
|
+
ProresTelecine,
|
|
373
|
+
QueueListBy,
|
|
374
|
+
QueueStatus,
|
|
375
|
+
RemoveRubyReserveAttributes,
|
|
376
|
+
RenewalType,
|
|
377
|
+
RequiredFlag,
|
|
378
|
+
ReservationPlanStatus,
|
|
379
|
+
RespondToAfd,
|
|
380
|
+
RuleType,
|
|
381
|
+
S3ObjectCannedAcl,
|
|
382
|
+
S3ServerSideEncryptionType,
|
|
383
|
+
S3StorageClass,
|
|
384
|
+
SampleRangeConversion,
|
|
385
|
+
ScalingBehavior,
|
|
386
|
+
SccDestinationFramerate,
|
|
387
|
+
ShareStatus,
|
|
388
|
+
SimulateReservedQueue,
|
|
389
|
+
SlowPalPitchCorrection,
|
|
390
|
+
SrtStylePassthrough,
|
|
391
|
+
StatusUpdateInterval,
|
|
392
|
+
TamsGapHandling,
|
|
393
|
+
TeletextPageType,
|
|
394
|
+
TimecodeBurninPosition,
|
|
395
|
+
TimecodeSource,
|
|
396
|
+
TimecodeTrack,
|
|
397
|
+
TimedMetadata,
|
|
398
|
+
TrackType,
|
|
399
|
+
TransferCharacteristics,
|
|
400
|
+
TsPtsOffset,
|
|
401
|
+
TtmlStylePassthrough,
|
|
402
|
+
Type,
|
|
403
|
+
UncompressedFourcc,
|
|
404
|
+
UncompressedFramerateControl,
|
|
405
|
+
UncompressedFramerateConversionAlgorithm,
|
|
406
|
+
UncompressedInterlaceMode,
|
|
407
|
+
UncompressedScanTypeConversionMode,
|
|
408
|
+
UncompressedSlowPal,
|
|
409
|
+
UncompressedTelecine,
|
|
410
|
+
Vc3Class,
|
|
411
|
+
Vc3FramerateControl,
|
|
412
|
+
Vc3FramerateConversionAlgorithm,
|
|
413
|
+
Vc3InterlaceMode,
|
|
414
|
+
Vc3ScanTypeConversionMode,
|
|
415
|
+
Vc3SlowPal,
|
|
416
|
+
Vc3Telecine,
|
|
417
|
+
VchipAction,
|
|
418
|
+
VideoCodec,
|
|
419
|
+
VideoOverlayPlayBackMode,
|
|
420
|
+
VideoOverlayUnit,
|
|
421
|
+
VideoSelectorMode,
|
|
422
|
+
VideoSelectorType,
|
|
423
|
+
VideoTimecodeInsertion,
|
|
424
|
+
Vp8FramerateControl,
|
|
425
|
+
Vp8FramerateConversionAlgorithm,
|
|
426
|
+
Vp8ParControl,
|
|
427
|
+
Vp8QualityTuningLevel,
|
|
428
|
+
Vp8RateControlMode,
|
|
429
|
+
Vp9FramerateControl,
|
|
430
|
+
Vp9FramerateConversionAlgorithm,
|
|
431
|
+
Vp9ParControl,
|
|
432
|
+
Vp9QualityTuningLevel,
|
|
433
|
+
Vp9RateControlMode,
|
|
434
|
+
WatermarkingStrength,
|
|
435
|
+
WavFormat,
|
|
436
|
+
WebvttAccessibilitySubs,
|
|
437
|
+
WebvttStylePassthrough,
|
|
438
|
+
Xavc4kIntraCbgProfileClass,
|
|
439
|
+
Xavc4kIntraVbrProfileClass,
|
|
440
|
+
Xavc4kProfileBitrateClass,
|
|
441
|
+
Xavc4kProfileCodecProfile,
|
|
442
|
+
Xavc4kProfileQualityTuningLevel,
|
|
443
|
+
XavcAdaptiveQuantization,
|
|
444
|
+
XavcEntropyEncoding,
|
|
445
|
+
XavcFlickerAdaptiveQuantization,
|
|
446
|
+
XavcFramerateControl,
|
|
447
|
+
XavcFramerateConversionAlgorithm,
|
|
448
|
+
XavcGopBReference,
|
|
449
|
+
XavcHdIntraCbgProfileClass,
|
|
450
|
+
XavcHdProfileBitrateClass,
|
|
451
|
+
XavcHdProfileQualityTuningLevel,
|
|
452
|
+
XavcHdProfileTelecine,
|
|
453
|
+
XavcInterlaceMode,
|
|
454
|
+
XavcProfile,
|
|
455
|
+
XavcSlowPal,
|
|
456
|
+
XavcSpatialAdaptiveQuantization,
|
|
457
|
+
XavcTemporalAdaptiveQuantization,
|
|
458
|
+
} from "./enums";
|
|
6
459
|
export interface AllowedRenditionSize {
|
|
7
460
|
Height?: number | undefined;
|
|
8
461
|
Required?: RequiredFlag | undefined;
|
|
9
462
|
Width?: number | undefined;
|
|
10
463
|
}
|
|
11
|
-
export declare const AudioChannelTag: {
|
|
12
|
-
readonly C: "C";
|
|
13
|
-
readonly CS: "CS";
|
|
14
|
-
readonly HI: "HI";
|
|
15
|
-
readonly L: "L";
|
|
16
|
-
readonly LC: "LC";
|
|
17
|
-
readonly LFE: "LFE";
|
|
18
|
-
readonly LFE2: "LFE2";
|
|
19
|
-
readonly LS: "LS";
|
|
20
|
-
readonly LSD: "LSD";
|
|
21
|
-
readonly LT: "LT";
|
|
22
|
-
readonly LW: "LW";
|
|
23
|
-
readonly M: "M";
|
|
24
|
-
readonly NAR: "NAR";
|
|
25
|
-
readonly R: "R";
|
|
26
|
-
readonly RC: "RC";
|
|
27
|
-
readonly RS: "RS";
|
|
28
|
-
readonly RSD: "RSD";
|
|
29
|
-
readonly RSL: "RSL";
|
|
30
|
-
readonly RSR: "RSR";
|
|
31
|
-
readonly RT: "RT";
|
|
32
|
-
readonly RW: "RW";
|
|
33
|
-
readonly TBC: "TBC";
|
|
34
|
-
readonly TBL: "TBL";
|
|
35
|
-
readonly TBR: "TBR";
|
|
36
|
-
readonly TCS: "TCS";
|
|
37
|
-
readonly VHC: "VHC";
|
|
38
|
-
readonly VHL: "VHL";
|
|
39
|
-
readonly VHR: "VHR";
|
|
40
|
-
};
|
|
41
|
-
export type AudioChannelTag =
|
|
42
|
-
(typeof AudioChannelTag)[keyof typeof AudioChannelTag];
|
|
43
464
|
export interface AudioChannelTaggingSettings {
|
|
44
465
|
ChannelTag?: AudioChannelTag | undefined;
|
|
45
466
|
ChannelTags?: AudioChannelTag[] | undefined;
|
|
46
467
|
}
|
|
47
|
-
export declare const AudioNormalizationAlgorithm: {
|
|
48
|
-
readonly ITU_BS_1770_1: "ITU_BS_1770_1";
|
|
49
|
-
readonly ITU_BS_1770_2: "ITU_BS_1770_2";
|
|
50
|
-
readonly ITU_BS_1770_3: "ITU_BS_1770_3";
|
|
51
|
-
readonly ITU_BS_1770_4: "ITU_BS_1770_4";
|
|
52
|
-
};
|
|
53
|
-
export type AudioNormalizationAlgorithm =
|
|
54
|
-
(typeof AudioNormalizationAlgorithm)[keyof typeof AudioNormalizationAlgorithm];
|
|
55
|
-
export declare const AudioNormalizationAlgorithmControl: {
|
|
56
|
-
readonly CORRECT_AUDIO: "CORRECT_AUDIO";
|
|
57
|
-
readonly MEASURE_ONLY: "MEASURE_ONLY";
|
|
58
|
-
};
|
|
59
|
-
export type AudioNormalizationAlgorithmControl =
|
|
60
|
-
(typeof AudioNormalizationAlgorithmControl)[keyof typeof AudioNormalizationAlgorithmControl];
|
|
61
|
-
export declare const AudioNormalizationLoudnessLogging: {
|
|
62
|
-
readonly DONT_LOG: "DONT_LOG";
|
|
63
|
-
readonly LOG: "LOG";
|
|
64
|
-
};
|
|
65
|
-
export type AudioNormalizationLoudnessLogging =
|
|
66
|
-
(typeof AudioNormalizationLoudnessLogging)[keyof typeof AudioNormalizationLoudnessLogging];
|
|
67
|
-
export declare const AudioNormalizationPeakCalculation: {
|
|
68
|
-
readonly NONE: "NONE";
|
|
69
|
-
readonly TRUE_PEAK: "TRUE_PEAK";
|
|
70
|
-
};
|
|
71
|
-
export type AudioNormalizationPeakCalculation =
|
|
72
|
-
(typeof AudioNormalizationPeakCalculation)[keyof typeof AudioNormalizationPeakCalculation];
|
|
73
468
|
export interface AudioNormalizationSettings {
|
|
74
469
|
Algorithm?: AudioNormalizationAlgorithm | undefined;
|
|
75
470
|
AlgorithmControl?: AudioNormalizationAlgorithmControl | undefined;
|
|
@@ -79,73 +474,9 @@ export interface AudioNormalizationSettings {
|
|
|
79
474
|
TargetLkfs?: number | undefined;
|
|
80
475
|
TruePeakLimiterThreshold?: number | undefined;
|
|
81
476
|
}
|
|
82
|
-
export declare const SlowPalPitchCorrection: {
|
|
83
|
-
readonly DISABLED: "DISABLED";
|
|
84
|
-
readonly ENABLED: "ENABLED";
|
|
85
|
-
};
|
|
86
|
-
export type SlowPalPitchCorrection =
|
|
87
|
-
(typeof SlowPalPitchCorrection)[keyof typeof SlowPalPitchCorrection];
|
|
88
477
|
export interface AudioPitchCorrectionSettings {
|
|
89
478
|
SlowPalPitchCorrection?: SlowPalPitchCorrection | undefined;
|
|
90
479
|
}
|
|
91
|
-
export declare const AudioTypeControl: {
|
|
92
|
-
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
93
|
-
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
94
|
-
};
|
|
95
|
-
export type AudioTypeControl =
|
|
96
|
-
(typeof AudioTypeControl)[keyof typeof AudioTypeControl];
|
|
97
|
-
export declare const AacAudioDescriptionBroadcasterMix: {
|
|
98
|
-
readonly BROADCASTER_MIXED_AD: "BROADCASTER_MIXED_AD";
|
|
99
|
-
readonly NORMAL: "NORMAL";
|
|
100
|
-
};
|
|
101
|
-
export type AacAudioDescriptionBroadcasterMix =
|
|
102
|
-
(typeof AacAudioDescriptionBroadcasterMix)[keyof typeof AacAudioDescriptionBroadcasterMix];
|
|
103
|
-
export declare const AacCodecProfile: {
|
|
104
|
-
readonly HEV1: "HEV1";
|
|
105
|
-
readonly HEV2: "HEV2";
|
|
106
|
-
readonly LC: "LC";
|
|
107
|
-
readonly XHE: "XHE";
|
|
108
|
-
};
|
|
109
|
-
export type AacCodecProfile =
|
|
110
|
-
(typeof AacCodecProfile)[keyof typeof AacCodecProfile];
|
|
111
|
-
export declare const AacCodingMode: {
|
|
112
|
-
readonly AD_RECEIVER_MIX: "AD_RECEIVER_MIX";
|
|
113
|
-
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
114
|
-
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
115
|
-
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
116
|
-
readonly CODING_MODE_5_1: "CODING_MODE_5_1";
|
|
117
|
-
};
|
|
118
|
-
export type AacCodingMode = (typeof AacCodingMode)[keyof typeof AacCodingMode];
|
|
119
|
-
export declare const AacLoudnessMeasurementMode: {
|
|
120
|
-
readonly ANCHOR: "ANCHOR";
|
|
121
|
-
readonly PROGRAM: "PROGRAM";
|
|
122
|
-
};
|
|
123
|
-
export type AacLoudnessMeasurementMode =
|
|
124
|
-
(typeof AacLoudnessMeasurementMode)[keyof typeof AacLoudnessMeasurementMode];
|
|
125
|
-
export declare const AacRateControlMode: {
|
|
126
|
-
readonly CBR: "CBR";
|
|
127
|
-
readonly VBR: "VBR";
|
|
128
|
-
};
|
|
129
|
-
export type AacRateControlMode =
|
|
130
|
-
(typeof AacRateControlMode)[keyof typeof AacRateControlMode];
|
|
131
|
-
export declare const AacRawFormat: {
|
|
132
|
-
readonly LATM_LOAS: "LATM_LOAS";
|
|
133
|
-
readonly NONE: "NONE";
|
|
134
|
-
};
|
|
135
|
-
export type AacRawFormat = (typeof AacRawFormat)[keyof typeof AacRawFormat];
|
|
136
|
-
export declare const AacSpecification: {
|
|
137
|
-
readonly MPEG2: "MPEG2";
|
|
138
|
-
readonly MPEG4: "MPEG4";
|
|
139
|
-
};
|
|
140
|
-
export type AacSpecification =
|
|
141
|
-
(typeof AacSpecification)[keyof typeof AacSpecification];
|
|
142
|
-
export declare const AacVbrQuality: {
|
|
143
|
-
readonly HIGH: "HIGH";
|
|
144
|
-
readonly LOW: "LOW";
|
|
145
|
-
readonly MEDIUM_HIGH: "MEDIUM_HIGH";
|
|
146
|
-
readonly MEDIUM_LOW: "MEDIUM_LOW";
|
|
147
|
-
};
|
|
148
|
-
export type AacVbrQuality = (typeof AacVbrQuality)[keyof typeof AacVbrQuality];
|
|
149
480
|
export interface AacSettings {
|
|
150
481
|
AudioDescriptionBroadcasterMix?:
|
|
151
482
|
| AacAudioDescriptionBroadcasterMix
|
|
@@ -162,62 +493,6 @@ export interface AacSettings {
|
|
|
162
493
|
TargetLoudnessRange?: number | undefined;
|
|
163
494
|
VbrQuality?: AacVbrQuality | undefined;
|
|
164
495
|
}
|
|
165
|
-
export declare const Ac3BitstreamMode: {
|
|
166
|
-
readonly COMMENTARY: "COMMENTARY";
|
|
167
|
-
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
168
|
-
readonly DIALOGUE: "DIALOGUE";
|
|
169
|
-
readonly EMERGENCY: "EMERGENCY";
|
|
170
|
-
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
171
|
-
readonly MUSIC_AND_EFFECTS: "MUSIC_AND_EFFECTS";
|
|
172
|
-
readonly VISUALLY_IMPAIRED: "VISUALLY_IMPAIRED";
|
|
173
|
-
readonly VOICE_OVER: "VOICE_OVER";
|
|
174
|
-
};
|
|
175
|
-
export type Ac3BitstreamMode =
|
|
176
|
-
(typeof Ac3BitstreamMode)[keyof typeof Ac3BitstreamMode];
|
|
177
|
-
export declare const Ac3CodingMode: {
|
|
178
|
-
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
179
|
-
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
180
|
-
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
181
|
-
readonly CODING_MODE_3_2_LFE: "CODING_MODE_3_2_LFE";
|
|
182
|
-
};
|
|
183
|
-
export type Ac3CodingMode = (typeof Ac3CodingMode)[keyof typeof Ac3CodingMode];
|
|
184
|
-
export declare const Ac3DynamicRangeCompressionLine: {
|
|
185
|
-
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
186
|
-
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
187
|
-
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
188
|
-
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
189
|
-
readonly NONE: "NONE";
|
|
190
|
-
readonly SPEECH: "SPEECH";
|
|
191
|
-
};
|
|
192
|
-
export type Ac3DynamicRangeCompressionLine =
|
|
193
|
-
(typeof Ac3DynamicRangeCompressionLine)[keyof typeof Ac3DynamicRangeCompressionLine];
|
|
194
|
-
export declare const Ac3DynamicRangeCompressionProfile: {
|
|
195
|
-
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
196
|
-
readonly NONE: "NONE";
|
|
197
|
-
};
|
|
198
|
-
export type Ac3DynamicRangeCompressionProfile =
|
|
199
|
-
(typeof Ac3DynamicRangeCompressionProfile)[keyof typeof Ac3DynamicRangeCompressionProfile];
|
|
200
|
-
export declare const Ac3DynamicRangeCompressionRf: {
|
|
201
|
-
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
202
|
-
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
203
|
-
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
204
|
-
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
205
|
-
readonly NONE: "NONE";
|
|
206
|
-
readonly SPEECH: "SPEECH";
|
|
207
|
-
};
|
|
208
|
-
export type Ac3DynamicRangeCompressionRf =
|
|
209
|
-
(typeof Ac3DynamicRangeCompressionRf)[keyof typeof Ac3DynamicRangeCompressionRf];
|
|
210
|
-
export declare const Ac3LfeFilter: {
|
|
211
|
-
readonly DISABLED: "DISABLED";
|
|
212
|
-
readonly ENABLED: "ENABLED";
|
|
213
|
-
};
|
|
214
|
-
export type Ac3LfeFilter = (typeof Ac3LfeFilter)[keyof typeof Ac3LfeFilter];
|
|
215
|
-
export declare const Ac3MetadataControl: {
|
|
216
|
-
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
217
|
-
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
218
|
-
};
|
|
219
|
-
export type Ac3MetadataControl =
|
|
220
|
-
(typeof Ac3MetadataControl)[keyof typeof Ac3MetadataControl];
|
|
221
496
|
export interface Ac3Settings {
|
|
222
497
|
Bitrate?: number | undefined;
|
|
223
498
|
BitstreamMode?: Ac3BitstreamMode | undefined;
|
|
@@ -237,96 +512,6 @@ export interface AiffSettings {
|
|
|
237
512
|
Channels?: number | undefined;
|
|
238
513
|
SampleRate?: number | undefined;
|
|
239
514
|
}
|
|
240
|
-
export declare const AudioCodec: {
|
|
241
|
-
readonly AAC: "AAC";
|
|
242
|
-
readonly AC3: "AC3";
|
|
243
|
-
readonly AIFF: "AIFF";
|
|
244
|
-
readonly EAC3: "EAC3";
|
|
245
|
-
readonly EAC3_ATMOS: "EAC3_ATMOS";
|
|
246
|
-
readonly FLAC: "FLAC";
|
|
247
|
-
readonly MP2: "MP2";
|
|
248
|
-
readonly MP3: "MP3";
|
|
249
|
-
readonly OPUS: "OPUS";
|
|
250
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
251
|
-
readonly VORBIS: "VORBIS";
|
|
252
|
-
readonly WAV: "WAV";
|
|
253
|
-
};
|
|
254
|
-
export type AudioCodec = (typeof AudioCodec)[keyof typeof AudioCodec];
|
|
255
|
-
export declare const Eac3AtmosBitstreamMode: {
|
|
256
|
-
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
257
|
-
};
|
|
258
|
-
export type Eac3AtmosBitstreamMode =
|
|
259
|
-
(typeof Eac3AtmosBitstreamMode)[keyof typeof Eac3AtmosBitstreamMode];
|
|
260
|
-
export declare const Eac3AtmosCodingMode: {
|
|
261
|
-
readonly CODING_MODE_5_1_4: "CODING_MODE_5_1_4";
|
|
262
|
-
readonly CODING_MODE_7_1_4: "CODING_MODE_7_1_4";
|
|
263
|
-
readonly CODING_MODE_9_1_6: "CODING_MODE_9_1_6";
|
|
264
|
-
readonly CODING_MODE_AUTO: "CODING_MODE_AUTO";
|
|
265
|
-
};
|
|
266
|
-
export type Eac3AtmosCodingMode =
|
|
267
|
-
(typeof Eac3AtmosCodingMode)[keyof typeof Eac3AtmosCodingMode];
|
|
268
|
-
export declare const Eac3AtmosDialogueIntelligence: {
|
|
269
|
-
readonly DISABLED: "DISABLED";
|
|
270
|
-
readonly ENABLED: "ENABLED";
|
|
271
|
-
};
|
|
272
|
-
export type Eac3AtmosDialogueIntelligence =
|
|
273
|
-
(typeof Eac3AtmosDialogueIntelligence)[keyof typeof Eac3AtmosDialogueIntelligence];
|
|
274
|
-
export declare const Eac3AtmosDownmixControl: {
|
|
275
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
276
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
277
|
-
};
|
|
278
|
-
export type Eac3AtmosDownmixControl =
|
|
279
|
-
(typeof Eac3AtmosDownmixControl)[keyof typeof Eac3AtmosDownmixControl];
|
|
280
|
-
export declare const Eac3AtmosDynamicRangeCompressionLine: {
|
|
281
|
-
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
282
|
-
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
283
|
-
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
284
|
-
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
285
|
-
readonly NONE: "NONE";
|
|
286
|
-
readonly SPEECH: "SPEECH";
|
|
287
|
-
};
|
|
288
|
-
export type Eac3AtmosDynamicRangeCompressionLine =
|
|
289
|
-
(typeof Eac3AtmosDynamicRangeCompressionLine)[keyof typeof Eac3AtmosDynamicRangeCompressionLine];
|
|
290
|
-
export declare const Eac3AtmosDynamicRangeCompressionRf: {
|
|
291
|
-
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
292
|
-
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
293
|
-
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
294
|
-
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
295
|
-
readonly NONE: "NONE";
|
|
296
|
-
readonly SPEECH: "SPEECH";
|
|
297
|
-
};
|
|
298
|
-
export type Eac3AtmosDynamicRangeCompressionRf =
|
|
299
|
-
(typeof Eac3AtmosDynamicRangeCompressionRf)[keyof typeof Eac3AtmosDynamicRangeCompressionRf];
|
|
300
|
-
export declare const Eac3AtmosDynamicRangeControl: {
|
|
301
|
-
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
302
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
303
|
-
};
|
|
304
|
-
export type Eac3AtmosDynamicRangeControl =
|
|
305
|
-
(typeof Eac3AtmosDynamicRangeControl)[keyof typeof Eac3AtmosDynamicRangeControl];
|
|
306
|
-
export declare const Eac3AtmosMeteringMode: {
|
|
307
|
-
readonly ITU_BS_1770_1: "ITU_BS_1770_1";
|
|
308
|
-
readonly ITU_BS_1770_2: "ITU_BS_1770_2";
|
|
309
|
-
readonly ITU_BS_1770_3: "ITU_BS_1770_3";
|
|
310
|
-
readonly ITU_BS_1770_4: "ITU_BS_1770_4";
|
|
311
|
-
readonly LEQ_A: "LEQ_A";
|
|
312
|
-
};
|
|
313
|
-
export type Eac3AtmosMeteringMode =
|
|
314
|
-
(typeof Eac3AtmosMeteringMode)[keyof typeof Eac3AtmosMeteringMode];
|
|
315
|
-
export declare const Eac3AtmosStereoDownmix: {
|
|
316
|
-
readonly DPL2: "DPL2";
|
|
317
|
-
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
318
|
-
readonly STEREO: "STEREO";
|
|
319
|
-
readonly SURROUND: "SURROUND";
|
|
320
|
-
};
|
|
321
|
-
export type Eac3AtmosStereoDownmix =
|
|
322
|
-
(typeof Eac3AtmosStereoDownmix)[keyof typeof Eac3AtmosStereoDownmix];
|
|
323
|
-
export declare const Eac3AtmosSurroundExMode: {
|
|
324
|
-
readonly DISABLED: "DISABLED";
|
|
325
|
-
readonly ENABLED: "ENABLED";
|
|
326
|
-
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
327
|
-
};
|
|
328
|
-
export type Eac3AtmosSurroundExMode =
|
|
329
|
-
(typeof Eac3AtmosSurroundExMode)[keyof typeof Eac3AtmosSurroundExMode];
|
|
330
515
|
export interface Eac3AtmosSettings {
|
|
331
516
|
Bitrate?: number | undefined;
|
|
332
517
|
BitstreamMode?: Eac3AtmosBitstreamMode | undefined;
|
|
@@ -348,104 +533,6 @@ export interface Eac3AtmosSettings {
|
|
|
348
533
|
StereoDownmix?: Eac3AtmosStereoDownmix | undefined;
|
|
349
534
|
SurroundExMode?: Eac3AtmosSurroundExMode | undefined;
|
|
350
535
|
}
|
|
351
|
-
export declare const Eac3AttenuationControl: {
|
|
352
|
-
readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
|
|
353
|
-
readonly NONE: "NONE";
|
|
354
|
-
};
|
|
355
|
-
export type Eac3AttenuationControl =
|
|
356
|
-
(typeof Eac3AttenuationControl)[keyof typeof Eac3AttenuationControl];
|
|
357
|
-
export declare const Eac3BitstreamMode: {
|
|
358
|
-
readonly COMMENTARY: "COMMENTARY";
|
|
359
|
-
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
360
|
-
readonly EMERGENCY: "EMERGENCY";
|
|
361
|
-
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
362
|
-
readonly VISUALLY_IMPAIRED: "VISUALLY_IMPAIRED";
|
|
363
|
-
};
|
|
364
|
-
export type Eac3BitstreamMode =
|
|
365
|
-
(typeof Eac3BitstreamMode)[keyof typeof Eac3BitstreamMode];
|
|
366
|
-
export declare const Eac3CodingMode: {
|
|
367
|
-
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
368
|
-
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
369
|
-
readonly CODING_MODE_3_2: "CODING_MODE_3_2";
|
|
370
|
-
};
|
|
371
|
-
export type Eac3CodingMode =
|
|
372
|
-
(typeof Eac3CodingMode)[keyof typeof Eac3CodingMode];
|
|
373
|
-
export declare const Eac3DcFilter: {
|
|
374
|
-
readonly DISABLED: "DISABLED";
|
|
375
|
-
readonly ENABLED: "ENABLED";
|
|
376
|
-
};
|
|
377
|
-
export type Eac3DcFilter = (typeof Eac3DcFilter)[keyof typeof Eac3DcFilter];
|
|
378
|
-
export declare const Eac3DynamicRangeCompressionLine: {
|
|
379
|
-
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
380
|
-
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
381
|
-
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
382
|
-
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
383
|
-
readonly NONE: "NONE";
|
|
384
|
-
readonly SPEECH: "SPEECH";
|
|
385
|
-
};
|
|
386
|
-
export type Eac3DynamicRangeCompressionLine =
|
|
387
|
-
(typeof Eac3DynamicRangeCompressionLine)[keyof typeof Eac3DynamicRangeCompressionLine];
|
|
388
|
-
export declare const Eac3DynamicRangeCompressionRf: {
|
|
389
|
-
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
390
|
-
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
391
|
-
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
392
|
-
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
393
|
-
readonly NONE: "NONE";
|
|
394
|
-
readonly SPEECH: "SPEECH";
|
|
395
|
-
};
|
|
396
|
-
export type Eac3DynamicRangeCompressionRf =
|
|
397
|
-
(typeof Eac3DynamicRangeCompressionRf)[keyof typeof Eac3DynamicRangeCompressionRf];
|
|
398
|
-
export declare const Eac3LfeControl: {
|
|
399
|
-
readonly LFE: "LFE";
|
|
400
|
-
readonly NO_LFE: "NO_LFE";
|
|
401
|
-
};
|
|
402
|
-
export type Eac3LfeControl =
|
|
403
|
-
(typeof Eac3LfeControl)[keyof typeof Eac3LfeControl];
|
|
404
|
-
export declare const Eac3LfeFilter: {
|
|
405
|
-
readonly DISABLED: "DISABLED";
|
|
406
|
-
readonly ENABLED: "ENABLED";
|
|
407
|
-
};
|
|
408
|
-
export type Eac3LfeFilter = (typeof Eac3LfeFilter)[keyof typeof Eac3LfeFilter];
|
|
409
|
-
export declare const Eac3MetadataControl: {
|
|
410
|
-
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
411
|
-
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
412
|
-
};
|
|
413
|
-
export type Eac3MetadataControl =
|
|
414
|
-
(typeof Eac3MetadataControl)[keyof typeof Eac3MetadataControl];
|
|
415
|
-
export declare const Eac3PassthroughControl: {
|
|
416
|
-
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
417
|
-
readonly WHEN_POSSIBLE: "WHEN_POSSIBLE";
|
|
418
|
-
};
|
|
419
|
-
export type Eac3PassthroughControl =
|
|
420
|
-
(typeof Eac3PassthroughControl)[keyof typeof Eac3PassthroughControl];
|
|
421
|
-
export declare const Eac3PhaseControl: {
|
|
422
|
-
readonly NO_SHIFT: "NO_SHIFT";
|
|
423
|
-
readonly SHIFT_90_DEGREES: "SHIFT_90_DEGREES";
|
|
424
|
-
};
|
|
425
|
-
export type Eac3PhaseControl =
|
|
426
|
-
(typeof Eac3PhaseControl)[keyof typeof Eac3PhaseControl];
|
|
427
|
-
export declare const Eac3StereoDownmix: {
|
|
428
|
-
readonly DPL2: "DPL2";
|
|
429
|
-
readonly LO_RO: "LO_RO";
|
|
430
|
-
readonly LT_RT: "LT_RT";
|
|
431
|
-
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
432
|
-
};
|
|
433
|
-
export type Eac3StereoDownmix =
|
|
434
|
-
(typeof Eac3StereoDownmix)[keyof typeof Eac3StereoDownmix];
|
|
435
|
-
export declare const Eac3SurroundExMode: {
|
|
436
|
-
readonly DISABLED: "DISABLED";
|
|
437
|
-
readonly ENABLED: "ENABLED";
|
|
438
|
-
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
439
|
-
};
|
|
440
|
-
export type Eac3SurroundExMode =
|
|
441
|
-
(typeof Eac3SurroundExMode)[keyof typeof Eac3SurroundExMode];
|
|
442
|
-
export declare const Eac3SurroundMode: {
|
|
443
|
-
readonly DISABLED: "DISABLED";
|
|
444
|
-
readonly ENABLED: "ENABLED";
|
|
445
|
-
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
446
|
-
};
|
|
447
|
-
export type Eac3SurroundMode =
|
|
448
|
-
(typeof Eac3SurroundMode)[keyof typeof Eac3SurroundMode];
|
|
449
536
|
export interface Eac3Settings {
|
|
450
537
|
AttenuationControl?: Eac3AttenuationControl | undefined;
|
|
451
538
|
Bitrate?: number | undefined;
|
|
@@ -474,24 +561,12 @@ export interface FlacSettings {
|
|
|
474
561
|
Channels?: number | undefined;
|
|
475
562
|
SampleRate?: number | undefined;
|
|
476
563
|
}
|
|
477
|
-
export declare const Mp2AudioDescriptionMix: {
|
|
478
|
-
readonly BROADCASTER_MIXED_AD: "BROADCASTER_MIXED_AD";
|
|
479
|
-
readonly NONE: "NONE";
|
|
480
|
-
};
|
|
481
|
-
export type Mp2AudioDescriptionMix =
|
|
482
|
-
(typeof Mp2AudioDescriptionMix)[keyof typeof Mp2AudioDescriptionMix];
|
|
483
564
|
export interface Mp2Settings {
|
|
484
565
|
AudioDescriptionMix?: Mp2AudioDescriptionMix | undefined;
|
|
485
566
|
Bitrate?: number | undefined;
|
|
486
567
|
Channels?: number | undefined;
|
|
487
568
|
SampleRate?: number | undefined;
|
|
488
569
|
}
|
|
489
|
-
export declare const Mp3RateControlMode: {
|
|
490
|
-
readonly CBR: "CBR";
|
|
491
|
-
readonly VBR: "VBR";
|
|
492
|
-
};
|
|
493
|
-
export type Mp3RateControlMode =
|
|
494
|
-
(typeof Mp3RateControlMode)[keyof typeof Mp3RateControlMode];
|
|
495
570
|
export interface Mp3Settings {
|
|
496
571
|
Bitrate?: number | undefined;
|
|
497
572
|
Channels?: number | undefined;
|
|
@@ -509,12 +584,6 @@ export interface VorbisSettings {
|
|
|
509
584
|
SampleRate?: number | undefined;
|
|
510
585
|
VbrQuality?: number | undefined;
|
|
511
586
|
}
|
|
512
|
-
export declare const WavFormat: {
|
|
513
|
-
readonly EXTENSIBLE: "EXTENSIBLE";
|
|
514
|
-
readonly RF64: "RF64";
|
|
515
|
-
readonly RIFF: "RIFF";
|
|
516
|
-
};
|
|
517
|
-
export type WavFormat = (typeof WavFormat)[keyof typeof WavFormat];
|
|
518
587
|
export interface WavSettings {
|
|
519
588
|
BitDepth?: number | undefined;
|
|
520
589
|
Channels?: number | undefined;
|
|
@@ -535,207 +604,6 @@ export interface AudioCodecSettings {
|
|
|
535
604
|
VorbisSettings?: VorbisSettings | undefined;
|
|
536
605
|
WavSettings?: WavSettings | undefined;
|
|
537
606
|
}
|
|
538
|
-
export declare const LanguageCode: {
|
|
539
|
-
readonly AAR: "AAR";
|
|
540
|
-
readonly ABK: "ABK";
|
|
541
|
-
readonly AFR: "AFR";
|
|
542
|
-
readonly AKA: "AKA";
|
|
543
|
-
readonly AMH: "AMH";
|
|
544
|
-
readonly ARA: "ARA";
|
|
545
|
-
readonly ARG: "ARG";
|
|
546
|
-
readonly ASM: "ASM";
|
|
547
|
-
readonly AVA: "AVA";
|
|
548
|
-
readonly AVE: "AVE";
|
|
549
|
-
readonly AYM: "AYM";
|
|
550
|
-
readonly AZE: "AZE";
|
|
551
|
-
readonly BAK: "BAK";
|
|
552
|
-
readonly BAM: "BAM";
|
|
553
|
-
readonly BEL: "BEL";
|
|
554
|
-
readonly BEN: "BEN";
|
|
555
|
-
readonly BIH: "BIH";
|
|
556
|
-
readonly BIS: "BIS";
|
|
557
|
-
readonly BOD: "BOD";
|
|
558
|
-
readonly BOS: "BOS";
|
|
559
|
-
readonly BRE: "BRE";
|
|
560
|
-
readonly BUL: "BUL";
|
|
561
|
-
readonly CAT: "CAT";
|
|
562
|
-
readonly CES: "CES";
|
|
563
|
-
readonly CHA: "CHA";
|
|
564
|
-
readonly CHE: "CHE";
|
|
565
|
-
readonly CHU: "CHU";
|
|
566
|
-
readonly CHV: "CHV";
|
|
567
|
-
readonly COR: "COR";
|
|
568
|
-
readonly COS: "COS";
|
|
569
|
-
readonly CRE: "CRE";
|
|
570
|
-
readonly CYM: "CYM";
|
|
571
|
-
readonly DAN: "DAN";
|
|
572
|
-
readonly DEU: "DEU";
|
|
573
|
-
readonly DIV: "DIV";
|
|
574
|
-
readonly DZO: "DZO";
|
|
575
|
-
readonly ELL: "ELL";
|
|
576
|
-
readonly ENG: "ENG";
|
|
577
|
-
readonly ENM: "ENM";
|
|
578
|
-
readonly EPO: "EPO";
|
|
579
|
-
readonly EST: "EST";
|
|
580
|
-
readonly EUS: "EUS";
|
|
581
|
-
readonly EWE: "EWE";
|
|
582
|
-
readonly FAO: "FAO";
|
|
583
|
-
readonly FAS: "FAS";
|
|
584
|
-
readonly FIJ: "FIJ";
|
|
585
|
-
readonly FIN: "FIN";
|
|
586
|
-
readonly FRA: "FRA";
|
|
587
|
-
readonly FRM: "FRM";
|
|
588
|
-
readonly FRY: "FRY";
|
|
589
|
-
readonly FUL: "FUL";
|
|
590
|
-
readonly GER: "GER";
|
|
591
|
-
readonly GLA: "GLA";
|
|
592
|
-
readonly GLE: "GLE";
|
|
593
|
-
readonly GLG: "GLG";
|
|
594
|
-
readonly GLV: "GLV";
|
|
595
|
-
readonly GRN: "GRN";
|
|
596
|
-
readonly GUJ: "GUJ";
|
|
597
|
-
readonly HAT: "HAT";
|
|
598
|
-
readonly HAU: "HAU";
|
|
599
|
-
readonly HEB: "HEB";
|
|
600
|
-
readonly HER: "HER";
|
|
601
|
-
readonly HIN: "HIN";
|
|
602
|
-
readonly HMO: "HMO";
|
|
603
|
-
readonly HRV: "HRV";
|
|
604
|
-
readonly HUN: "HUN";
|
|
605
|
-
readonly HYE: "HYE";
|
|
606
|
-
readonly IBO: "IBO";
|
|
607
|
-
readonly IDO: "IDO";
|
|
608
|
-
readonly III: "III";
|
|
609
|
-
readonly IKU: "IKU";
|
|
610
|
-
readonly ILE: "ILE";
|
|
611
|
-
readonly INA: "INA";
|
|
612
|
-
readonly IND: "IND";
|
|
613
|
-
readonly IPK: "IPK";
|
|
614
|
-
readonly ISL: "ISL";
|
|
615
|
-
readonly ITA: "ITA";
|
|
616
|
-
readonly JAV: "JAV";
|
|
617
|
-
readonly JPN: "JPN";
|
|
618
|
-
readonly KAL: "KAL";
|
|
619
|
-
readonly KAN: "KAN";
|
|
620
|
-
readonly KAS: "KAS";
|
|
621
|
-
readonly KAT: "KAT";
|
|
622
|
-
readonly KAU: "KAU";
|
|
623
|
-
readonly KAZ: "KAZ";
|
|
624
|
-
readonly KHM: "KHM";
|
|
625
|
-
readonly KIK: "KIK";
|
|
626
|
-
readonly KIN: "KIN";
|
|
627
|
-
readonly KIR: "KIR";
|
|
628
|
-
readonly KOM: "KOM";
|
|
629
|
-
readonly KON: "KON";
|
|
630
|
-
readonly KOR: "KOR";
|
|
631
|
-
readonly KUA: "KUA";
|
|
632
|
-
readonly KUR: "KUR";
|
|
633
|
-
readonly LAO: "LAO";
|
|
634
|
-
readonly LAT: "LAT";
|
|
635
|
-
readonly LAV: "LAV";
|
|
636
|
-
readonly LIM: "LIM";
|
|
637
|
-
readonly LIN: "LIN";
|
|
638
|
-
readonly LIT: "LIT";
|
|
639
|
-
readonly LTZ: "LTZ";
|
|
640
|
-
readonly LUB: "LUB";
|
|
641
|
-
readonly LUG: "LUG";
|
|
642
|
-
readonly MAH: "MAH";
|
|
643
|
-
readonly MAL: "MAL";
|
|
644
|
-
readonly MAR: "MAR";
|
|
645
|
-
readonly MKD: "MKD";
|
|
646
|
-
readonly MLG: "MLG";
|
|
647
|
-
readonly MLT: "MLT";
|
|
648
|
-
readonly MON: "MON";
|
|
649
|
-
readonly MRI: "MRI";
|
|
650
|
-
readonly MSA: "MSA";
|
|
651
|
-
readonly MYA: "MYA";
|
|
652
|
-
readonly NAU: "NAU";
|
|
653
|
-
readonly NAV: "NAV";
|
|
654
|
-
readonly NBL: "NBL";
|
|
655
|
-
readonly NDE: "NDE";
|
|
656
|
-
readonly NDO: "NDO";
|
|
657
|
-
readonly NEP: "NEP";
|
|
658
|
-
readonly NLD: "NLD";
|
|
659
|
-
readonly NNO: "NNO";
|
|
660
|
-
readonly NOB: "NOB";
|
|
661
|
-
readonly NOR: "NOR";
|
|
662
|
-
readonly NYA: "NYA";
|
|
663
|
-
readonly OCI: "OCI";
|
|
664
|
-
readonly OJI: "OJI";
|
|
665
|
-
readonly ORI: "ORI";
|
|
666
|
-
readonly ORJ: "ORJ";
|
|
667
|
-
readonly ORM: "ORM";
|
|
668
|
-
readonly OSS: "OSS";
|
|
669
|
-
readonly PAN: "PAN";
|
|
670
|
-
readonly PLI: "PLI";
|
|
671
|
-
readonly POL: "POL";
|
|
672
|
-
readonly POR: "POR";
|
|
673
|
-
readonly PUS: "PUS";
|
|
674
|
-
readonly QAA: "QAA";
|
|
675
|
-
readonly QPC: "QPC";
|
|
676
|
-
readonly QUE: "QUE";
|
|
677
|
-
readonly ROH: "ROH";
|
|
678
|
-
readonly RON: "RON";
|
|
679
|
-
readonly RUN: "RUN";
|
|
680
|
-
readonly RUS: "RUS";
|
|
681
|
-
readonly SAG: "SAG";
|
|
682
|
-
readonly SAN: "SAN";
|
|
683
|
-
readonly SIN: "SIN";
|
|
684
|
-
readonly SLK: "SLK";
|
|
685
|
-
readonly SLV: "SLV";
|
|
686
|
-
readonly SME: "SME";
|
|
687
|
-
readonly SMO: "SMO";
|
|
688
|
-
readonly SNA: "SNA";
|
|
689
|
-
readonly SND: "SND";
|
|
690
|
-
readonly SOM: "SOM";
|
|
691
|
-
readonly SOT: "SOT";
|
|
692
|
-
readonly SPA: "SPA";
|
|
693
|
-
readonly SQI: "SQI";
|
|
694
|
-
readonly SRB: "SRB";
|
|
695
|
-
readonly SRD: "SRD";
|
|
696
|
-
readonly SRP: "SRP";
|
|
697
|
-
readonly SSW: "SSW";
|
|
698
|
-
readonly SUN: "SUN";
|
|
699
|
-
readonly SWA: "SWA";
|
|
700
|
-
readonly SWE: "SWE";
|
|
701
|
-
readonly TAH: "TAH";
|
|
702
|
-
readonly TAM: "TAM";
|
|
703
|
-
readonly TAT: "TAT";
|
|
704
|
-
readonly TEL: "TEL";
|
|
705
|
-
readonly TGK: "TGK";
|
|
706
|
-
readonly TGL: "TGL";
|
|
707
|
-
readonly THA: "THA";
|
|
708
|
-
readonly TIR: "TIR";
|
|
709
|
-
readonly TNG: "TNG";
|
|
710
|
-
readonly TON: "TON";
|
|
711
|
-
readonly TSN: "TSN";
|
|
712
|
-
readonly TSO: "TSO";
|
|
713
|
-
readonly TUK: "TUK";
|
|
714
|
-
readonly TUR: "TUR";
|
|
715
|
-
readonly TWI: "TWI";
|
|
716
|
-
readonly UIG: "UIG";
|
|
717
|
-
readonly UKR: "UKR";
|
|
718
|
-
readonly URD: "URD";
|
|
719
|
-
readonly UZB: "UZB";
|
|
720
|
-
readonly VEN: "VEN";
|
|
721
|
-
readonly VIE: "VIE";
|
|
722
|
-
readonly VOL: "VOL";
|
|
723
|
-
readonly WLN: "WLN";
|
|
724
|
-
readonly WOL: "WOL";
|
|
725
|
-
readonly XHO: "XHO";
|
|
726
|
-
readonly YID: "YID";
|
|
727
|
-
readonly YOR: "YOR";
|
|
728
|
-
readonly ZHA: "ZHA";
|
|
729
|
-
readonly ZHO: "ZHO";
|
|
730
|
-
readonly ZUL: "ZUL";
|
|
731
|
-
};
|
|
732
|
-
export type LanguageCode = (typeof LanguageCode)[keyof typeof LanguageCode];
|
|
733
|
-
export declare const AudioLanguageCodeControl: {
|
|
734
|
-
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
735
|
-
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
736
|
-
};
|
|
737
|
-
export type AudioLanguageCodeControl =
|
|
738
|
-
(typeof AudioLanguageCodeControl)[keyof typeof AudioLanguageCodeControl];
|
|
739
607
|
export interface OutputChannelMapping {
|
|
740
608
|
InputChannels?: number[] | undefined;
|
|
741
609
|
InputChannelsFineTune?: number[] | undefined;
|
|
@@ -776,13 +644,6 @@ export interface MinTopRenditionSize {
|
|
|
776
644
|
Height?: number | undefined;
|
|
777
645
|
Width?: number | undefined;
|
|
778
646
|
}
|
|
779
|
-
export declare const RuleType: {
|
|
780
|
-
readonly ALLOWED_RENDITIONS: "ALLOWED_RENDITIONS";
|
|
781
|
-
readonly FORCE_INCLUDE_RENDITIONS: "FORCE_INCLUDE_RENDITIONS";
|
|
782
|
-
readonly MIN_BOTTOM_RENDITION_SIZE: "MIN_BOTTOM_RENDITION_SIZE";
|
|
783
|
-
readonly MIN_TOP_RENDITION_SIZE: "MIN_TOP_RENDITION_SIZE";
|
|
784
|
-
};
|
|
785
|
-
export type RuleType = (typeof RuleType)[keyof typeof RuleType];
|
|
786
647
|
export interface AutomatedAbrRule {
|
|
787
648
|
AllowedRenditions?: AllowedRenditionSize[] | undefined;
|
|
788
649
|
ForceIncludeRenditions?: ForceIncludeRenditionSize[] | undefined;
|
|
@@ -790,92 +651,6 @@ export interface AutomatedAbrRule {
|
|
|
790
651
|
MinTopRenditionSize?: MinTopRenditionSize | undefined;
|
|
791
652
|
Type?: RuleType | undefined;
|
|
792
653
|
}
|
|
793
|
-
export declare const BurninSubtitleAlignment: {
|
|
794
|
-
readonly AUTO: "AUTO";
|
|
795
|
-
readonly CENTERED: "CENTERED";
|
|
796
|
-
readonly LEFT: "LEFT";
|
|
797
|
-
};
|
|
798
|
-
export type BurninSubtitleAlignment =
|
|
799
|
-
(typeof BurninSubtitleAlignment)[keyof typeof BurninSubtitleAlignment];
|
|
800
|
-
export declare const BurninSubtitleApplyFontColor: {
|
|
801
|
-
readonly ALL_TEXT: "ALL_TEXT";
|
|
802
|
-
readonly WHITE_TEXT_ONLY: "WHITE_TEXT_ONLY";
|
|
803
|
-
};
|
|
804
|
-
export type BurninSubtitleApplyFontColor =
|
|
805
|
-
(typeof BurninSubtitleApplyFontColor)[keyof typeof BurninSubtitleApplyFontColor];
|
|
806
|
-
export declare const BurninSubtitleBackgroundColor: {
|
|
807
|
-
readonly AUTO: "AUTO";
|
|
808
|
-
readonly BLACK: "BLACK";
|
|
809
|
-
readonly NONE: "NONE";
|
|
810
|
-
readonly WHITE: "WHITE";
|
|
811
|
-
};
|
|
812
|
-
export type BurninSubtitleBackgroundColor =
|
|
813
|
-
(typeof BurninSubtitleBackgroundColor)[keyof typeof BurninSubtitleBackgroundColor];
|
|
814
|
-
export declare const BurninSubtitleFallbackFont: {
|
|
815
|
-
readonly BEST_MATCH: "BEST_MATCH";
|
|
816
|
-
readonly MONOSPACED_SANSSERIF: "MONOSPACED_SANSSERIF";
|
|
817
|
-
readonly MONOSPACED_SERIF: "MONOSPACED_SERIF";
|
|
818
|
-
readonly PROPORTIONAL_SANSSERIF: "PROPORTIONAL_SANSSERIF";
|
|
819
|
-
readonly PROPORTIONAL_SERIF: "PROPORTIONAL_SERIF";
|
|
820
|
-
};
|
|
821
|
-
export type BurninSubtitleFallbackFont =
|
|
822
|
-
(typeof BurninSubtitleFallbackFont)[keyof typeof BurninSubtitleFallbackFont];
|
|
823
|
-
export declare const BurninSubtitleFontColor: {
|
|
824
|
-
readonly AUTO: "AUTO";
|
|
825
|
-
readonly BLACK: "BLACK";
|
|
826
|
-
readonly BLUE: "BLUE";
|
|
827
|
-
readonly GREEN: "GREEN";
|
|
828
|
-
readonly HEX: "HEX";
|
|
829
|
-
readonly RED: "RED";
|
|
830
|
-
readonly WHITE: "WHITE";
|
|
831
|
-
readonly YELLOW: "YELLOW";
|
|
832
|
-
};
|
|
833
|
-
export type BurninSubtitleFontColor =
|
|
834
|
-
(typeof BurninSubtitleFontColor)[keyof typeof BurninSubtitleFontColor];
|
|
835
|
-
export declare const FontScript: {
|
|
836
|
-
readonly AUTOMATIC: "AUTOMATIC";
|
|
837
|
-
readonly HANS: "HANS";
|
|
838
|
-
readonly HANT: "HANT";
|
|
839
|
-
};
|
|
840
|
-
export type FontScript = (typeof FontScript)[keyof typeof FontScript];
|
|
841
|
-
export declare const BurninSubtitleOutlineColor: {
|
|
842
|
-
readonly AUTO: "AUTO";
|
|
843
|
-
readonly BLACK: "BLACK";
|
|
844
|
-
readonly BLUE: "BLUE";
|
|
845
|
-
readonly GREEN: "GREEN";
|
|
846
|
-
readonly RED: "RED";
|
|
847
|
-
readonly WHITE: "WHITE";
|
|
848
|
-
readonly YELLOW: "YELLOW";
|
|
849
|
-
};
|
|
850
|
-
export type BurninSubtitleOutlineColor =
|
|
851
|
-
(typeof BurninSubtitleOutlineColor)[keyof typeof BurninSubtitleOutlineColor];
|
|
852
|
-
export declare const RemoveRubyReserveAttributes: {
|
|
853
|
-
readonly DISABLED: "DISABLED";
|
|
854
|
-
readonly ENABLED: "ENABLED";
|
|
855
|
-
};
|
|
856
|
-
export type RemoveRubyReserveAttributes =
|
|
857
|
-
(typeof RemoveRubyReserveAttributes)[keyof typeof RemoveRubyReserveAttributes];
|
|
858
|
-
export declare const BurninSubtitleShadowColor: {
|
|
859
|
-
readonly AUTO: "AUTO";
|
|
860
|
-
readonly BLACK: "BLACK";
|
|
861
|
-
readonly NONE: "NONE";
|
|
862
|
-
readonly WHITE: "WHITE";
|
|
863
|
-
};
|
|
864
|
-
export type BurninSubtitleShadowColor =
|
|
865
|
-
(typeof BurninSubtitleShadowColor)[keyof typeof BurninSubtitleShadowColor];
|
|
866
|
-
export declare const BurnInSubtitleStylePassthrough: {
|
|
867
|
-
readonly DISABLED: "DISABLED";
|
|
868
|
-
readonly ENABLED: "ENABLED";
|
|
869
|
-
};
|
|
870
|
-
export type BurnInSubtitleStylePassthrough =
|
|
871
|
-
(typeof BurnInSubtitleStylePassthrough)[keyof typeof BurnInSubtitleStylePassthrough];
|
|
872
|
-
export declare const BurninSubtitleTeletextSpacing: {
|
|
873
|
-
readonly AUTO: "AUTO";
|
|
874
|
-
readonly FIXED_GRID: "FIXED_GRID";
|
|
875
|
-
readonly PROPORTIONAL: "PROPORTIONAL";
|
|
876
|
-
};
|
|
877
|
-
export type BurninSubtitleTeletextSpacing =
|
|
878
|
-
(typeof BurninSubtitleTeletextSpacing)[keyof typeof BurninSubtitleTeletextSpacing];
|
|
879
654
|
export interface BurninDestinationSettings {
|
|
880
655
|
Alignment?: BurninSubtitleAlignment | undefined;
|
|
881
656
|
ApplyFontColor?: BurninSubtitleApplyFontColor | undefined;
|
|
@@ -904,110 +679,6 @@ export interface BurninDestinationSettings {
|
|
|
904
679
|
XPosition?: number | undefined;
|
|
905
680
|
YPosition?: number | undefined;
|
|
906
681
|
}
|
|
907
|
-
export declare const CaptionDestinationType: {
|
|
908
|
-
readonly BURN_IN: "BURN_IN";
|
|
909
|
-
readonly DVB_SUB: "DVB_SUB";
|
|
910
|
-
readonly EMBEDDED: "EMBEDDED";
|
|
911
|
-
readonly EMBEDDED_PLUS_SCTE20: "EMBEDDED_PLUS_SCTE20";
|
|
912
|
-
readonly IMSC: "IMSC";
|
|
913
|
-
readonly SCC: "SCC";
|
|
914
|
-
readonly SCTE20_PLUS_EMBEDDED: "SCTE20_PLUS_EMBEDDED";
|
|
915
|
-
readonly SMI: "SMI";
|
|
916
|
-
readonly SRT: "SRT";
|
|
917
|
-
readonly TELETEXT: "TELETEXT";
|
|
918
|
-
readonly TTML: "TTML";
|
|
919
|
-
readonly WEBVTT: "WEBVTT";
|
|
920
|
-
};
|
|
921
|
-
export type CaptionDestinationType =
|
|
922
|
-
(typeof CaptionDestinationType)[keyof typeof CaptionDestinationType];
|
|
923
|
-
export declare const DvbSubtitleAlignment: {
|
|
924
|
-
readonly AUTO: "AUTO";
|
|
925
|
-
readonly CENTERED: "CENTERED";
|
|
926
|
-
readonly LEFT: "LEFT";
|
|
927
|
-
};
|
|
928
|
-
export type DvbSubtitleAlignment =
|
|
929
|
-
(typeof DvbSubtitleAlignment)[keyof typeof DvbSubtitleAlignment];
|
|
930
|
-
export declare const DvbSubtitleApplyFontColor: {
|
|
931
|
-
readonly ALL_TEXT: "ALL_TEXT";
|
|
932
|
-
readonly WHITE_TEXT_ONLY: "WHITE_TEXT_ONLY";
|
|
933
|
-
};
|
|
934
|
-
export type DvbSubtitleApplyFontColor =
|
|
935
|
-
(typeof DvbSubtitleApplyFontColor)[keyof typeof DvbSubtitleApplyFontColor];
|
|
936
|
-
export declare const DvbSubtitleBackgroundColor: {
|
|
937
|
-
readonly AUTO: "AUTO";
|
|
938
|
-
readonly BLACK: "BLACK";
|
|
939
|
-
readonly NONE: "NONE";
|
|
940
|
-
readonly WHITE: "WHITE";
|
|
941
|
-
};
|
|
942
|
-
export type DvbSubtitleBackgroundColor =
|
|
943
|
-
(typeof DvbSubtitleBackgroundColor)[keyof typeof DvbSubtitleBackgroundColor];
|
|
944
|
-
export declare const DvbddsHandling: {
|
|
945
|
-
readonly NONE: "NONE";
|
|
946
|
-
readonly NO_DISPLAY_WINDOW: "NO_DISPLAY_WINDOW";
|
|
947
|
-
readonly SPECIFIED: "SPECIFIED";
|
|
948
|
-
readonly SPECIFIED_OPTIMAL: "SPECIFIED_OPTIMAL";
|
|
949
|
-
};
|
|
950
|
-
export type DvbddsHandling =
|
|
951
|
-
(typeof DvbddsHandling)[keyof typeof DvbddsHandling];
|
|
952
|
-
export declare const DvbSubSubtitleFallbackFont: {
|
|
953
|
-
readonly BEST_MATCH: "BEST_MATCH";
|
|
954
|
-
readonly MONOSPACED_SANSSERIF: "MONOSPACED_SANSSERIF";
|
|
955
|
-
readonly MONOSPACED_SERIF: "MONOSPACED_SERIF";
|
|
956
|
-
readonly PROPORTIONAL_SANSSERIF: "PROPORTIONAL_SANSSERIF";
|
|
957
|
-
readonly PROPORTIONAL_SERIF: "PROPORTIONAL_SERIF";
|
|
958
|
-
};
|
|
959
|
-
export type DvbSubSubtitleFallbackFont =
|
|
960
|
-
(typeof DvbSubSubtitleFallbackFont)[keyof typeof DvbSubSubtitleFallbackFont];
|
|
961
|
-
export declare const DvbSubtitleFontColor: {
|
|
962
|
-
readonly AUTO: "AUTO";
|
|
963
|
-
readonly BLACK: "BLACK";
|
|
964
|
-
readonly BLUE: "BLUE";
|
|
965
|
-
readonly GREEN: "GREEN";
|
|
966
|
-
readonly HEX: "HEX";
|
|
967
|
-
readonly RED: "RED";
|
|
968
|
-
readonly WHITE: "WHITE";
|
|
969
|
-
readonly YELLOW: "YELLOW";
|
|
970
|
-
};
|
|
971
|
-
export type DvbSubtitleFontColor =
|
|
972
|
-
(typeof DvbSubtitleFontColor)[keyof typeof DvbSubtitleFontColor];
|
|
973
|
-
export declare const DvbSubtitleOutlineColor: {
|
|
974
|
-
readonly AUTO: "AUTO";
|
|
975
|
-
readonly BLACK: "BLACK";
|
|
976
|
-
readonly BLUE: "BLUE";
|
|
977
|
-
readonly GREEN: "GREEN";
|
|
978
|
-
readonly RED: "RED";
|
|
979
|
-
readonly WHITE: "WHITE";
|
|
980
|
-
readonly YELLOW: "YELLOW";
|
|
981
|
-
};
|
|
982
|
-
export type DvbSubtitleOutlineColor =
|
|
983
|
-
(typeof DvbSubtitleOutlineColor)[keyof typeof DvbSubtitleOutlineColor];
|
|
984
|
-
export declare const DvbSubtitleShadowColor: {
|
|
985
|
-
readonly AUTO: "AUTO";
|
|
986
|
-
readonly BLACK: "BLACK";
|
|
987
|
-
readonly NONE: "NONE";
|
|
988
|
-
readonly WHITE: "WHITE";
|
|
989
|
-
};
|
|
990
|
-
export type DvbSubtitleShadowColor =
|
|
991
|
-
(typeof DvbSubtitleShadowColor)[keyof typeof DvbSubtitleShadowColor];
|
|
992
|
-
export declare const DvbSubtitleStylePassthrough: {
|
|
993
|
-
readonly DISABLED: "DISABLED";
|
|
994
|
-
readonly ENABLED: "ENABLED";
|
|
995
|
-
};
|
|
996
|
-
export type DvbSubtitleStylePassthrough =
|
|
997
|
-
(typeof DvbSubtitleStylePassthrough)[keyof typeof DvbSubtitleStylePassthrough];
|
|
998
|
-
export declare const DvbSubtitlingType: {
|
|
999
|
-
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
1000
|
-
readonly STANDARD: "STANDARD";
|
|
1001
|
-
};
|
|
1002
|
-
export type DvbSubtitlingType =
|
|
1003
|
-
(typeof DvbSubtitlingType)[keyof typeof DvbSubtitlingType];
|
|
1004
|
-
export declare const DvbSubtitleTeletextSpacing: {
|
|
1005
|
-
readonly AUTO: "AUTO";
|
|
1006
|
-
readonly FIXED_GRID: "FIXED_GRID";
|
|
1007
|
-
readonly PROPORTIONAL: "PROPORTIONAL";
|
|
1008
|
-
};
|
|
1009
|
-
export type DvbSubtitleTeletextSpacing =
|
|
1010
|
-
(typeof DvbSubtitleTeletextSpacing)[keyof typeof DvbSubtitleTeletextSpacing];
|
|
1011
682
|
export interface DvbSubDestinationSettings {
|
|
1012
683
|
Alignment?: DvbSubtitleAlignment | undefined;
|
|
1013
684
|
ApplyFontColor?: DvbSubtitleApplyFontColor | undefined;
|
|
@@ -1045,79 +716,23 @@ export interface EmbeddedDestinationSettings {
|
|
|
1045
716
|
Destination608ChannelNumber?: number | undefined;
|
|
1046
717
|
Destination708ServiceNumber?: number | undefined;
|
|
1047
718
|
}
|
|
1048
|
-
export declare const ImscAccessibilitySubs: {
|
|
1049
|
-
readonly DISABLED: "DISABLED";
|
|
1050
|
-
readonly ENABLED: "ENABLED";
|
|
1051
|
-
};
|
|
1052
|
-
export type ImscAccessibilitySubs =
|
|
1053
|
-
(typeof ImscAccessibilitySubs)[keyof typeof ImscAccessibilitySubs];
|
|
1054
|
-
export declare const ImscStylePassthrough: {
|
|
1055
|
-
readonly DISABLED: "DISABLED";
|
|
1056
|
-
readonly ENABLED: "ENABLED";
|
|
1057
|
-
};
|
|
1058
|
-
export type ImscStylePassthrough =
|
|
1059
|
-
(typeof ImscStylePassthrough)[keyof typeof ImscStylePassthrough];
|
|
1060
719
|
export interface ImscDestinationSettings {
|
|
1061
720
|
Accessibility?: ImscAccessibilitySubs | undefined;
|
|
1062
721
|
StylePassthrough?: ImscStylePassthrough | undefined;
|
|
1063
722
|
}
|
|
1064
|
-
export declare const SccDestinationFramerate: {
|
|
1065
|
-
readonly FRAMERATE_23_97: "FRAMERATE_23_97";
|
|
1066
|
-
readonly FRAMERATE_24: "FRAMERATE_24";
|
|
1067
|
-
readonly FRAMERATE_25: "FRAMERATE_25";
|
|
1068
|
-
readonly FRAMERATE_29_97_DROPFRAME: "FRAMERATE_29_97_DROPFRAME";
|
|
1069
|
-
readonly FRAMERATE_29_97_NON_DROPFRAME: "FRAMERATE_29_97_NON_DROPFRAME";
|
|
1070
|
-
};
|
|
1071
|
-
export type SccDestinationFramerate =
|
|
1072
|
-
(typeof SccDestinationFramerate)[keyof typeof SccDestinationFramerate];
|
|
1073
723
|
export interface SccDestinationSettings {
|
|
1074
724
|
Framerate?: SccDestinationFramerate | undefined;
|
|
1075
725
|
}
|
|
1076
|
-
export declare const SrtStylePassthrough: {
|
|
1077
|
-
readonly DISABLED: "DISABLED";
|
|
1078
|
-
readonly ENABLED: "ENABLED";
|
|
1079
|
-
};
|
|
1080
|
-
export type SrtStylePassthrough =
|
|
1081
|
-
(typeof SrtStylePassthrough)[keyof typeof SrtStylePassthrough];
|
|
1082
726
|
export interface SrtDestinationSettings {
|
|
1083
727
|
StylePassthrough?: SrtStylePassthrough | undefined;
|
|
1084
728
|
}
|
|
1085
|
-
export declare const TeletextPageType: {
|
|
1086
|
-
readonly PAGE_TYPE_ADDL_INFO: "PAGE_TYPE_ADDL_INFO";
|
|
1087
|
-
readonly PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE: "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE";
|
|
1088
|
-
readonly PAGE_TYPE_INITIAL: "PAGE_TYPE_INITIAL";
|
|
1089
|
-
readonly PAGE_TYPE_PROGRAM_SCHEDULE: "PAGE_TYPE_PROGRAM_SCHEDULE";
|
|
1090
|
-
readonly PAGE_TYPE_SUBTITLE: "PAGE_TYPE_SUBTITLE";
|
|
1091
|
-
};
|
|
1092
|
-
export type TeletextPageType =
|
|
1093
|
-
(typeof TeletextPageType)[keyof typeof TeletextPageType];
|
|
1094
729
|
export interface TeletextDestinationSettings {
|
|
1095
730
|
PageNumber?: string | undefined;
|
|
1096
731
|
PageTypes?: TeletextPageType[] | undefined;
|
|
1097
732
|
}
|
|
1098
|
-
export declare const TtmlStylePassthrough: {
|
|
1099
|
-
readonly DISABLED: "DISABLED";
|
|
1100
|
-
readonly ENABLED: "ENABLED";
|
|
1101
|
-
};
|
|
1102
|
-
export type TtmlStylePassthrough =
|
|
1103
|
-
(typeof TtmlStylePassthrough)[keyof typeof TtmlStylePassthrough];
|
|
1104
733
|
export interface TtmlDestinationSettings {
|
|
1105
734
|
StylePassthrough?: TtmlStylePassthrough | undefined;
|
|
1106
735
|
}
|
|
1107
|
-
export declare const WebvttAccessibilitySubs: {
|
|
1108
|
-
readonly DISABLED: "DISABLED";
|
|
1109
|
-
readonly ENABLED: "ENABLED";
|
|
1110
|
-
};
|
|
1111
|
-
export type WebvttAccessibilitySubs =
|
|
1112
|
-
(typeof WebvttAccessibilitySubs)[keyof typeof WebvttAccessibilitySubs];
|
|
1113
|
-
export declare const WebvttStylePassthrough: {
|
|
1114
|
-
readonly DISABLED: "DISABLED";
|
|
1115
|
-
readonly ENABLED: "ENABLED";
|
|
1116
|
-
readonly MERGE: "MERGE";
|
|
1117
|
-
readonly STRICT: "STRICT";
|
|
1118
|
-
};
|
|
1119
|
-
export type WebvttStylePassthrough =
|
|
1120
|
-
(typeof WebvttStylePassthrough)[keyof typeof WebvttStylePassthrough];
|
|
1121
736
|
export interface WebvttDestinationSettings {
|
|
1122
737
|
Accessibility?: WebvttAccessibilitySubs | undefined;
|
|
1123
738
|
StylePassthrough?: WebvttStylePassthrough | undefined;
|
|
@@ -1151,17 +766,6 @@ export interface CmafAdditionalManifest {
|
|
|
1151
766
|
ManifestNameModifier?: string | undefined;
|
|
1152
767
|
SelectedOutputs?: string[] | undefined;
|
|
1153
768
|
}
|
|
1154
|
-
export declare const ColorSpace: {
|
|
1155
|
-
readonly FOLLOW: "FOLLOW";
|
|
1156
|
-
readonly HDR10: "HDR10";
|
|
1157
|
-
readonly HLG_2020: "HLG_2020";
|
|
1158
|
-
readonly P3D65_HDR: "P3D65_HDR";
|
|
1159
|
-
readonly P3D65_SDR: "P3D65_SDR";
|
|
1160
|
-
readonly P3DCI: "P3DCI";
|
|
1161
|
-
readonly REC_601: "REC_601";
|
|
1162
|
-
readonly REC_709: "REC_709";
|
|
1163
|
-
};
|
|
1164
|
-
export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
|
|
1165
769
|
export interface ColorConversion3DLUTSetting {
|
|
1166
770
|
FileInput?: string | undefined;
|
|
1167
771
|
InputColorSpace?: ColorSpace | undefined;
|
|
@@ -1176,26 +780,10 @@ export interface DashAdditionalManifest {
|
|
|
1176
780
|
export interface Endpoint {
|
|
1177
781
|
Url?: string | undefined;
|
|
1178
782
|
}
|
|
1179
|
-
export declare const FrameMetricType: {
|
|
1180
|
-
readonly MS_SSIM: "MS_SSIM";
|
|
1181
|
-
readonly PSNR: "PSNR";
|
|
1182
|
-
readonly PSNR_HVS: "PSNR_HVS";
|
|
1183
|
-
readonly QVBR: "QVBR";
|
|
1184
|
-
readonly SHOT_CHANGE: "SHOT_CHANGE";
|
|
1185
|
-
readonly SSIM: "SSIM";
|
|
1186
|
-
readonly VMAF: "VMAF";
|
|
1187
|
-
};
|
|
1188
|
-
export type FrameMetricType =
|
|
1189
|
-
(typeof FrameMetricType)[keyof typeof FrameMetricType];
|
|
1190
783
|
export interface HlsAdditionalManifest {
|
|
1191
784
|
ManifestNameModifier?: string | undefined;
|
|
1192
785
|
SelectedOutputs?: string[] | undefined;
|
|
1193
786
|
}
|
|
1194
|
-
export declare const HlsAdMarkers: {
|
|
1195
|
-
readonly ELEMENTAL: "ELEMENTAL";
|
|
1196
|
-
readonly ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35";
|
|
1197
|
-
};
|
|
1198
|
-
export type HlsAdMarkers = (typeof HlsAdMarkers)[keyof typeof HlsAdMarkers];
|
|
1199
787
|
export interface HlsCaptionLanguageMapping {
|
|
1200
788
|
CaptionChannel?: number | undefined;
|
|
1201
789
|
CustomLanguageCode?: string | undefined;
|
|
@@ -1211,25 +799,6 @@ export interface Id3Insertion {
|
|
|
1211
799
|
Id3?: string | undefined;
|
|
1212
800
|
Timecode?: string | undefined;
|
|
1213
801
|
}
|
|
1214
|
-
export declare const AdvancedInputFilter: {
|
|
1215
|
-
readonly DISABLED: "DISABLED";
|
|
1216
|
-
readonly ENABLED: "ENABLED";
|
|
1217
|
-
};
|
|
1218
|
-
export type AdvancedInputFilter =
|
|
1219
|
-
(typeof AdvancedInputFilter)[keyof typeof AdvancedInputFilter];
|
|
1220
|
-
export declare const AdvancedInputFilterAddTexture: {
|
|
1221
|
-
readonly DISABLED: "DISABLED";
|
|
1222
|
-
readonly ENABLED: "ENABLED";
|
|
1223
|
-
};
|
|
1224
|
-
export type AdvancedInputFilterAddTexture =
|
|
1225
|
-
(typeof AdvancedInputFilterAddTexture)[keyof typeof AdvancedInputFilterAddTexture];
|
|
1226
|
-
export declare const AdvancedInputFilterSharpen: {
|
|
1227
|
-
readonly HIGH: "HIGH";
|
|
1228
|
-
readonly LOW: "LOW";
|
|
1229
|
-
readonly OFF: "OFF";
|
|
1230
|
-
};
|
|
1231
|
-
export type AdvancedInputFilterSharpen =
|
|
1232
|
-
(typeof AdvancedInputFilterSharpen)[keyof typeof AdvancedInputFilterSharpen];
|
|
1233
802
|
export interface AdvancedInputFilterSettings {
|
|
1234
803
|
AddTexture?: AdvancedInputFilterAddTexture | undefined;
|
|
1235
804
|
Sharpening?: AdvancedInputFilterSharpen | undefined;
|
|
@@ -1237,36 +806,11 @@ export interface AdvancedInputFilterSettings {
|
|
|
1237
806
|
export interface AudioSelectorGroup {
|
|
1238
807
|
AudioSelectorNames?: string[] | undefined;
|
|
1239
808
|
}
|
|
1240
|
-
export declare const AudioDurationCorrection: {
|
|
1241
|
-
readonly AUTO: "AUTO";
|
|
1242
|
-
readonly DISABLED: "DISABLED";
|
|
1243
|
-
readonly FORCE: "FORCE";
|
|
1244
|
-
readonly FRAME: "FRAME";
|
|
1245
|
-
readonly TRACK: "TRACK";
|
|
1246
|
-
};
|
|
1247
|
-
export type AudioDurationCorrection =
|
|
1248
|
-
(typeof AudioDurationCorrection)[keyof typeof AudioDurationCorrection];
|
|
1249
|
-
export declare const AudioDefaultSelection: {
|
|
1250
|
-
readonly DEFAULT: "DEFAULT";
|
|
1251
|
-
readonly NOT_DEFAULT: "NOT_DEFAULT";
|
|
1252
|
-
};
|
|
1253
|
-
export type AudioDefaultSelection =
|
|
1254
|
-
(typeof AudioDefaultSelection)[keyof typeof AudioDefaultSelection];
|
|
1255
809
|
export interface HlsRenditionGroupSettings {
|
|
1256
810
|
RenditionGroupId?: string | undefined;
|
|
1257
811
|
RenditionLanguageCode?: LanguageCode | undefined;
|
|
1258
812
|
RenditionName?: string | undefined;
|
|
1259
813
|
}
|
|
1260
|
-
export declare const AudioSelectorType: {
|
|
1261
|
-
readonly ALL_PCM: "ALL_PCM";
|
|
1262
|
-
readonly HLS_RENDITION_GROUP: "HLS_RENDITION_GROUP";
|
|
1263
|
-
readonly LANGUAGE_CODE: "LANGUAGE_CODE";
|
|
1264
|
-
readonly PID: "PID";
|
|
1265
|
-
readonly STREAM: "STREAM";
|
|
1266
|
-
readonly TRACK: "TRACK";
|
|
1267
|
-
};
|
|
1268
|
-
export type AudioSelectorType =
|
|
1269
|
-
(typeof AudioSelectorType)[keyof typeof AudioSelectorType];
|
|
1270
814
|
export interface AudioSelector {
|
|
1271
815
|
AudioDurationCorrection?: AudioDurationCorrection | undefined;
|
|
1272
816
|
CustomLanguageCode?: string | undefined;
|
|
@@ -1282,18 +826,6 @@ export interface AudioSelector {
|
|
|
1282
826
|
Streams?: number[] | undefined;
|
|
1283
827
|
Tracks?: number[] | undefined;
|
|
1284
828
|
}
|
|
1285
|
-
export declare const AncillaryConvert608To708: {
|
|
1286
|
-
readonly DISABLED: "DISABLED";
|
|
1287
|
-
readonly UPCONVERT: "UPCONVERT";
|
|
1288
|
-
};
|
|
1289
|
-
export type AncillaryConvert608To708 =
|
|
1290
|
-
(typeof AncillaryConvert608To708)[keyof typeof AncillaryConvert608To708];
|
|
1291
|
-
export declare const AncillaryTerminateCaptions: {
|
|
1292
|
-
readonly DISABLED: "DISABLED";
|
|
1293
|
-
readonly END_OF_INPUT: "END_OF_INPUT";
|
|
1294
|
-
};
|
|
1295
|
-
export type AncillaryTerminateCaptions =
|
|
1296
|
-
(typeof AncillaryTerminateCaptions)[keyof typeof AncillaryTerminateCaptions];
|
|
1297
829
|
export interface AncillarySourceSettings {
|
|
1298
830
|
Convert608To708?: AncillaryConvert608To708 | undefined;
|
|
1299
831
|
SourceAncillaryChannelNumber?: number | undefined;
|
|
@@ -1302,58 +834,16 @@ export interface AncillarySourceSettings {
|
|
|
1302
834
|
export interface DvbSubSourceSettings {
|
|
1303
835
|
Pid?: number | undefined;
|
|
1304
836
|
}
|
|
1305
|
-
export declare const EmbeddedConvert608To708: {
|
|
1306
|
-
readonly DISABLED: "DISABLED";
|
|
1307
|
-
readonly UPCONVERT: "UPCONVERT";
|
|
1308
|
-
};
|
|
1309
|
-
export type EmbeddedConvert608To708 =
|
|
1310
|
-
(typeof EmbeddedConvert608To708)[keyof typeof EmbeddedConvert608To708];
|
|
1311
|
-
export declare const EmbeddedTerminateCaptions: {
|
|
1312
|
-
readonly DISABLED: "DISABLED";
|
|
1313
|
-
readonly END_OF_INPUT: "END_OF_INPUT";
|
|
1314
|
-
};
|
|
1315
|
-
export type EmbeddedTerminateCaptions =
|
|
1316
|
-
(typeof EmbeddedTerminateCaptions)[keyof typeof EmbeddedTerminateCaptions];
|
|
1317
837
|
export interface EmbeddedSourceSettings {
|
|
1318
838
|
Convert608To708?: EmbeddedConvert608To708 | undefined;
|
|
1319
839
|
Source608ChannelNumber?: number | undefined;
|
|
1320
840
|
Source608TrackNumber?: number | undefined;
|
|
1321
841
|
TerminateCaptions?: EmbeddedTerminateCaptions | undefined;
|
|
1322
842
|
}
|
|
1323
|
-
export declare const CaptionSourceByteRateLimit: {
|
|
1324
|
-
readonly DISABLED: "DISABLED";
|
|
1325
|
-
readonly ENABLED: "ENABLED";
|
|
1326
|
-
};
|
|
1327
|
-
export type CaptionSourceByteRateLimit =
|
|
1328
|
-
(typeof CaptionSourceByteRateLimit)[keyof typeof CaptionSourceByteRateLimit];
|
|
1329
|
-
export declare const FileSourceConvert608To708: {
|
|
1330
|
-
readonly DISABLED: "DISABLED";
|
|
1331
|
-
readonly UPCONVERT: "UPCONVERT";
|
|
1332
|
-
};
|
|
1333
|
-
export type FileSourceConvert608To708 =
|
|
1334
|
-
(typeof FileSourceConvert608To708)[keyof typeof FileSourceConvert608To708];
|
|
1335
|
-
export declare const CaptionSourceConvertPaintOnToPopOn: {
|
|
1336
|
-
readonly DISABLED: "DISABLED";
|
|
1337
|
-
readonly ENABLED: "ENABLED";
|
|
1338
|
-
};
|
|
1339
|
-
export type CaptionSourceConvertPaintOnToPopOn =
|
|
1340
|
-
(typeof CaptionSourceConvertPaintOnToPopOn)[keyof typeof CaptionSourceConvertPaintOnToPopOn];
|
|
1341
843
|
export interface CaptionSourceFramerate {
|
|
1342
844
|
FramerateDenominator?: number | undefined;
|
|
1343
845
|
FramerateNumerator?: number | undefined;
|
|
1344
846
|
}
|
|
1345
|
-
export declare const FileSourceTimeDeltaUnits: {
|
|
1346
|
-
readonly MILLISECONDS: "MILLISECONDS";
|
|
1347
|
-
readonly SECONDS: "SECONDS";
|
|
1348
|
-
};
|
|
1349
|
-
export type FileSourceTimeDeltaUnits =
|
|
1350
|
-
(typeof FileSourceTimeDeltaUnits)[keyof typeof FileSourceTimeDeltaUnits];
|
|
1351
|
-
export declare const CaptionSourceUpconvertSTLToTeletext: {
|
|
1352
|
-
readonly DISABLED: "DISABLED";
|
|
1353
|
-
readonly UPCONVERT: "UPCONVERT";
|
|
1354
|
-
};
|
|
1355
|
-
export type CaptionSourceUpconvertSTLToTeletext =
|
|
1356
|
-
(typeof CaptionSourceUpconvertSTLToTeletext)[keyof typeof CaptionSourceUpconvertSTLToTeletext];
|
|
1357
847
|
export interface FileSourceSettings {
|
|
1358
848
|
ByteRateLimit?: CaptionSourceByteRateLimit | undefined;
|
|
1359
849
|
Convert608To708?: FileSourceConvert608To708 | undefined;
|
|
@@ -1364,24 +854,6 @@ export interface FileSourceSettings {
|
|
|
1364
854
|
TimeDeltaUnits?: FileSourceTimeDeltaUnits | undefined;
|
|
1365
855
|
UpconvertSTLToTeletext?: CaptionSourceUpconvertSTLToTeletext | undefined;
|
|
1366
856
|
}
|
|
1367
|
-
export declare const CaptionSourceType: {
|
|
1368
|
-
readonly ANCILLARY: "ANCILLARY";
|
|
1369
|
-
readonly DVB_SUB: "DVB_SUB";
|
|
1370
|
-
readonly EMBEDDED: "EMBEDDED";
|
|
1371
|
-
readonly IMSC: "IMSC";
|
|
1372
|
-
readonly NULL_SOURCE: "NULL_SOURCE";
|
|
1373
|
-
readonly SCC: "SCC";
|
|
1374
|
-
readonly SCTE20: "SCTE20";
|
|
1375
|
-
readonly SMI: "SMI";
|
|
1376
|
-
readonly SMPTE_TT: "SMPTE_TT";
|
|
1377
|
-
readonly SRT: "SRT";
|
|
1378
|
-
readonly STL: "STL";
|
|
1379
|
-
readonly TELETEXT: "TELETEXT";
|
|
1380
|
-
readonly TTML: "TTML";
|
|
1381
|
-
readonly WEBVTT: "WEBVTT";
|
|
1382
|
-
};
|
|
1383
|
-
export type CaptionSourceType =
|
|
1384
|
-
(typeof CaptionSourceType)[keyof typeof CaptionSourceType];
|
|
1385
857
|
export interface TeletextSourceSettings {
|
|
1386
858
|
PageNumber?: string | undefined;
|
|
1387
859
|
}
|
|
@@ -1415,37 +887,12 @@ export interface Rectangle {
|
|
|
1415
887
|
X?: number | undefined;
|
|
1416
888
|
Y?: number | undefined;
|
|
1417
889
|
}
|
|
1418
|
-
export declare const InputDeblockFilter: {
|
|
1419
|
-
readonly DISABLED: "DISABLED";
|
|
1420
|
-
readonly ENABLED: "ENABLED";
|
|
1421
|
-
};
|
|
1422
|
-
export type InputDeblockFilter =
|
|
1423
|
-
(typeof InputDeblockFilter)[keyof typeof InputDeblockFilter];
|
|
1424
|
-
export declare const DecryptionMode: {
|
|
1425
|
-
readonly AES_CBC: "AES_CBC";
|
|
1426
|
-
readonly AES_CTR: "AES_CTR";
|
|
1427
|
-
readonly AES_GCM: "AES_GCM";
|
|
1428
|
-
};
|
|
1429
|
-
export type DecryptionMode =
|
|
1430
|
-
(typeof DecryptionMode)[keyof typeof DecryptionMode];
|
|
1431
890
|
export interface InputDecryptionSettings {
|
|
1432
891
|
DecryptionMode?: DecryptionMode | undefined;
|
|
1433
892
|
EncryptedDecryptionKey?: string | undefined;
|
|
1434
893
|
InitializationVector?: string | undefined;
|
|
1435
894
|
KmsKeyRegion?: string | undefined;
|
|
1436
895
|
}
|
|
1437
|
-
export declare const InputDenoiseFilter: {
|
|
1438
|
-
readonly DISABLED: "DISABLED";
|
|
1439
|
-
readonly ENABLED: "ENABLED";
|
|
1440
|
-
};
|
|
1441
|
-
export type InputDenoiseFilter =
|
|
1442
|
-
(typeof InputDenoiseFilter)[keyof typeof InputDenoiseFilter];
|
|
1443
|
-
export declare const DynamicAudioSelectorType: {
|
|
1444
|
-
readonly ALL_TRACKS: "ALL_TRACKS";
|
|
1445
|
-
readonly LANGUAGE_CODE: "LANGUAGE_CODE";
|
|
1446
|
-
};
|
|
1447
|
-
export type DynamicAudioSelectorType =
|
|
1448
|
-
(typeof DynamicAudioSelectorType)[keyof typeof DynamicAudioSelectorType];
|
|
1449
896
|
export interface DynamicAudioSelector {
|
|
1450
897
|
AudioDurationCorrection?: AudioDurationCorrection | undefined;
|
|
1451
898
|
ExternalAudioFileInput?: string | undefined;
|
|
@@ -1453,13 +900,6 @@ export interface DynamicAudioSelector {
|
|
|
1453
900
|
Offset?: number | undefined;
|
|
1454
901
|
SelectorType?: DynamicAudioSelectorType | undefined;
|
|
1455
902
|
}
|
|
1456
|
-
export declare const InputFilterEnable: {
|
|
1457
|
-
readonly AUTO: "AUTO";
|
|
1458
|
-
readonly DISABLE: "DISABLE";
|
|
1459
|
-
readonly FORCE: "FORCE";
|
|
1460
|
-
};
|
|
1461
|
-
export type InputFilterEnable =
|
|
1462
|
-
(typeof InputFilterEnable)[keyof typeof InputFilterEnable];
|
|
1463
903
|
export interface InsertableImage {
|
|
1464
904
|
Duration?: number | undefined;
|
|
1465
905
|
FadeIn?: number | undefined;
|
|
@@ -1481,37 +921,12 @@ export interface InputClipping {
|
|
|
1481
921
|
EndTimecode?: string | undefined;
|
|
1482
922
|
StartTimecode?: string | undefined;
|
|
1483
923
|
}
|
|
1484
|
-
export declare const InputScanType: {
|
|
1485
|
-
readonly AUTO: "AUTO";
|
|
1486
|
-
readonly PSF: "PSF";
|
|
1487
|
-
};
|
|
1488
|
-
export type InputScanType = (typeof InputScanType)[keyof typeof InputScanType];
|
|
1489
|
-
export declare const InputPsiControl: {
|
|
1490
|
-
readonly IGNORE_PSI: "IGNORE_PSI";
|
|
1491
|
-
readonly USE_PSI: "USE_PSI";
|
|
1492
|
-
};
|
|
1493
|
-
export type InputPsiControl =
|
|
1494
|
-
(typeof InputPsiControl)[keyof typeof InputPsiControl];
|
|
1495
|
-
export declare const TamsGapHandling: {
|
|
1496
|
-
readonly FILL_WITH_BLACK: "FILL_WITH_BLACK";
|
|
1497
|
-
readonly HOLD_LAST_FRAME: "HOLD_LAST_FRAME";
|
|
1498
|
-
readonly SKIP_GAPS: "SKIP_GAPS";
|
|
1499
|
-
};
|
|
1500
|
-
export type TamsGapHandling =
|
|
1501
|
-
(typeof TamsGapHandling)[keyof typeof TamsGapHandling];
|
|
1502
924
|
export interface InputTamsSettings {
|
|
1503
925
|
AuthConnectionArn?: string | undefined;
|
|
1504
926
|
GapHandling?: TamsGapHandling | undefined;
|
|
1505
927
|
SourceId?: string | undefined;
|
|
1506
928
|
Timerange?: string | undefined;
|
|
1507
929
|
}
|
|
1508
|
-
export declare const InputTimecodeSource: {
|
|
1509
|
-
readonly EMBEDDED: "EMBEDDED";
|
|
1510
|
-
readonly SPECIFIEDSTART: "SPECIFIEDSTART";
|
|
1511
|
-
readonly ZEROBASED: "ZEROBASED";
|
|
1512
|
-
};
|
|
1513
|
-
export type InputTimecodeSource =
|
|
1514
|
-
(typeof InputTimecodeSource)[keyof typeof InputTimecodeSource];
|
|
1515
930
|
export interface InputVideoGenerator {
|
|
1516
931
|
Channels?: number | undefined;
|
|
1517
932
|
Duration?: number | undefined;
|
|
@@ -1521,12 +936,6 @@ export interface InputVideoGenerator {
|
|
|
1521
936
|
SampleRate?: number | undefined;
|
|
1522
937
|
Width?: number | undefined;
|
|
1523
938
|
}
|
|
1524
|
-
export declare const VideoOverlayUnit: {
|
|
1525
|
-
readonly PERCENTAGE: "PERCENTAGE";
|
|
1526
|
-
readonly PIXELS: "PIXELS";
|
|
1527
|
-
};
|
|
1528
|
-
export type VideoOverlayUnit =
|
|
1529
|
-
(typeof VideoOverlayUnit)[keyof typeof VideoOverlayUnit];
|
|
1530
939
|
export interface VideoOverlayCrop {
|
|
1531
940
|
Height?: number | undefined;
|
|
1532
941
|
Unit?: VideoOverlayUnit | undefined;
|
|
@@ -1552,12 +961,6 @@ export interface VideoOverlayInput {
|
|
|
1552
961
|
TimecodeSource?: InputTimecodeSource | undefined;
|
|
1553
962
|
TimecodeStart?: string | undefined;
|
|
1554
963
|
}
|
|
1555
|
-
export declare const VideoOverlayPlayBackMode: {
|
|
1556
|
-
readonly ONCE: "ONCE";
|
|
1557
|
-
readonly REPEAT: "REPEAT";
|
|
1558
|
-
};
|
|
1559
|
-
export type VideoOverlayPlayBackMode =
|
|
1560
|
-
(typeof VideoOverlayPlayBackMode)[keyof typeof VideoOverlayPlayBackMode];
|
|
1561
964
|
export interface VideoOverlayTransition {
|
|
1562
965
|
EndPosition?: VideoOverlayPosition | undefined;
|
|
1563
966
|
EndTimecode?: string | undefined;
|
|
@@ -1572,23 +975,6 @@ export interface VideoOverlay {
|
|
|
1572
975
|
StartTimecode?: string | undefined;
|
|
1573
976
|
Transitions?: VideoOverlayTransition[] | undefined;
|
|
1574
977
|
}
|
|
1575
|
-
export declare const AlphaBehavior: {
|
|
1576
|
-
readonly DISCARD: "DISCARD";
|
|
1577
|
-
readonly REMAP_TO_LUMA: "REMAP_TO_LUMA";
|
|
1578
|
-
};
|
|
1579
|
-
export type AlphaBehavior = (typeof AlphaBehavior)[keyof typeof AlphaBehavior];
|
|
1580
|
-
export declare const ColorSpaceUsage: {
|
|
1581
|
-
readonly FALLBACK: "FALLBACK";
|
|
1582
|
-
readonly FORCE: "FORCE";
|
|
1583
|
-
};
|
|
1584
|
-
export type ColorSpaceUsage =
|
|
1585
|
-
(typeof ColorSpaceUsage)[keyof typeof ColorSpaceUsage];
|
|
1586
|
-
export declare const EmbeddedTimecodeOverride: {
|
|
1587
|
-
readonly NONE: "NONE";
|
|
1588
|
-
readonly USE_MDPM: "USE_MDPM";
|
|
1589
|
-
};
|
|
1590
|
-
export type EmbeddedTimecodeOverride =
|
|
1591
|
-
(typeof EmbeddedTimecodeOverride)[keyof typeof EmbeddedTimecodeOverride];
|
|
1592
978
|
export interface Hdr10Metadata {
|
|
1593
979
|
BluePrimaryX?: number | undefined;
|
|
1594
980
|
BluePrimaryY?: number | undefined;
|
|
@@ -1603,32 +989,6 @@ export interface Hdr10Metadata {
|
|
|
1603
989
|
WhitePointX?: number | undefined;
|
|
1604
990
|
WhitePointY?: number | undefined;
|
|
1605
991
|
}
|
|
1606
|
-
export declare const PadVideo: {
|
|
1607
|
-
readonly BLACK: "BLACK";
|
|
1608
|
-
readonly DISABLED: "DISABLED";
|
|
1609
|
-
};
|
|
1610
|
-
export type PadVideo = (typeof PadVideo)[keyof typeof PadVideo];
|
|
1611
|
-
export declare const InputRotate: {
|
|
1612
|
-
readonly AUTO: "AUTO";
|
|
1613
|
-
readonly DEGREES_180: "DEGREES_180";
|
|
1614
|
-
readonly DEGREES_270: "DEGREES_270";
|
|
1615
|
-
readonly DEGREES_90: "DEGREES_90";
|
|
1616
|
-
readonly DEGREE_0: "DEGREE_0";
|
|
1617
|
-
};
|
|
1618
|
-
export type InputRotate = (typeof InputRotate)[keyof typeof InputRotate];
|
|
1619
|
-
export declare const InputSampleRange: {
|
|
1620
|
-
readonly FOLLOW: "FOLLOW";
|
|
1621
|
-
readonly FULL_RANGE: "FULL_RANGE";
|
|
1622
|
-
readonly LIMITED_RANGE: "LIMITED_RANGE";
|
|
1623
|
-
};
|
|
1624
|
-
export type InputSampleRange =
|
|
1625
|
-
(typeof InputSampleRange)[keyof typeof InputSampleRange];
|
|
1626
|
-
export declare const VideoSelectorType: {
|
|
1627
|
-
readonly AUTO: "AUTO";
|
|
1628
|
-
readonly STREAM: "STREAM";
|
|
1629
|
-
};
|
|
1630
|
-
export type VideoSelectorType =
|
|
1631
|
-
(typeof VideoSelectorType)[keyof typeof VideoSelectorType];
|
|
1632
992
|
export interface VideoSelector {
|
|
1633
993
|
AlphaBehavior?: AlphaBehavior | undefined;
|
|
1634
994
|
ColorSpace?: ColorSpace | undefined;
|
|
@@ -1697,38 +1057,9 @@ export interface InputTemplate {
|
|
|
1697
1057
|
VideoOverlays?: VideoOverlay[] | undefined;
|
|
1698
1058
|
VideoSelector?: VideoSelector | undefined;
|
|
1699
1059
|
}
|
|
1700
|
-
export declare const AccelerationMode: {
|
|
1701
|
-
readonly DISABLED: "DISABLED";
|
|
1702
|
-
readonly ENABLED: "ENABLED";
|
|
1703
|
-
readonly PREFERRED: "PREFERRED";
|
|
1704
|
-
};
|
|
1705
|
-
export type AccelerationMode =
|
|
1706
|
-
(typeof AccelerationMode)[keyof typeof AccelerationMode];
|
|
1707
1060
|
export interface AccelerationSettings {
|
|
1708
1061
|
Mode: AccelerationMode | undefined;
|
|
1709
1062
|
}
|
|
1710
|
-
export declare const AccelerationStatus: {
|
|
1711
|
-
readonly ACCELERATED: "ACCELERATED";
|
|
1712
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1713
|
-
readonly NOT_ACCELERATED: "NOT_ACCELERATED";
|
|
1714
|
-
readonly NOT_APPLICABLE: "NOT_APPLICABLE";
|
|
1715
|
-
};
|
|
1716
|
-
export type AccelerationStatus =
|
|
1717
|
-
(typeof AccelerationStatus)[keyof typeof AccelerationStatus];
|
|
1718
|
-
export declare const BillingTagsSource: {
|
|
1719
|
-
readonly JOB: "JOB";
|
|
1720
|
-
readonly JOB_TEMPLATE: "JOB_TEMPLATE";
|
|
1721
|
-
readonly PRESET: "PRESET";
|
|
1722
|
-
readonly QUEUE: "QUEUE";
|
|
1723
|
-
};
|
|
1724
|
-
export type BillingTagsSource =
|
|
1725
|
-
(typeof BillingTagsSource)[keyof typeof BillingTagsSource];
|
|
1726
|
-
export declare const JobPhase: {
|
|
1727
|
-
readonly PROBING: "PROBING";
|
|
1728
|
-
readonly TRANSCODING: "TRANSCODING";
|
|
1729
|
-
readonly UPLOADING: "UPLOADING";
|
|
1730
|
-
};
|
|
1731
|
-
export type JobPhase = (typeof JobPhase)[keyof typeof JobPhase];
|
|
1732
1063
|
export interface JobMessages {
|
|
1733
1064
|
Info?: string[] | undefined;
|
|
1734
1065
|
Warning?: string[] | undefined;
|
|
@@ -1765,17 +1096,6 @@ export interface EsamSettings {
|
|
|
1765
1096
|
ResponseSignalPreroll?: number | undefined;
|
|
1766
1097
|
SignalProcessingNotification?: EsamSignalProcessingNotification | undefined;
|
|
1767
1098
|
}
|
|
1768
|
-
export declare const CopyProtectionAction: {
|
|
1769
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1770
|
-
readonly STRIP: "STRIP";
|
|
1771
|
-
};
|
|
1772
|
-
export type CopyProtectionAction =
|
|
1773
|
-
(typeof CopyProtectionAction)[keyof typeof CopyProtectionAction];
|
|
1774
|
-
export declare const VchipAction: {
|
|
1775
|
-
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1776
|
-
readonly STRIP: "STRIP";
|
|
1777
|
-
};
|
|
1778
|
-
export type VchipAction = (typeof VchipAction)[keyof typeof VchipAction];
|
|
1779
1099
|
export interface ExtendedDataServices {
|
|
1780
1100
|
CopyProtectionAction?: CopyProtectionAction | undefined;
|
|
1781
1101
|
VchipAction?: VchipAction | undefined;
|
|
@@ -1799,22 +1119,10 @@ export interface MotionImageInsertionFramerate {
|
|
|
1799
1119
|
FramerateDenominator?: number | undefined;
|
|
1800
1120
|
FramerateNumerator?: number | undefined;
|
|
1801
1121
|
}
|
|
1802
|
-
export declare const MotionImageInsertionMode: {
|
|
1803
|
-
readonly MOV: "MOV";
|
|
1804
|
-
readonly PNG: "PNG";
|
|
1805
|
-
};
|
|
1806
|
-
export type MotionImageInsertionMode =
|
|
1807
|
-
(typeof MotionImageInsertionMode)[keyof typeof MotionImageInsertionMode];
|
|
1808
1122
|
export interface MotionImageInsertionOffset {
|
|
1809
1123
|
ImageX?: number | undefined;
|
|
1810
1124
|
ImageY?: number | undefined;
|
|
1811
1125
|
}
|
|
1812
|
-
export declare const MotionImagePlayback: {
|
|
1813
|
-
readonly ONCE: "ONCE";
|
|
1814
|
-
readonly REPEAT: "REPEAT";
|
|
1815
|
-
};
|
|
1816
|
-
export type MotionImagePlayback =
|
|
1817
|
-
(typeof MotionImagePlayback)[keyof typeof MotionImagePlayback];
|
|
1818
1126
|
export interface MotionImageInserter {
|
|
1819
1127
|
Framerate?: MotionImageInsertionFramerate | undefined;
|
|
1820
1128
|
Input?: string | undefined;
|
|
@@ -1827,25 +1135,6 @@ export interface NielsenConfiguration {
|
|
|
1827
1135
|
BreakoutCode?: number | undefined;
|
|
1828
1136
|
DistributorId?: string | undefined;
|
|
1829
1137
|
}
|
|
1830
|
-
export declare const NielsenActiveWatermarkProcessType: {
|
|
1831
|
-
readonly CBET: "CBET";
|
|
1832
|
-
readonly NAES2_AND_NW: "NAES2_AND_NW";
|
|
1833
|
-
readonly NAES2_AND_NW_AND_CBET: "NAES2_AND_NW_AND_CBET";
|
|
1834
|
-
};
|
|
1835
|
-
export type NielsenActiveWatermarkProcessType =
|
|
1836
|
-
(typeof NielsenActiveWatermarkProcessType)[keyof typeof NielsenActiveWatermarkProcessType];
|
|
1837
|
-
export declare const NielsenSourceWatermarkStatusType: {
|
|
1838
|
-
readonly CLEAN: "CLEAN";
|
|
1839
|
-
readonly WATERMARKED: "WATERMARKED";
|
|
1840
|
-
};
|
|
1841
|
-
export type NielsenSourceWatermarkStatusType =
|
|
1842
|
-
(typeof NielsenSourceWatermarkStatusType)[keyof typeof NielsenSourceWatermarkStatusType];
|
|
1843
|
-
export declare const NielsenUniqueTicPerAudioTrackType: {
|
|
1844
|
-
readonly RESERVE_UNIQUE_TICS_PER_TRACK: "RESERVE_UNIQUE_TICS_PER_TRACK";
|
|
1845
|
-
readonly SAME_TICS_PER_TRACK: "SAME_TICS_PER_TRACK";
|
|
1846
|
-
};
|
|
1847
|
-
export type NielsenUniqueTicPerAudioTrackType =
|
|
1848
|
-
(typeof NielsenUniqueTicPerAudioTrackType)[keyof typeof NielsenUniqueTicPerAudioTrackType];
|
|
1849
1138
|
export interface NielsenNonLinearWatermarkSettings {
|
|
1850
1139
|
ActiveWatermarkProcess?: NielsenActiveWatermarkProcessType | undefined;
|
|
1851
1140
|
AdiFilename?: string | undefined;
|
|
@@ -1869,59 +1158,14 @@ export interface AutomatedAbrSettings {
|
|
|
1869
1158
|
export interface AutomatedEncodingSettings {
|
|
1870
1159
|
AbrSettings?: AutomatedAbrSettings | undefined;
|
|
1871
1160
|
}
|
|
1872
|
-
export declare const CmafClientCache: {
|
|
1873
|
-
readonly DISABLED: "DISABLED";
|
|
1874
|
-
readonly ENABLED: "ENABLED";
|
|
1875
|
-
};
|
|
1876
|
-
export type CmafClientCache =
|
|
1877
|
-
(typeof CmafClientCache)[keyof typeof CmafClientCache];
|
|
1878
|
-
export declare const CmafCodecSpecification: {
|
|
1879
|
-
readonly RFC_4281: "RFC_4281";
|
|
1880
|
-
readonly RFC_6381: "RFC_6381";
|
|
1881
|
-
};
|
|
1882
|
-
export type CmafCodecSpecification =
|
|
1883
|
-
(typeof CmafCodecSpecification)[keyof typeof CmafCodecSpecification];
|
|
1884
|
-
export declare const DashManifestStyle: {
|
|
1885
|
-
readonly BASIC: "BASIC";
|
|
1886
|
-
readonly COMPACT: "COMPACT";
|
|
1887
|
-
readonly DISTINCT: "DISTINCT";
|
|
1888
|
-
readonly FULL: "FULL";
|
|
1889
|
-
};
|
|
1890
|
-
export type DashManifestStyle =
|
|
1891
|
-
(typeof DashManifestStyle)[keyof typeof DashManifestStyle];
|
|
1892
|
-
export declare const S3ObjectCannedAcl: {
|
|
1893
|
-
readonly AUTHENTICATED_READ: "AUTHENTICATED_READ";
|
|
1894
|
-
readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
|
|
1895
|
-
readonly BUCKET_OWNER_READ: "BUCKET_OWNER_READ";
|
|
1896
|
-
readonly PUBLIC_READ: "PUBLIC_READ";
|
|
1897
|
-
};
|
|
1898
|
-
export type S3ObjectCannedAcl =
|
|
1899
|
-
(typeof S3ObjectCannedAcl)[keyof typeof S3ObjectCannedAcl];
|
|
1900
1161
|
export interface S3DestinationAccessControl {
|
|
1901
1162
|
CannedAcl?: S3ObjectCannedAcl | undefined;
|
|
1902
1163
|
}
|
|
1903
|
-
export declare const S3ServerSideEncryptionType: {
|
|
1904
|
-
readonly SERVER_SIDE_ENCRYPTION_KMS: "SERVER_SIDE_ENCRYPTION_KMS";
|
|
1905
|
-
readonly SERVER_SIDE_ENCRYPTION_S3: "SERVER_SIDE_ENCRYPTION_S3";
|
|
1906
|
-
};
|
|
1907
|
-
export type S3ServerSideEncryptionType =
|
|
1908
|
-
(typeof S3ServerSideEncryptionType)[keyof typeof S3ServerSideEncryptionType];
|
|
1909
1164
|
export interface S3EncryptionSettings {
|
|
1910
1165
|
EncryptionType?: S3ServerSideEncryptionType | undefined;
|
|
1911
1166
|
KmsEncryptionContext?: string | undefined;
|
|
1912
1167
|
KmsKeyArn?: string | undefined;
|
|
1913
1168
|
}
|
|
1914
|
-
export declare const S3StorageClass: {
|
|
1915
|
-
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
1916
|
-
readonly GLACIER: "GLACIER";
|
|
1917
|
-
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
1918
|
-
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
1919
|
-
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
1920
|
-
readonly STANDARD: "STANDARD";
|
|
1921
|
-
readonly STANDARD_IA: "STANDARD_IA";
|
|
1922
|
-
};
|
|
1923
|
-
export type S3StorageClass =
|
|
1924
|
-
(typeof S3StorageClass)[keyof typeof S3StorageClass];
|
|
1925
1169
|
export interface S3DestinationSettings {
|
|
1926
1170
|
AccessControl?: S3DestinationAccessControl | undefined;
|
|
1927
1171
|
Encryption?: S3EncryptionSettings | undefined;
|
|
@@ -1930,41 +1174,6 @@ export interface S3DestinationSettings {
|
|
|
1930
1174
|
export interface DestinationSettings {
|
|
1931
1175
|
S3Settings?: S3DestinationSettings | undefined;
|
|
1932
1176
|
}
|
|
1933
|
-
export declare const CmafEncryptionType: {
|
|
1934
|
-
readonly AES_CTR: "AES_CTR";
|
|
1935
|
-
readonly SAMPLE_AES: "SAMPLE_AES";
|
|
1936
|
-
};
|
|
1937
|
-
export type CmafEncryptionType =
|
|
1938
|
-
(typeof CmafEncryptionType)[keyof typeof CmafEncryptionType];
|
|
1939
|
-
export declare const CmafInitializationVectorInManifest: {
|
|
1940
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
1941
|
-
readonly INCLUDE: "INCLUDE";
|
|
1942
|
-
};
|
|
1943
|
-
export type CmafInitializationVectorInManifest =
|
|
1944
|
-
(typeof CmafInitializationVectorInManifest)[keyof typeof CmafInitializationVectorInManifest];
|
|
1945
|
-
export declare const PresetSpeke20Audio: {
|
|
1946
|
-
readonly PRESET_AUDIO_1: "PRESET_AUDIO_1";
|
|
1947
|
-
readonly PRESET_AUDIO_2: "PRESET_AUDIO_2";
|
|
1948
|
-
readonly PRESET_AUDIO_3: "PRESET_AUDIO_3";
|
|
1949
|
-
readonly SHARED: "SHARED";
|
|
1950
|
-
readonly UNENCRYPTED: "UNENCRYPTED";
|
|
1951
|
-
};
|
|
1952
|
-
export type PresetSpeke20Audio =
|
|
1953
|
-
(typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
|
|
1954
|
-
export declare const PresetSpeke20Video: {
|
|
1955
|
-
readonly PRESET_VIDEO_1: "PRESET_VIDEO_1";
|
|
1956
|
-
readonly PRESET_VIDEO_2: "PRESET_VIDEO_2";
|
|
1957
|
-
readonly PRESET_VIDEO_3: "PRESET_VIDEO_3";
|
|
1958
|
-
readonly PRESET_VIDEO_4: "PRESET_VIDEO_4";
|
|
1959
|
-
readonly PRESET_VIDEO_5: "PRESET_VIDEO_5";
|
|
1960
|
-
readonly PRESET_VIDEO_6: "PRESET_VIDEO_6";
|
|
1961
|
-
readonly PRESET_VIDEO_7: "PRESET_VIDEO_7";
|
|
1962
|
-
readonly PRESET_VIDEO_8: "PRESET_VIDEO_8";
|
|
1963
|
-
readonly SHARED: "SHARED";
|
|
1964
|
-
readonly UNENCRYPTED: "UNENCRYPTED";
|
|
1965
|
-
};
|
|
1966
|
-
export type PresetSpeke20Video =
|
|
1967
|
-
(typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
|
|
1968
1177
|
export interface EncryptionContractConfiguration {
|
|
1969
1178
|
SpekeAudioPreset?: PresetSpeke20Audio | undefined;
|
|
1970
1179
|
SpekeVideoPreset?: PresetSpeke20Video | undefined;
|
|
@@ -1983,12 +1192,6 @@ export interface StaticKeyProvider {
|
|
|
1983
1192
|
StaticKeyValue?: string | undefined;
|
|
1984
1193
|
Url?: string | undefined;
|
|
1985
1194
|
}
|
|
1986
|
-
export declare const CmafKeyProviderType: {
|
|
1987
|
-
readonly SPEKE: "SPEKE";
|
|
1988
|
-
readonly STATIC_KEY: "STATIC_KEY";
|
|
1989
|
-
};
|
|
1990
|
-
export type CmafKeyProviderType =
|
|
1991
|
-
(typeof CmafKeyProviderType)[keyof typeof CmafKeyProviderType];
|
|
1992
1195
|
export interface CmafEncryptionSettings {
|
|
1993
1196
|
ConstantInitializationVector?: string | undefined;
|
|
1994
1197
|
EncryptionMethod?: CmafEncryptionType | undefined;
|
|
@@ -1999,20 +1202,6 @@ export interface CmafEncryptionSettings {
|
|
|
1999
1202
|
StaticKeyProvider?: StaticKeyProvider | undefined;
|
|
2000
1203
|
Type?: CmafKeyProviderType | undefined;
|
|
2001
1204
|
}
|
|
2002
|
-
export declare const CmafImageBasedTrickPlay: {
|
|
2003
|
-
readonly ADVANCED: "ADVANCED";
|
|
2004
|
-
readonly NONE: "NONE";
|
|
2005
|
-
readonly THUMBNAIL: "THUMBNAIL";
|
|
2006
|
-
readonly THUMBNAIL_AND_FULLFRAME: "THUMBNAIL_AND_FULLFRAME";
|
|
2007
|
-
};
|
|
2008
|
-
export type CmafImageBasedTrickPlay =
|
|
2009
|
-
(typeof CmafImageBasedTrickPlay)[keyof typeof CmafImageBasedTrickPlay];
|
|
2010
|
-
export declare const CmafIntervalCadence: {
|
|
2011
|
-
readonly FOLLOW_CUSTOM: "FOLLOW_CUSTOM";
|
|
2012
|
-
readonly FOLLOW_IFRAME: "FOLLOW_IFRAME";
|
|
2013
|
-
};
|
|
2014
|
-
export type CmafIntervalCadence =
|
|
2015
|
-
(typeof CmafIntervalCadence)[keyof typeof CmafIntervalCadence];
|
|
2016
1205
|
export interface CmafImageBasedTrickPlaySettings {
|
|
2017
1206
|
IntervalCadence?: CmafIntervalCadence | undefined;
|
|
2018
1207
|
ThumbnailHeight?: number | undefined;
|
|
@@ -2021,85 +1210,6 @@ export interface CmafImageBasedTrickPlaySettings {
|
|
|
2021
1210
|
TileHeight?: number | undefined;
|
|
2022
1211
|
TileWidth?: number | undefined;
|
|
2023
1212
|
}
|
|
2024
|
-
export declare const CmafManifestCompression: {
|
|
2025
|
-
readonly GZIP: "GZIP";
|
|
2026
|
-
readonly NONE: "NONE";
|
|
2027
|
-
};
|
|
2028
|
-
export type CmafManifestCompression =
|
|
2029
|
-
(typeof CmafManifestCompression)[keyof typeof CmafManifestCompression];
|
|
2030
|
-
export declare const CmafManifestDurationFormat: {
|
|
2031
|
-
readonly FLOATING_POINT: "FLOATING_POINT";
|
|
2032
|
-
readonly INTEGER: "INTEGER";
|
|
2033
|
-
};
|
|
2034
|
-
export type CmafManifestDurationFormat =
|
|
2035
|
-
(typeof CmafManifestDurationFormat)[keyof typeof CmafManifestDurationFormat];
|
|
2036
|
-
export declare const CmafMpdManifestBandwidthType: {
|
|
2037
|
-
readonly AVERAGE: "AVERAGE";
|
|
2038
|
-
readonly MAX: "MAX";
|
|
2039
|
-
};
|
|
2040
|
-
export type CmafMpdManifestBandwidthType =
|
|
2041
|
-
(typeof CmafMpdManifestBandwidthType)[keyof typeof CmafMpdManifestBandwidthType];
|
|
2042
|
-
export declare const CmafMpdProfile: {
|
|
2043
|
-
readonly MAIN_PROFILE: "MAIN_PROFILE";
|
|
2044
|
-
readonly ON_DEMAND_PROFILE: "ON_DEMAND_PROFILE";
|
|
2045
|
-
};
|
|
2046
|
-
export type CmafMpdProfile =
|
|
2047
|
-
(typeof CmafMpdProfile)[keyof typeof CmafMpdProfile];
|
|
2048
|
-
export declare const CmafPtsOffsetHandlingForBFrames: {
|
|
2049
|
-
readonly MATCH_INITIAL_PTS: "MATCH_INITIAL_PTS";
|
|
2050
|
-
readonly ZERO_BASED: "ZERO_BASED";
|
|
2051
|
-
};
|
|
2052
|
-
export type CmafPtsOffsetHandlingForBFrames =
|
|
2053
|
-
(typeof CmafPtsOffsetHandlingForBFrames)[keyof typeof CmafPtsOffsetHandlingForBFrames];
|
|
2054
|
-
export declare const CmafSegmentControl: {
|
|
2055
|
-
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
2056
|
-
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
2057
|
-
};
|
|
2058
|
-
export type CmafSegmentControl =
|
|
2059
|
-
(typeof CmafSegmentControl)[keyof typeof CmafSegmentControl];
|
|
2060
|
-
export declare const CmafSegmentLengthControl: {
|
|
2061
|
-
readonly EXACT: "EXACT";
|
|
2062
|
-
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
2063
|
-
readonly MATCH: "MATCH";
|
|
2064
|
-
};
|
|
2065
|
-
export type CmafSegmentLengthControl =
|
|
2066
|
-
(typeof CmafSegmentLengthControl)[keyof typeof CmafSegmentLengthControl];
|
|
2067
|
-
export declare const CmafStreamInfResolution: {
|
|
2068
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
2069
|
-
readonly INCLUDE: "INCLUDE";
|
|
2070
|
-
};
|
|
2071
|
-
export type CmafStreamInfResolution =
|
|
2072
|
-
(typeof CmafStreamInfResolution)[keyof typeof CmafStreamInfResolution];
|
|
2073
|
-
export declare const CmafTargetDurationCompatibilityMode: {
|
|
2074
|
-
readonly LEGACY: "LEGACY";
|
|
2075
|
-
readonly SPEC_COMPLIANT: "SPEC_COMPLIANT";
|
|
2076
|
-
};
|
|
2077
|
-
export type CmafTargetDurationCompatibilityMode =
|
|
2078
|
-
(typeof CmafTargetDurationCompatibilityMode)[keyof typeof CmafTargetDurationCompatibilityMode];
|
|
2079
|
-
export declare const CmafVideoCompositionOffsets: {
|
|
2080
|
-
readonly SIGNED: "SIGNED";
|
|
2081
|
-
readonly UNSIGNED: "UNSIGNED";
|
|
2082
|
-
};
|
|
2083
|
-
export type CmafVideoCompositionOffsets =
|
|
2084
|
-
(typeof CmafVideoCompositionOffsets)[keyof typeof CmafVideoCompositionOffsets];
|
|
2085
|
-
export declare const CmafWriteDASHManifest: {
|
|
2086
|
-
readonly DISABLED: "DISABLED";
|
|
2087
|
-
readonly ENABLED: "ENABLED";
|
|
2088
|
-
};
|
|
2089
|
-
export type CmafWriteDASHManifest =
|
|
2090
|
-
(typeof CmafWriteDASHManifest)[keyof typeof CmafWriteDASHManifest];
|
|
2091
|
-
export declare const CmafWriteHLSManifest: {
|
|
2092
|
-
readonly DISABLED: "DISABLED";
|
|
2093
|
-
readonly ENABLED: "ENABLED";
|
|
2094
|
-
};
|
|
2095
|
-
export type CmafWriteHLSManifest =
|
|
2096
|
-
(typeof CmafWriteHLSManifest)[keyof typeof CmafWriteHLSManifest];
|
|
2097
|
-
export declare const CmafWriteSegmentTimelineInRepresentation: {
|
|
2098
|
-
readonly DISABLED: "DISABLED";
|
|
2099
|
-
readonly ENABLED: "ENABLED";
|
|
2100
|
-
};
|
|
2101
|
-
export type CmafWriteSegmentTimelineInRepresentation =
|
|
2102
|
-
(typeof CmafWriteSegmentTimelineInRepresentation)[keyof typeof CmafWriteSegmentTimelineInRepresentation];
|
|
2103
1213
|
export interface CmafGroupSettings {
|
|
2104
1214
|
AdditionalManifests?: CmafAdditionalManifest[] | undefined;
|
|
2105
1215
|
BaseUrl?: string | undefined;
|
|
@@ -2134,18 +1244,6 @@ export interface CmafGroupSettings {
|
|
|
2134
1244
|
| CmafWriteSegmentTimelineInRepresentation
|
|
2135
1245
|
| undefined;
|
|
2136
1246
|
}
|
|
2137
|
-
export declare const DashIsoGroupAudioChannelConfigSchemeIdUri: {
|
|
2138
|
-
readonly DOLBY_CHANNEL_CONFIGURATION: "DOLBY_CHANNEL_CONFIGURATION";
|
|
2139
|
-
readonly MPEG_CHANNEL_CONFIGURATION: "MPEG_CHANNEL_CONFIGURATION";
|
|
2140
|
-
};
|
|
2141
|
-
export type DashIsoGroupAudioChannelConfigSchemeIdUri =
|
|
2142
|
-
(typeof DashIsoGroupAudioChannelConfigSchemeIdUri)[keyof typeof DashIsoGroupAudioChannelConfigSchemeIdUri];
|
|
2143
|
-
export declare const DashIsoPlaybackDeviceCompatibility: {
|
|
2144
|
-
readonly CENC_V1: "CENC_V1";
|
|
2145
|
-
readonly UNENCRYPTED_SEI: "UNENCRYPTED_SEI";
|
|
2146
|
-
};
|
|
2147
|
-
export type DashIsoPlaybackDeviceCompatibility =
|
|
2148
|
-
(typeof DashIsoPlaybackDeviceCompatibility)[keyof typeof DashIsoPlaybackDeviceCompatibility];
|
|
2149
1247
|
export interface SpekeKeyProvider {
|
|
2150
1248
|
CertificateArn?: string | undefined;
|
|
2151
1249
|
EncryptionContractConfiguration?: EncryptionContractConfiguration | undefined;
|
|
@@ -2157,26 +1255,6 @@ export interface DashIsoEncryptionSettings {
|
|
|
2157
1255
|
PlaybackDeviceCompatibility?: DashIsoPlaybackDeviceCompatibility | undefined;
|
|
2158
1256
|
SpekeKeyProvider?: SpekeKeyProvider | undefined;
|
|
2159
1257
|
}
|
|
2160
|
-
export declare const DashIsoHbbtvCompliance: {
|
|
2161
|
-
readonly HBBTV_1_5: "HBBTV_1_5";
|
|
2162
|
-
readonly NONE: "NONE";
|
|
2163
|
-
};
|
|
2164
|
-
export type DashIsoHbbtvCompliance =
|
|
2165
|
-
(typeof DashIsoHbbtvCompliance)[keyof typeof DashIsoHbbtvCompliance];
|
|
2166
|
-
export declare const DashIsoImageBasedTrickPlay: {
|
|
2167
|
-
readonly ADVANCED: "ADVANCED";
|
|
2168
|
-
readonly NONE: "NONE";
|
|
2169
|
-
readonly THUMBNAIL: "THUMBNAIL";
|
|
2170
|
-
readonly THUMBNAIL_AND_FULLFRAME: "THUMBNAIL_AND_FULLFRAME";
|
|
2171
|
-
};
|
|
2172
|
-
export type DashIsoImageBasedTrickPlay =
|
|
2173
|
-
(typeof DashIsoImageBasedTrickPlay)[keyof typeof DashIsoImageBasedTrickPlay];
|
|
2174
|
-
export declare const DashIsoIntervalCadence: {
|
|
2175
|
-
readonly FOLLOW_CUSTOM: "FOLLOW_CUSTOM";
|
|
2176
|
-
readonly FOLLOW_IFRAME: "FOLLOW_IFRAME";
|
|
2177
|
-
};
|
|
2178
|
-
export type DashIsoIntervalCadence =
|
|
2179
|
-
(typeof DashIsoIntervalCadence)[keyof typeof DashIsoIntervalCadence];
|
|
2180
1258
|
export interface DashIsoImageBasedTrickPlaySettings {
|
|
2181
1259
|
IntervalCadence?: DashIsoIntervalCadence | undefined;
|
|
2182
1260
|
ThumbnailHeight?: number | undefined;
|
|
@@ -2185,49 +1263,6 @@ export interface DashIsoImageBasedTrickPlaySettings {
|
|
|
2185
1263
|
TileHeight?: number | undefined;
|
|
2186
1264
|
TileWidth?: number | undefined;
|
|
2187
1265
|
}
|
|
2188
|
-
export declare const DashIsoMpdManifestBandwidthType: {
|
|
2189
|
-
readonly AVERAGE: "AVERAGE";
|
|
2190
|
-
readonly MAX: "MAX";
|
|
2191
|
-
};
|
|
2192
|
-
export type DashIsoMpdManifestBandwidthType =
|
|
2193
|
-
(typeof DashIsoMpdManifestBandwidthType)[keyof typeof DashIsoMpdManifestBandwidthType];
|
|
2194
|
-
export declare const DashIsoMpdProfile: {
|
|
2195
|
-
readonly MAIN_PROFILE: "MAIN_PROFILE";
|
|
2196
|
-
readonly ON_DEMAND_PROFILE: "ON_DEMAND_PROFILE";
|
|
2197
|
-
};
|
|
2198
|
-
export type DashIsoMpdProfile =
|
|
2199
|
-
(typeof DashIsoMpdProfile)[keyof typeof DashIsoMpdProfile];
|
|
2200
|
-
export declare const DashIsoPtsOffsetHandlingForBFrames: {
|
|
2201
|
-
readonly MATCH_INITIAL_PTS: "MATCH_INITIAL_PTS";
|
|
2202
|
-
readonly ZERO_BASED: "ZERO_BASED";
|
|
2203
|
-
};
|
|
2204
|
-
export type DashIsoPtsOffsetHandlingForBFrames =
|
|
2205
|
-
(typeof DashIsoPtsOffsetHandlingForBFrames)[keyof typeof DashIsoPtsOffsetHandlingForBFrames];
|
|
2206
|
-
export declare const DashIsoSegmentControl: {
|
|
2207
|
-
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
2208
|
-
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
2209
|
-
};
|
|
2210
|
-
export type DashIsoSegmentControl =
|
|
2211
|
-
(typeof DashIsoSegmentControl)[keyof typeof DashIsoSegmentControl];
|
|
2212
|
-
export declare const DashIsoSegmentLengthControl: {
|
|
2213
|
-
readonly EXACT: "EXACT";
|
|
2214
|
-
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
2215
|
-
readonly MATCH: "MATCH";
|
|
2216
|
-
};
|
|
2217
|
-
export type DashIsoSegmentLengthControl =
|
|
2218
|
-
(typeof DashIsoSegmentLengthControl)[keyof typeof DashIsoSegmentLengthControl];
|
|
2219
|
-
export declare const DashIsoVideoCompositionOffsets: {
|
|
2220
|
-
readonly SIGNED: "SIGNED";
|
|
2221
|
-
readonly UNSIGNED: "UNSIGNED";
|
|
2222
|
-
};
|
|
2223
|
-
export type DashIsoVideoCompositionOffsets =
|
|
2224
|
-
(typeof DashIsoVideoCompositionOffsets)[keyof typeof DashIsoVideoCompositionOffsets];
|
|
2225
|
-
export declare const DashIsoWriteSegmentTimelineInRepresentation: {
|
|
2226
|
-
readonly DISABLED: "DISABLED";
|
|
2227
|
-
readonly ENABLED: "ENABLED";
|
|
2228
|
-
};
|
|
2229
|
-
export type DashIsoWriteSegmentTimelineInRepresentation =
|
|
2230
|
-
(typeof DashIsoWriteSegmentTimelineInRepresentation)[keyof typeof DashIsoWriteSegmentTimelineInRepresentation];
|
|
2231
1266
|
export interface DashIsoGroupSettings {
|
|
2232
1267
|
AdditionalManifests?: DashAdditionalManifest[] | undefined;
|
|
2233
1268
|
AudioChannelConfigSchemeIdUri?:
|
|
@@ -2260,67 +1295,6 @@ export interface FileGroupSettings {
|
|
|
2260
1295
|
Destination?: string | undefined;
|
|
2261
1296
|
DestinationSettings?: DestinationSettings | undefined;
|
|
2262
1297
|
}
|
|
2263
|
-
export declare const HlsAudioOnlyHeader: {
|
|
2264
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
2265
|
-
readonly INCLUDE: "INCLUDE";
|
|
2266
|
-
};
|
|
2267
|
-
export type HlsAudioOnlyHeader =
|
|
2268
|
-
(typeof HlsAudioOnlyHeader)[keyof typeof HlsAudioOnlyHeader];
|
|
2269
|
-
export declare const HlsCaptionLanguageSetting: {
|
|
2270
|
-
readonly INSERT: "INSERT";
|
|
2271
|
-
readonly NONE: "NONE";
|
|
2272
|
-
readonly OMIT: "OMIT";
|
|
2273
|
-
};
|
|
2274
|
-
export type HlsCaptionLanguageSetting =
|
|
2275
|
-
(typeof HlsCaptionLanguageSetting)[keyof typeof HlsCaptionLanguageSetting];
|
|
2276
|
-
export declare const HlsCaptionSegmentLengthControl: {
|
|
2277
|
-
readonly LARGE_SEGMENTS: "LARGE_SEGMENTS";
|
|
2278
|
-
readonly MATCH_VIDEO: "MATCH_VIDEO";
|
|
2279
|
-
};
|
|
2280
|
-
export type HlsCaptionSegmentLengthControl =
|
|
2281
|
-
(typeof HlsCaptionSegmentLengthControl)[keyof typeof HlsCaptionSegmentLengthControl];
|
|
2282
|
-
export declare const HlsClientCache: {
|
|
2283
|
-
readonly DISABLED: "DISABLED";
|
|
2284
|
-
readonly ENABLED: "ENABLED";
|
|
2285
|
-
};
|
|
2286
|
-
export type HlsClientCache =
|
|
2287
|
-
(typeof HlsClientCache)[keyof typeof HlsClientCache];
|
|
2288
|
-
export declare const HlsCodecSpecification: {
|
|
2289
|
-
readonly RFC_4281: "RFC_4281";
|
|
2290
|
-
readonly RFC_6381: "RFC_6381";
|
|
2291
|
-
};
|
|
2292
|
-
export type HlsCodecSpecification =
|
|
2293
|
-
(typeof HlsCodecSpecification)[keyof typeof HlsCodecSpecification];
|
|
2294
|
-
export declare const HlsDirectoryStructure: {
|
|
2295
|
-
readonly SINGLE_DIRECTORY: "SINGLE_DIRECTORY";
|
|
2296
|
-
readonly SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM";
|
|
2297
|
-
};
|
|
2298
|
-
export type HlsDirectoryStructure =
|
|
2299
|
-
(typeof HlsDirectoryStructure)[keyof typeof HlsDirectoryStructure];
|
|
2300
|
-
export declare const HlsEncryptionType: {
|
|
2301
|
-
readonly AES128: "AES128";
|
|
2302
|
-
readonly SAMPLE_AES: "SAMPLE_AES";
|
|
2303
|
-
};
|
|
2304
|
-
export type HlsEncryptionType =
|
|
2305
|
-
(typeof HlsEncryptionType)[keyof typeof HlsEncryptionType];
|
|
2306
|
-
export declare const HlsInitializationVectorInManifest: {
|
|
2307
|
-
readonly EXCLUDE: "EXCLUDE";
|
|
2308
|
-
readonly INCLUDE: "INCLUDE";
|
|
2309
|
-
};
|
|
2310
|
-
export type HlsInitializationVectorInManifest =
|
|
2311
|
-
(typeof HlsInitializationVectorInManifest)[keyof typeof HlsInitializationVectorInManifest];
|
|
2312
|
-
export declare const HlsOfflineEncrypted: {
|
|
2313
|
-
readonly DISABLED: "DISABLED";
|
|
2314
|
-
readonly ENABLED: "ENABLED";
|
|
2315
|
-
};
|
|
2316
|
-
export type HlsOfflineEncrypted =
|
|
2317
|
-
(typeof HlsOfflineEncrypted)[keyof typeof HlsOfflineEncrypted];
|
|
2318
|
-
export declare const HlsKeyProviderType: {
|
|
2319
|
-
readonly SPEKE: "SPEKE";
|
|
2320
|
-
readonly STATIC_KEY: "STATIC_KEY";
|
|
2321
|
-
};
|
|
2322
|
-
export type HlsKeyProviderType =
|
|
2323
|
-
(typeof HlsKeyProviderType)[keyof typeof HlsKeyProviderType];
|
|
2324
1298
|
export interface HlsEncryptionSettings {
|
|
2325
1299
|
ConstantInitializationVector?: string | undefined;
|
|
2326
1300
|
EncryptionMethod?: HlsEncryptionType | undefined;
|
|
@@ -2332,20 +1306,6 @@ export interface HlsEncryptionSettings {
|
|
|
2332
1306
|
StaticKeyProvider?: StaticKeyProvider | undefined;
|
|
2333
1307
|
Type?: HlsKeyProviderType | undefined;
|
|
2334
1308
|
}
|
|
2335
|
-
export declare const HlsImageBasedTrickPlay: {
|
|
2336
|
-
readonly ADVANCED: "ADVANCED";
|
|
2337
|
-
readonly NONE: "NONE";
|
|
2338
|
-
readonly THUMBNAIL: "THUMBNAIL";
|
|
2339
|
-
readonly THUMBNAIL_AND_FULLFRAME: "THUMBNAIL_AND_FULLFRAME";
|
|
2340
|
-
};
|
|
2341
|
-
export type HlsImageBasedTrickPlay =
|
|
2342
|
-
(typeof HlsImageBasedTrickPlay)[keyof typeof HlsImageBasedTrickPlay];
|
|
2343
|
-
export declare const HlsIntervalCadence: {
|
|
2344
|
-
readonly FOLLOW_CUSTOM: "FOLLOW_CUSTOM";
|
|
2345
|
-
readonly FOLLOW_IFRAME: "FOLLOW_IFRAME";
|
|
2346
|
-
};
|
|
2347
|
-
export type HlsIntervalCadence =
|
|
2348
|
-
(typeof HlsIntervalCadence)[keyof typeof HlsIntervalCadence];
|
|
2349
1309
|
export interface HlsImageBasedTrickPlaySettings {
|
|
2350
1310
|
IntervalCadence?: HlsIntervalCadence | undefined;
|
|
2351
1311
|
ThumbnailHeight?: number | undefined;
|
|
@@ -2354,33 +1314,1202 @@ export interface HlsImageBasedTrickPlaySettings {
|
|
|
2354
1314
|
TileHeight?: number | undefined;
|
|
2355
1315
|
TileWidth?: number | undefined;
|
|
2356
1316
|
}
|
|
2357
|
-
export
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
1317
|
+
export interface HlsGroupSettings {
|
|
1318
|
+
AdMarkers?: HlsAdMarkers[] | undefined;
|
|
1319
|
+
AdditionalManifests?: HlsAdditionalManifest[] | undefined;
|
|
1320
|
+
AudioOnlyHeader?: HlsAudioOnlyHeader | undefined;
|
|
1321
|
+
BaseUrl?: string | undefined;
|
|
1322
|
+
CaptionLanguageMappings?: HlsCaptionLanguageMapping[] | undefined;
|
|
1323
|
+
CaptionLanguageSetting?: HlsCaptionLanguageSetting | undefined;
|
|
1324
|
+
CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | undefined;
|
|
1325
|
+
ClientCache?: HlsClientCache | undefined;
|
|
1326
|
+
CodecSpecification?: HlsCodecSpecification | undefined;
|
|
1327
|
+
Destination?: string | undefined;
|
|
1328
|
+
DestinationSettings?: DestinationSettings | undefined;
|
|
1329
|
+
DirectoryStructure?: HlsDirectoryStructure | undefined;
|
|
1330
|
+
Encryption?: HlsEncryptionSettings | undefined;
|
|
1331
|
+
ImageBasedTrickPlay?: HlsImageBasedTrickPlay | undefined;
|
|
1332
|
+
ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings | undefined;
|
|
1333
|
+
ManifestCompression?: HlsManifestCompression | undefined;
|
|
1334
|
+
ManifestDurationFormat?: HlsManifestDurationFormat | undefined;
|
|
1335
|
+
MinFinalSegmentLength?: number | undefined;
|
|
1336
|
+
MinSegmentLength?: number | undefined;
|
|
1337
|
+
OutputSelection?: HlsOutputSelection | undefined;
|
|
1338
|
+
ProgramDateTime?: HlsProgramDateTime | undefined;
|
|
1339
|
+
ProgramDateTimePeriod?: number | undefined;
|
|
1340
|
+
ProgressiveWriteHlsManifest?: HlsProgressiveWriteHlsManifest | undefined;
|
|
1341
|
+
SegmentControl?: HlsSegmentControl | undefined;
|
|
1342
|
+
SegmentLength?: number | undefined;
|
|
1343
|
+
SegmentLengthControl?: HlsSegmentLengthControl | undefined;
|
|
1344
|
+
SegmentsPerSubdirectory?: number | undefined;
|
|
1345
|
+
StreamInfResolution?: HlsStreamInfResolution | undefined;
|
|
1346
|
+
TargetDurationCompatibilityMode?:
|
|
1347
|
+
| HlsTargetDurationCompatibilityMode
|
|
1348
|
+
| undefined;
|
|
1349
|
+
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | undefined;
|
|
1350
|
+
TimedMetadataId3Period?: number | undefined;
|
|
1351
|
+
TimestampDeltaMilliseconds?: number | undefined;
|
|
1352
|
+
}
|
|
1353
|
+
export interface MsSmoothAdditionalManifest {
|
|
1354
|
+
ManifestNameModifier?: string | undefined;
|
|
1355
|
+
SelectedOutputs?: string[] | undefined;
|
|
1356
|
+
}
|
|
1357
|
+
export interface MsSmoothEncryptionSettings {
|
|
1358
|
+
SpekeKeyProvider?: SpekeKeyProvider | undefined;
|
|
1359
|
+
}
|
|
1360
|
+
export interface MsSmoothGroupSettings {
|
|
1361
|
+
AdditionalManifests?: MsSmoothAdditionalManifest[] | undefined;
|
|
1362
|
+
AudioDeduplication?: MsSmoothAudioDeduplication | undefined;
|
|
1363
|
+
Destination?: string | undefined;
|
|
1364
|
+
DestinationSettings?: DestinationSettings | undefined;
|
|
1365
|
+
Encryption?: MsSmoothEncryptionSettings | undefined;
|
|
1366
|
+
FragmentLength?: number | undefined;
|
|
1367
|
+
FragmentLengthControl?: MsSmoothFragmentLengthControl | undefined;
|
|
1368
|
+
ManifestEncoding?: MsSmoothManifestEncoding | undefined;
|
|
1369
|
+
}
|
|
1370
|
+
export interface OutputGroupSettings {
|
|
1371
|
+
CmafGroupSettings?: CmafGroupSettings | undefined;
|
|
1372
|
+
DashIsoGroupSettings?: DashIsoGroupSettings | undefined;
|
|
1373
|
+
FileGroupSettings?: FileGroupSettings | undefined;
|
|
1374
|
+
HlsGroupSettings?: HlsGroupSettings | undefined;
|
|
1375
|
+
MsSmoothGroupSettings?: MsSmoothGroupSettings | undefined;
|
|
1376
|
+
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1377
|
+
Type?: OutputGroupType | undefined;
|
|
1378
|
+
}
|
|
1379
|
+
export interface CmfcSettings {
|
|
1380
|
+
AudioDuration?: CmfcAudioDuration | undefined;
|
|
1381
|
+
AudioGroupId?: string | undefined;
|
|
1382
|
+
AudioRenditionSets?: string | undefined;
|
|
1383
|
+
AudioTrackType?: CmfcAudioTrackType | undefined;
|
|
1384
|
+
C2paManifest?: CmfcC2paManifest | undefined;
|
|
1385
|
+
CertificateSecret?: string | undefined;
|
|
1386
|
+
DescriptiveVideoServiceFlag?: CmfcDescriptiveVideoServiceFlag | undefined;
|
|
1387
|
+
IFrameOnlyManifest?: CmfcIFrameOnlyManifest | undefined;
|
|
1388
|
+
KlvMetadata?: CmfcKlvMetadata | undefined;
|
|
1389
|
+
ManifestMetadataSignaling?: CmfcManifestMetadataSignaling | undefined;
|
|
1390
|
+
Scte35Esam?: CmfcScte35Esam | undefined;
|
|
1391
|
+
Scte35Source?: CmfcScte35Source | undefined;
|
|
1392
|
+
SigningKmsKey?: string | undefined;
|
|
1393
|
+
TimedMetadata?: CmfcTimedMetadata | undefined;
|
|
1394
|
+
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion | undefined;
|
|
1395
|
+
TimedMetadataSchemeIdUri?: string | undefined;
|
|
1396
|
+
TimedMetadataValue?: string | undefined;
|
|
1397
|
+
}
|
|
1398
|
+
export interface F4vSettings {
|
|
1399
|
+
MoovPlacement?: F4vMoovPlacement | undefined;
|
|
1400
|
+
}
|
|
1401
|
+
export interface DvbNitSettings {
|
|
1402
|
+
NetworkId?: number | undefined;
|
|
1403
|
+
NetworkName?: string | undefined;
|
|
1404
|
+
NitInterval?: number | undefined;
|
|
1405
|
+
}
|
|
1406
|
+
export interface DvbSdtSettings {
|
|
1407
|
+
OutputSdt?: OutputSdt | undefined;
|
|
1408
|
+
SdtInterval?: number | undefined;
|
|
1409
|
+
ServiceName?: string | undefined;
|
|
1410
|
+
ServiceProviderName?: string | undefined;
|
|
1411
|
+
}
|
|
1412
|
+
export interface DvbTdtSettings {
|
|
1413
|
+
TdtInterval?: number | undefined;
|
|
1414
|
+
}
|
|
1415
|
+
export interface M2tsScte35Esam {
|
|
1416
|
+
Scte35EsamPid?: number | undefined;
|
|
1417
|
+
}
|
|
1418
|
+
export interface M2tsSettings {
|
|
1419
|
+
AudioBufferModel?: M2tsAudioBufferModel | undefined;
|
|
1420
|
+
AudioDuration?: M2tsAudioDuration | undefined;
|
|
1421
|
+
AudioFramesPerPes?: number | undefined;
|
|
1422
|
+
AudioPids?: number[] | undefined;
|
|
1423
|
+
AudioPtsOffsetDelta?: number | undefined;
|
|
1424
|
+
Bitrate?: number | undefined;
|
|
1425
|
+
BufferModel?: M2tsBufferModel | undefined;
|
|
1426
|
+
DataPTSControl?: M2tsDataPtsControl | undefined;
|
|
1427
|
+
DvbNitSettings?: DvbNitSettings | undefined;
|
|
1428
|
+
DvbSdtSettings?: DvbSdtSettings | undefined;
|
|
1429
|
+
DvbSubPids?: number[] | undefined;
|
|
1430
|
+
DvbTdtSettings?: DvbTdtSettings | undefined;
|
|
1431
|
+
DvbTeletextPid?: number | undefined;
|
|
1432
|
+
EbpAudioInterval?: M2tsEbpAudioInterval | undefined;
|
|
1433
|
+
EbpPlacement?: M2tsEbpPlacement | undefined;
|
|
1434
|
+
EsRateInPes?: M2tsEsRateInPes | undefined;
|
|
1435
|
+
ForceTsVideoEbpOrder?: M2tsForceTsVideoEbpOrder | undefined;
|
|
1436
|
+
FragmentTime?: number | undefined;
|
|
1437
|
+
KlvMetadata?: M2tsKlvMetadata | undefined;
|
|
1438
|
+
MaxPcrInterval?: number | undefined;
|
|
1439
|
+
MinEbpInterval?: number | undefined;
|
|
1440
|
+
NielsenId3?: M2tsNielsenId3 | undefined;
|
|
1441
|
+
NullPacketBitrate?: number | undefined;
|
|
1442
|
+
PatInterval?: number | undefined;
|
|
1443
|
+
PcrControl?: M2tsPcrControl | undefined;
|
|
1444
|
+
PcrPid?: number | undefined;
|
|
1445
|
+
PmtInterval?: number | undefined;
|
|
1446
|
+
PmtPid?: number | undefined;
|
|
1447
|
+
PreventBufferUnderflow?: M2tsPreventBufferUnderflow | undefined;
|
|
1448
|
+
PrivateMetadataPid?: number | undefined;
|
|
1449
|
+
ProgramNumber?: number | undefined;
|
|
1450
|
+
PtsOffset?: number | undefined;
|
|
1451
|
+
PtsOffsetMode?: TsPtsOffset | undefined;
|
|
1452
|
+
RateMode?: M2tsRateMode | undefined;
|
|
1453
|
+
Scte35Esam?: M2tsScte35Esam | undefined;
|
|
1454
|
+
Scte35Pid?: number | undefined;
|
|
1455
|
+
Scte35Source?: M2tsScte35Source | undefined;
|
|
1456
|
+
SegmentationMarkers?: M2tsSegmentationMarkers | undefined;
|
|
1457
|
+
SegmentationStyle?: M2tsSegmentationStyle | undefined;
|
|
1458
|
+
SegmentationTime?: number | undefined;
|
|
1459
|
+
TimedMetadataPid?: number | undefined;
|
|
1460
|
+
TransportStreamId?: number | undefined;
|
|
1461
|
+
VideoPid?: number | undefined;
|
|
1462
|
+
}
|
|
1463
|
+
export interface M3u8Settings {
|
|
1464
|
+
AudioDuration?: M3u8AudioDuration | undefined;
|
|
1465
|
+
AudioFramesPerPes?: number | undefined;
|
|
1466
|
+
AudioPids?: number[] | undefined;
|
|
1467
|
+
AudioPtsOffsetDelta?: number | undefined;
|
|
1468
|
+
DataPTSControl?: M3u8DataPtsControl | undefined;
|
|
1469
|
+
MaxPcrInterval?: number | undefined;
|
|
1470
|
+
NielsenId3?: M3u8NielsenId3 | undefined;
|
|
1471
|
+
PatInterval?: number | undefined;
|
|
1472
|
+
PcrControl?: M3u8PcrControl | undefined;
|
|
1473
|
+
PcrPid?: number | undefined;
|
|
1474
|
+
PmtInterval?: number | undefined;
|
|
1475
|
+
PmtPid?: number | undefined;
|
|
1476
|
+
PrivateMetadataPid?: number | undefined;
|
|
1477
|
+
ProgramNumber?: number | undefined;
|
|
1478
|
+
PtsOffset?: number | undefined;
|
|
1479
|
+
PtsOffsetMode?: TsPtsOffset | undefined;
|
|
1480
|
+
Scte35Pid?: number | undefined;
|
|
1481
|
+
Scte35Source?: M3u8Scte35Source | undefined;
|
|
1482
|
+
TimedMetadata?: TimedMetadata | undefined;
|
|
1483
|
+
TimedMetadataPid?: number | undefined;
|
|
1484
|
+
TransportStreamId?: number | undefined;
|
|
1485
|
+
VideoPid?: number | undefined;
|
|
1486
|
+
}
|
|
1487
|
+
export interface MovSettings {
|
|
1488
|
+
ClapAtom?: MovClapAtom | undefined;
|
|
1489
|
+
CslgAtom?: MovCslgAtom | undefined;
|
|
1490
|
+
Mpeg2FourCCControl?: MovMpeg2FourCCControl | undefined;
|
|
1491
|
+
PaddingControl?: MovPaddingControl | undefined;
|
|
1492
|
+
Reference?: MovReference | undefined;
|
|
1493
|
+
}
|
|
1494
|
+
export interface Mp4Settings {
|
|
1495
|
+
AudioDuration?: CmfcAudioDuration | undefined;
|
|
1496
|
+
C2paManifest?: Mp4C2paManifest | undefined;
|
|
1497
|
+
CertificateSecret?: string | undefined;
|
|
1498
|
+
CslgAtom?: Mp4CslgAtom | undefined;
|
|
1499
|
+
CttsVersion?: number | undefined;
|
|
1500
|
+
FreeSpaceBox?: Mp4FreeSpaceBox | undefined;
|
|
1501
|
+
MoovPlacement?: Mp4MoovPlacement | undefined;
|
|
1502
|
+
Mp4MajorBrand?: string | undefined;
|
|
1503
|
+
SigningKmsKey?: string | undefined;
|
|
1504
|
+
}
|
|
1505
|
+
export interface MpdSettings {
|
|
1506
|
+
AccessibilityCaptionHints?: MpdAccessibilityCaptionHints | undefined;
|
|
1507
|
+
AudioDuration?: MpdAudioDuration | undefined;
|
|
1508
|
+
C2paManifest?: MpdC2paManifest | undefined;
|
|
1509
|
+
CaptionContainerType?: MpdCaptionContainerType | undefined;
|
|
1510
|
+
CertificateSecret?: string | undefined;
|
|
1511
|
+
KlvMetadata?: MpdKlvMetadata | undefined;
|
|
1512
|
+
ManifestMetadataSignaling?: MpdManifestMetadataSignaling | undefined;
|
|
1513
|
+
Scte35Esam?: MpdScte35Esam | undefined;
|
|
1514
|
+
Scte35Source?: MpdScte35Source | undefined;
|
|
1515
|
+
SigningKmsKey?: string | undefined;
|
|
1516
|
+
TimedMetadata?: MpdTimedMetadata | undefined;
|
|
1517
|
+
TimedMetadataBoxVersion?: MpdTimedMetadataBoxVersion | undefined;
|
|
1518
|
+
TimedMetadataSchemeIdUri?: string | undefined;
|
|
1519
|
+
TimedMetadataValue?: string | undefined;
|
|
1520
|
+
}
|
|
1521
|
+
export interface MxfXavcProfileSettings {
|
|
1522
|
+
DurationMode?: MxfXavcDurationMode | undefined;
|
|
1523
|
+
MaxAncDataSize?: number | undefined;
|
|
1524
|
+
}
|
|
1525
|
+
export interface MxfSettings {
|
|
1526
|
+
AfdSignaling?: MxfAfdSignaling | undefined;
|
|
1527
|
+
Profile?: MxfProfile | undefined;
|
|
1528
|
+
XavcProfileSettings?: MxfXavcProfileSettings | undefined;
|
|
1529
|
+
}
|
|
1530
|
+
export interface ContainerSettings {
|
|
1531
|
+
CmfcSettings?: CmfcSettings | undefined;
|
|
1532
|
+
Container?: ContainerType | undefined;
|
|
1533
|
+
F4vSettings?: F4vSettings | undefined;
|
|
1534
|
+
M2tsSettings?: M2tsSettings | undefined;
|
|
1535
|
+
M3u8Settings?: M3u8Settings | undefined;
|
|
1536
|
+
MovSettings?: MovSettings | undefined;
|
|
1537
|
+
Mp4Settings?: Mp4Settings | undefined;
|
|
1538
|
+
MpdSettings?: MpdSettings | undefined;
|
|
1539
|
+
MxfSettings?: MxfSettings | undefined;
|
|
1540
|
+
}
|
|
1541
|
+
export interface HlsSettings {
|
|
1542
|
+
AudioGroupId?: string | undefined;
|
|
1543
|
+
AudioOnlyContainer?: HlsAudioOnlyContainer | undefined;
|
|
1544
|
+
AudioRenditionSets?: string | undefined;
|
|
1545
|
+
AudioTrackType?: HlsAudioTrackType | undefined;
|
|
1546
|
+
DescriptiveVideoServiceFlag?: HlsDescriptiveVideoServiceFlag | undefined;
|
|
1547
|
+
IFrameOnlyManifest?: HlsIFrameOnlyManifest | undefined;
|
|
1548
|
+
SegmentModifier?: string | undefined;
|
|
1549
|
+
}
|
|
1550
|
+
export interface OutputSettings {
|
|
1551
|
+
HlsSettings?: HlsSettings | undefined;
|
|
1552
|
+
}
|
|
1553
|
+
export interface Av1QvbrSettings {
|
|
1554
|
+
QvbrQualityLevel?: number | undefined;
|
|
1555
|
+
QvbrQualityLevelFineTune?: number | undefined;
|
|
1556
|
+
}
|
|
1557
|
+
export interface Av1Settings {
|
|
1558
|
+
AdaptiveQuantization?: Av1AdaptiveQuantization | undefined;
|
|
1559
|
+
BitDepth?: Av1BitDepth | undefined;
|
|
1560
|
+
FilmGrainSynthesis?: Av1FilmGrainSynthesis | undefined;
|
|
1561
|
+
FramerateControl?: Av1FramerateControl | undefined;
|
|
1562
|
+
FramerateConversionAlgorithm?: Av1FramerateConversionAlgorithm | undefined;
|
|
1563
|
+
FramerateDenominator?: number | undefined;
|
|
1564
|
+
FramerateNumerator?: number | undefined;
|
|
1565
|
+
GopSize?: number | undefined;
|
|
1566
|
+
MaxBitrate?: number | undefined;
|
|
1567
|
+
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
1568
|
+
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1569
|
+
QvbrSettings?: Av1QvbrSettings | undefined;
|
|
1570
|
+
RateControlMode?: Av1RateControlMode | undefined;
|
|
1571
|
+
Slices?: number | undefined;
|
|
1572
|
+
SpatialAdaptiveQuantization?: Av1SpatialAdaptiveQuantization | undefined;
|
|
1573
|
+
}
|
|
1574
|
+
export interface AvcIntraUhdSettings {
|
|
1575
|
+
QualityTuningLevel?: AvcIntraUhdQualityTuningLevel | undefined;
|
|
1576
|
+
}
|
|
1577
|
+
export interface AvcIntraSettings {
|
|
1578
|
+
AvcIntraClass?: AvcIntraClass | undefined;
|
|
1579
|
+
AvcIntraUhdSettings?: AvcIntraUhdSettings | undefined;
|
|
1580
|
+
FramerateControl?: AvcIntraFramerateControl | undefined;
|
|
1581
|
+
FramerateConversionAlgorithm?:
|
|
1582
|
+
| AvcIntraFramerateConversionAlgorithm
|
|
1583
|
+
| undefined;
|
|
1584
|
+
FramerateDenominator?: number | undefined;
|
|
1585
|
+
FramerateNumerator?: number | undefined;
|
|
1586
|
+
InterlaceMode?: AvcIntraInterlaceMode | undefined;
|
|
1587
|
+
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1588
|
+
ScanTypeConversionMode?: AvcIntraScanTypeConversionMode | undefined;
|
|
1589
|
+
SlowPal?: AvcIntraSlowPal | undefined;
|
|
1590
|
+
Telecine?: AvcIntraTelecine | undefined;
|
|
1591
|
+
}
|
|
1592
|
+
export interface FrameCaptureSettings {
|
|
1593
|
+
FramerateDenominator?: number | undefined;
|
|
1594
|
+
FramerateNumerator?: number | undefined;
|
|
1595
|
+
MaxCaptures?: number | undefined;
|
|
1596
|
+
Quality?: number | undefined;
|
|
1597
|
+
}
|
|
1598
|
+
export interface GifSettings {
|
|
1599
|
+
FramerateControl?: GifFramerateControl | undefined;
|
|
1600
|
+
FramerateConversionAlgorithm?: GifFramerateConversionAlgorithm | undefined;
|
|
1601
|
+
FramerateDenominator?: number | undefined;
|
|
1602
|
+
FramerateNumerator?: number | undefined;
|
|
1603
|
+
}
|
|
1604
|
+
export interface BandwidthReductionFilter {
|
|
1605
|
+
Sharpening?: BandwidthReductionFilterSharpening | undefined;
|
|
1606
|
+
Strength?: BandwidthReductionFilterStrength | undefined;
|
|
1607
|
+
}
|
|
1608
|
+
export interface H264QvbrSettings {
|
|
1609
|
+
MaxAverageBitrate?: number | undefined;
|
|
1610
|
+
QvbrQualityLevel?: number | undefined;
|
|
1611
|
+
QvbrQualityLevelFineTune?: number | undefined;
|
|
1612
|
+
}
|
|
1613
|
+
export interface H264Settings {
|
|
1614
|
+
AdaptiveQuantization?: H264AdaptiveQuantization | undefined;
|
|
1615
|
+
BandwidthReductionFilter?: BandwidthReductionFilter | undefined;
|
|
1616
|
+
Bitrate?: number | undefined;
|
|
1617
|
+
CodecLevel?: H264CodecLevel | undefined;
|
|
1618
|
+
CodecProfile?: H264CodecProfile | undefined;
|
|
1619
|
+
DynamicSubGop?: H264DynamicSubGop | undefined;
|
|
1620
|
+
EndOfStreamMarkers?: H264EndOfStreamMarkers | undefined;
|
|
1621
|
+
EntropyEncoding?: H264EntropyEncoding | undefined;
|
|
1622
|
+
FieldEncoding?: H264FieldEncoding | undefined;
|
|
1623
|
+
FlickerAdaptiveQuantization?: H264FlickerAdaptiveQuantization | undefined;
|
|
1624
|
+
FramerateControl?: H264FramerateControl | undefined;
|
|
1625
|
+
FramerateConversionAlgorithm?: H264FramerateConversionAlgorithm | undefined;
|
|
1626
|
+
FramerateDenominator?: number | undefined;
|
|
1627
|
+
FramerateNumerator?: number | undefined;
|
|
1628
|
+
GopBReference?: H264GopBReference | undefined;
|
|
1629
|
+
GopClosedCadence?: number | undefined;
|
|
1630
|
+
GopSize?: number | undefined;
|
|
1631
|
+
GopSizeUnits?: H264GopSizeUnits | undefined;
|
|
1632
|
+
HrdBufferFinalFillPercentage?: number | undefined;
|
|
1633
|
+
HrdBufferInitialFillPercentage?: number | undefined;
|
|
1634
|
+
HrdBufferSize?: number | undefined;
|
|
1635
|
+
InterlaceMode?: H264InterlaceMode | undefined;
|
|
1636
|
+
MaxBitrate?: number | undefined;
|
|
1637
|
+
MinIInterval?: number | undefined;
|
|
1638
|
+
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
1639
|
+
NumberReferenceFrames?: number | undefined;
|
|
1640
|
+
ParControl?: H264ParControl | undefined;
|
|
1641
|
+
ParDenominator?: number | undefined;
|
|
1642
|
+
ParNumerator?: number | undefined;
|
|
1643
|
+
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1644
|
+
QualityTuningLevel?: H264QualityTuningLevel | undefined;
|
|
1645
|
+
QvbrSettings?: H264QvbrSettings | undefined;
|
|
1646
|
+
RateControlMode?: H264RateControlMode | undefined;
|
|
1647
|
+
RepeatPps?: H264RepeatPps | undefined;
|
|
1648
|
+
SaliencyAwareEncoding?: H264SaliencyAwareEncoding | undefined;
|
|
1649
|
+
ScanTypeConversionMode?: H264ScanTypeConversionMode | undefined;
|
|
1650
|
+
SceneChangeDetect?: H264SceneChangeDetect | undefined;
|
|
1651
|
+
Slices?: number | undefined;
|
|
1652
|
+
SlowPal?: H264SlowPal | undefined;
|
|
1653
|
+
Softness?: number | undefined;
|
|
1654
|
+
SpatialAdaptiveQuantization?: H264SpatialAdaptiveQuantization | undefined;
|
|
1655
|
+
Syntax?: H264Syntax | undefined;
|
|
1656
|
+
Telecine?: H264Telecine | undefined;
|
|
1657
|
+
TemporalAdaptiveQuantization?: H264TemporalAdaptiveQuantization | undefined;
|
|
1658
|
+
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode | undefined;
|
|
1659
|
+
WriteMp4PackagingType?: H264WriteMp4PackagingType | undefined;
|
|
1660
|
+
}
|
|
1661
|
+
export interface H265QvbrSettings {
|
|
1662
|
+
MaxAverageBitrate?: number | undefined;
|
|
1663
|
+
QvbrQualityLevel?: number | undefined;
|
|
1664
|
+
QvbrQualityLevelFineTune?: number | undefined;
|
|
1665
|
+
}
|
|
1666
|
+
export interface H265Settings {
|
|
1667
|
+
AdaptiveQuantization?: H265AdaptiveQuantization | undefined;
|
|
1668
|
+
AlternateTransferFunctionSei?: H265AlternateTransferFunctionSei | undefined;
|
|
1669
|
+
BandwidthReductionFilter?: BandwidthReductionFilter | undefined;
|
|
1670
|
+
Bitrate?: number | undefined;
|
|
1671
|
+
CodecLevel?: H265CodecLevel | undefined;
|
|
1672
|
+
CodecProfile?: H265CodecProfile | undefined;
|
|
1673
|
+
Deblocking?: H265Deblocking | undefined;
|
|
1674
|
+
DynamicSubGop?: H265DynamicSubGop | undefined;
|
|
1675
|
+
EndOfStreamMarkers?: H265EndOfStreamMarkers | undefined;
|
|
1676
|
+
FlickerAdaptiveQuantization?: H265FlickerAdaptiveQuantization | undefined;
|
|
1677
|
+
FramerateControl?: H265FramerateControl | undefined;
|
|
1678
|
+
FramerateConversionAlgorithm?: H265FramerateConversionAlgorithm | undefined;
|
|
1679
|
+
FramerateDenominator?: number | undefined;
|
|
1680
|
+
FramerateNumerator?: number | undefined;
|
|
1681
|
+
GopBReference?: H265GopBReference | undefined;
|
|
1682
|
+
GopClosedCadence?: number | undefined;
|
|
1683
|
+
GopSize?: number | undefined;
|
|
1684
|
+
GopSizeUnits?: H265GopSizeUnits | undefined;
|
|
1685
|
+
HrdBufferFinalFillPercentage?: number | undefined;
|
|
1686
|
+
HrdBufferInitialFillPercentage?: number | undefined;
|
|
1687
|
+
HrdBufferSize?: number | undefined;
|
|
1688
|
+
InterlaceMode?: H265InterlaceMode | undefined;
|
|
1689
|
+
MaxBitrate?: number | undefined;
|
|
1690
|
+
MinIInterval?: number | undefined;
|
|
1691
|
+
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
1692
|
+
NumberReferenceFrames?: number | undefined;
|
|
1693
|
+
ParControl?: H265ParControl | undefined;
|
|
1694
|
+
ParDenominator?: number | undefined;
|
|
1695
|
+
ParNumerator?: number | undefined;
|
|
1696
|
+
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1697
|
+
QualityTuningLevel?: H265QualityTuningLevel | undefined;
|
|
1698
|
+
QvbrSettings?: H265QvbrSettings | undefined;
|
|
1699
|
+
RateControlMode?: H265RateControlMode | undefined;
|
|
1700
|
+
SampleAdaptiveOffsetFilterMode?:
|
|
1701
|
+
| H265SampleAdaptiveOffsetFilterMode
|
|
1702
|
+
| undefined;
|
|
1703
|
+
ScanTypeConversionMode?: H265ScanTypeConversionMode | undefined;
|
|
1704
|
+
SceneChangeDetect?: H265SceneChangeDetect | undefined;
|
|
1705
|
+
Slices?: number | undefined;
|
|
1706
|
+
SlowPal?: H265SlowPal | undefined;
|
|
1707
|
+
SpatialAdaptiveQuantization?: H265SpatialAdaptiveQuantization | undefined;
|
|
1708
|
+
Telecine?: H265Telecine | undefined;
|
|
1709
|
+
TemporalAdaptiveQuantization?: H265TemporalAdaptiveQuantization | undefined;
|
|
1710
|
+
TemporalIds?: H265TemporalIds | undefined;
|
|
1711
|
+
Tiles?: H265Tiles | undefined;
|
|
1712
|
+
UnregisteredSeiTimecode?: H265UnregisteredSeiTimecode | undefined;
|
|
1713
|
+
WriteMp4PackagingType?: H265WriteMp4PackagingType | undefined;
|
|
1714
|
+
}
|
|
1715
|
+
export interface Mpeg2Settings {
|
|
1716
|
+
AdaptiveQuantization?: Mpeg2AdaptiveQuantization | undefined;
|
|
1717
|
+
Bitrate?: number | undefined;
|
|
1718
|
+
CodecLevel?: Mpeg2CodecLevel | undefined;
|
|
1719
|
+
CodecProfile?: Mpeg2CodecProfile | undefined;
|
|
1720
|
+
DynamicSubGop?: Mpeg2DynamicSubGop | undefined;
|
|
1721
|
+
FramerateControl?: Mpeg2FramerateControl | undefined;
|
|
1722
|
+
FramerateConversionAlgorithm?: Mpeg2FramerateConversionAlgorithm | undefined;
|
|
1723
|
+
FramerateDenominator?: number | undefined;
|
|
1724
|
+
FramerateNumerator?: number | undefined;
|
|
1725
|
+
GopClosedCadence?: number | undefined;
|
|
1726
|
+
GopSize?: number | undefined;
|
|
1727
|
+
GopSizeUnits?: Mpeg2GopSizeUnits | undefined;
|
|
1728
|
+
HrdBufferFinalFillPercentage?: number | undefined;
|
|
1729
|
+
HrdBufferInitialFillPercentage?: number | undefined;
|
|
1730
|
+
HrdBufferSize?: number | undefined;
|
|
1731
|
+
InterlaceMode?: Mpeg2InterlaceMode | undefined;
|
|
1732
|
+
IntraDcPrecision?: Mpeg2IntraDcPrecision | undefined;
|
|
1733
|
+
MaxBitrate?: number | undefined;
|
|
1734
|
+
MinIInterval?: number | undefined;
|
|
1735
|
+
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
1736
|
+
ParControl?: Mpeg2ParControl | undefined;
|
|
1737
|
+
ParDenominator?: number | undefined;
|
|
1738
|
+
ParNumerator?: number | undefined;
|
|
1739
|
+
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1740
|
+
QualityTuningLevel?: Mpeg2QualityTuningLevel | undefined;
|
|
1741
|
+
RateControlMode?: Mpeg2RateControlMode | undefined;
|
|
1742
|
+
ScanTypeConversionMode?: Mpeg2ScanTypeConversionMode | undefined;
|
|
1743
|
+
SceneChangeDetect?: Mpeg2SceneChangeDetect | undefined;
|
|
1744
|
+
SlowPal?: Mpeg2SlowPal | undefined;
|
|
1745
|
+
Softness?: number | undefined;
|
|
1746
|
+
SpatialAdaptiveQuantization?: Mpeg2SpatialAdaptiveQuantization | undefined;
|
|
1747
|
+
Syntax?: Mpeg2Syntax | undefined;
|
|
1748
|
+
Telecine?: Mpeg2Telecine | undefined;
|
|
1749
|
+
TemporalAdaptiveQuantization?: Mpeg2TemporalAdaptiveQuantization | undefined;
|
|
1750
|
+
}
|
|
1751
|
+
export interface PassthroughSettings {
|
|
1752
|
+
FrameControl?: FrameControl | undefined;
|
|
1753
|
+
VideoSelectorMode?: VideoSelectorMode | undefined;
|
|
1754
|
+
}
|
|
1755
|
+
export interface ProresSettings {
|
|
1756
|
+
ChromaSampling?: ProresChromaSampling | undefined;
|
|
1757
|
+
CodecProfile?: ProresCodecProfile | undefined;
|
|
1758
|
+
FramerateControl?: ProresFramerateControl | undefined;
|
|
1759
|
+
FramerateConversionAlgorithm?: ProresFramerateConversionAlgorithm | undefined;
|
|
1760
|
+
FramerateDenominator?: number | undefined;
|
|
1761
|
+
FramerateNumerator?: number | undefined;
|
|
1762
|
+
InterlaceMode?: ProresInterlaceMode | undefined;
|
|
1763
|
+
ParControl?: ProresParControl | undefined;
|
|
1764
|
+
ParDenominator?: number | undefined;
|
|
1765
|
+
ParNumerator?: number | undefined;
|
|
1766
|
+
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1767
|
+
ScanTypeConversionMode?: ProresScanTypeConversionMode | undefined;
|
|
1768
|
+
SlowPal?: ProresSlowPal | undefined;
|
|
1769
|
+
Telecine?: ProresTelecine | undefined;
|
|
1770
|
+
}
|
|
1771
|
+
export interface UncompressedSettings {
|
|
1772
|
+
Fourcc?: UncompressedFourcc | undefined;
|
|
1773
|
+
FramerateControl?: UncompressedFramerateControl | undefined;
|
|
1774
|
+
FramerateConversionAlgorithm?:
|
|
1775
|
+
| UncompressedFramerateConversionAlgorithm
|
|
1776
|
+
| undefined;
|
|
1777
|
+
FramerateDenominator?: number | undefined;
|
|
1778
|
+
FramerateNumerator?: number | undefined;
|
|
1779
|
+
InterlaceMode?: UncompressedInterlaceMode | undefined;
|
|
1780
|
+
ScanTypeConversionMode?: UncompressedScanTypeConversionMode | undefined;
|
|
1781
|
+
SlowPal?: UncompressedSlowPal | undefined;
|
|
1782
|
+
Telecine?: UncompressedTelecine | undefined;
|
|
1783
|
+
}
|
|
1784
|
+
export interface Vc3Settings {
|
|
1785
|
+
FramerateControl?: Vc3FramerateControl | undefined;
|
|
1786
|
+
FramerateConversionAlgorithm?: Vc3FramerateConversionAlgorithm | undefined;
|
|
1787
|
+
FramerateDenominator?: number | undefined;
|
|
1788
|
+
FramerateNumerator?: number | undefined;
|
|
1789
|
+
InterlaceMode?: Vc3InterlaceMode | undefined;
|
|
1790
|
+
ScanTypeConversionMode?: Vc3ScanTypeConversionMode | undefined;
|
|
1791
|
+
SlowPal?: Vc3SlowPal | undefined;
|
|
1792
|
+
Telecine?: Vc3Telecine | undefined;
|
|
1793
|
+
Vc3Class?: Vc3Class | undefined;
|
|
1794
|
+
}
|
|
1795
|
+
export interface Vp8Settings {
|
|
1796
|
+
Bitrate?: number | undefined;
|
|
1797
|
+
FramerateControl?: Vp8FramerateControl | undefined;
|
|
1798
|
+
FramerateConversionAlgorithm?: Vp8FramerateConversionAlgorithm | undefined;
|
|
1799
|
+
FramerateDenominator?: number | undefined;
|
|
1800
|
+
FramerateNumerator?: number | undefined;
|
|
1801
|
+
GopSize?: number | undefined;
|
|
1802
|
+
HrdBufferSize?: number | undefined;
|
|
1803
|
+
MaxBitrate?: number | undefined;
|
|
1804
|
+
ParControl?: Vp8ParControl | undefined;
|
|
1805
|
+
ParDenominator?: number | undefined;
|
|
1806
|
+
ParNumerator?: number | undefined;
|
|
1807
|
+
QualityTuningLevel?: Vp8QualityTuningLevel | undefined;
|
|
1808
|
+
RateControlMode?: Vp8RateControlMode | undefined;
|
|
1809
|
+
}
|
|
1810
|
+
export interface Vp9Settings {
|
|
1811
|
+
Bitrate?: number | undefined;
|
|
1812
|
+
FramerateControl?: Vp9FramerateControl | undefined;
|
|
1813
|
+
FramerateConversionAlgorithm?: Vp9FramerateConversionAlgorithm | undefined;
|
|
1814
|
+
FramerateDenominator?: number | undefined;
|
|
1815
|
+
FramerateNumerator?: number | undefined;
|
|
1816
|
+
GopSize?: number | undefined;
|
|
1817
|
+
HrdBufferSize?: number | undefined;
|
|
1818
|
+
MaxBitrate?: number | undefined;
|
|
1819
|
+
ParControl?: Vp9ParControl | undefined;
|
|
1820
|
+
ParDenominator?: number | undefined;
|
|
1821
|
+
ParNumerator?: number | undefined;
|
|
1822
|
+
QualityTuningLevel?: Vp9QualityTuningLevel | undefined;
|
|
1823
|
+
RateControlMode?: Vp9RateControlMode | undefined;
|
|
1824
|
+
}
|
|
1825
|
+
export interface Xavc4kIntraCbgProfileSettings {
|
|
1826
|
+
XavcClass?: Xavc4kIntraCbgProfileClass | undefined;
|
|
1827
|
+
}
|
|
1828
|
+
export interface Xavc4kIntraVbrProfileSettings {
|
|
1829
|
+
XavcClass?: Xavc4kIntraVbrProfileClass | undefined;
|
|
1830
|
+
}
|
|
1831
|
+
export interface Xavc4kProfileSettings {
|
|
1832
|
+
BitrateClass?: Xavc4kProfileBitrateClass | undefined;
|
|
1833
|
+
CodecProfile?: Xavc4kProfileCodecProfile | undefined;
|
|
1834
|
+
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization | undefined;
|
|
1835
|
+
GopBReference?: XavcGopBReference | undefined;
|
|
1836
|
+
GopClosedCadence?: number | undefined;
|
|
1837
|
+
HrdBufferSize?: number | undefined;
|
|
1838
|
+
QualityTuningLevel?: Xavc4kProfileQualityTuningLevel | undefined;
|
|
1839
|
+
Slices?: number | undefined;
|
|
1840
|
+
}
|
|
1841
|
+
export interface XavcHdIntraCbgProfileSettings {
|
|
1842
|
+
XavcClass?: XavcHdIntraCbgProfileClass | undefined;
|
|
1843
|
+
}
|
|
1844
|
+
export interface XavcHdProfileSettings {
|
|
1845
|
+
BitrateClass?: XavcHdProfileBitrateClass | undefined;
|
|
1846
|
+
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization | undefined;
|
|
1847
|
+
GopBReference?: XavcGopBReference | undefined;
|
|
1848
|
+
GopClosedCadence?: number | undefined;
|
|
1849
|
+
HrdBufferSize?: number | undefined;
|
|
1850
|
+
InterlaceMode?: XavcInterlaceMode | undefined;
|
|
1851
|
+
QualityTuningLevel?: XavcHdProfileQualityTuningLevel | undefined;
|
|
1852
|
+
Slices?: number | undefined;
|
|
1853
|
+
Telecine?: XavcHdProfileTelecine | undefined;
|
|
1854
|
+
}
|
|
1855
|
+
export interface XavcSettings {
|
|
1856
|
+
AdaptiveQuantization?: XavcAdaptiveQuantization | undefined;
|
|
1857
|
+
EntropyEncoding?: XavcEntropyEncoding | undefined;
|
|
1858
|
+
FramerateControl?: XavcFramerateControl | undefined;
|
|
1859
|
+
FramerateConversionAlgorithm?: XavcFramerateConversionAlgorithm | undefined;
|
|
1860
|
+
FramerateDenominator?: number | undefined;
|
|
1861
|
+
FramerateNumerator?: number | undefined;
|
|
1862
|
+
PerFrameMetrics?: FrameMetricType[] | undefined;
|
|
1863
|
+
Profile?: XavcProfile | undefined;
|
|
1864
|
+
SlowPal?: XavcSlowPal | undefined;
|
|
1865
|
+
Softness?: number | undefined;
|
|
1866
|
+
SpatialAdaptiveQuantization?: XavcSpatialAdaptiveQuantization | undefined;
|
|
1867
|
+
TemporalAdaptiveQuantization?: XavcTemporalAdaptiveQuantization | undefined;
|
|
1868
|
+
Xavc4kIntraCbgProfileSettings?: Xavc4kIntraCbgProfileSettings | undefined;
|
|
1869
|
+
Xavc4kIntraVbrProfileSettings?: Xavc4kIntraVbrProfileSettings | undefined;
|
|
1870
|
+
Xavc4kProfileSettings?: Xavc4kProfileSettings | undefined;
|
|
1871
|
+
XavcHdIntraCbgProfileSettings?: XavcHdIntraCbgProfileSettings | undefined;
|
|
1872
|
+
XavcHdProfileSettings?: XavcHdProfileSettings | undefined;
|
|
1873
|
+
}
|
|
1874
|
+
export interface VideoCodecSettings {
|
|
1875
|
+
Av1Settings?: Av1Settings | undefined;
|
|
1876
|
+
AvcIntraSettings?: AvcIntraSettings | undefined;
|
|
1877
|
+
Codec?: VideoCodec | undefined;
|
|
1878
|
+
FrameCaptureSettings?: FrameCaptureSettings | undefined;
|
|
1879
|
+
GifSettings?: GifSettings | undefined;
|
|
1880
|
+
H264Settings?: H264Settings | undefined;
|
|
1881
|
+
H265Settings?: H265Settings | undefined;
|
|
1882
|
+
Mpeg2Settings?: Mpeg2Settings | undefined;
|
|
1883
|
+
PassthroughSettings?: PassthroughSettings | undefined;
|
|
1884
|
+
ProresSettings?: ProresSettings | undefined;
|
|
1885
|
+
UncompressedSettings?: UncompressedSettings | undefined;
|
|
1886
|
+
Vc3Settings?: Vc3Settings | undefined;
|
|
1887
|
+
Vp8Settings?: Vp8Settings | undefined;
|
|
1888
|
+
Vp9Settings?: Vp9Settings | undefined;
|
|
1889
|
+
XavcSettings?: XavcSettings | undefined;
|
|
1890
|
+
}
|
|
1891
|
+
export interface ClipLimits {
|
|
1892
|
+
MaximumRGBTolerance?: number | undefined;
|
|
1893
|
+
MaximumYUV?: number | undefined;
|
|
1894
|
+
MinimumRGBTolerance?: number | undefined;
|
|
1895
|
+
MinimumYUV?: number | undefined;
|
|
1896
|
+
}
|
|
1897
|
+
export interface ColorCorrector {
|
|
1898
|
+
Brightness?: number | undefined;
|
|
1899
|
+
ClipLimits?: ClipLimits | undefined;
|
|
1900
|
+
ColorSpaceConversion?: ColorSpaceConversion | undefined;
|
|
1901
|
+
Contrast?: number | undefined;
|
|
1902
|
+
Hdr10Metadata?: Hdr10Metadata | undefined;
|
|
1903
|
+
HdrToSdrToneMapper?: HDRToSDRToneMapper | undefined;
|
|
1904
|
+
Hue?: number | undefined;
|
|
1905
|
+
MaxLuminance?: number | undefined;
|
|
1906
|
+
SampleRangeConversion?: SampleRangeConversion | undefined;
|
|
1907
|
+
Saturation?: number | undefined;
|
|
1908
|
+
SdrReferenceWhiteLevel?: number | undefined;
|
|
1909
|
+
}
|
|
1910
|
+
export interface Deinterlacer {
|
|
1911
|
+
Algorithm?: DeinterlaceAlgorithm | undefined;
|
|
1912
|
+
Control?: DeinterlacerControl | undefined;
|
|
1913
|
+
Mode?: DeinterlacerMode | undefined;
|
|
1914
|
+
}
|
|
1915
|
+
export interface DolbyVisionLevel6Metadata {
|
|
1916
|
+
MaxCll?: number | undefined;
|
|
1917
|
+
MaxFall?: number | undefined;
|
|
1918
|
+
}
|
|
1919
|
+
export interface DolbyVision {
|
|
1920
|
+
L6Metadata?: DolbyVisionLevel6Metadata | undefined;
|
|
1921
|
+
L6Mode?: DolbyVisionLevel6Mode | undefined;
|
|
1922
|
+
Mapping?: DolbyVisionMapping | undefined;
|
|
1923
|
+
Profile?: DolbyVisionProfile | undefined;
|
|
1924
|
+
}
|
|
1925
|
+
export interface Hdr10Plus {
|
|
1926
|
+
MasteringMonitorNits?: number | undefined;
|
|
1927
|
+
TargetMonitorNits?: number | undefined;
|
|
1928
|
+
}
|
|
1929
|
+
export interface NoiseReducerFilterSettings {
|
|
1930
|
+
Strength?: number | undefined;
|
|
1931
|
+
}
|
|
1932
|
+
export interface NoiseReducerSpatialFilterSettings {
|
|
1933
|
+
PostFilterSharpenStrength?: number | undefined;
|
|
1934
|
+
Speed?: number | undefined;
|
|
1935
|
+
Strength?: number | undefined;
|
|
1936
|
+
}
|
|
1937
|
+
export interface NoiseReducerTemporalFilterSettings {
|
|
1938
|
+
AggressiveMode?: number | undefined;
|
|
1939
|
+
PostTemporalSharpening?: NoiseFilterPostTemporalSharpening | undefined;
|
|
1940
|
+
PostTemporalSharpeningStrength?:
|
|
1941
|
+
| NoiseFilterPostTemporalSharpeningStrength
|
|
1942
|
+
| undefined;
|
|
1943
|
+
Speed?: number | undefined;
|
|
1944
|
+
Strength?: number | undefined;
|
|
1945
|
+
}
|
|
1946
|
+
export interface NoiseReducer {
|
|
1947
|
+
Filter?: NoiseReducerFilter | undefined;
|
|
1948
|
+
FilterSettings?: NoiseReducerFilterSettings | undefined;
|
|
1949
|
+
SpatialFilterSettings?: NoiseReducerSpatialFilterSettings | undefined;
|
|
1950
|
+
TemporalFilterSettings?: NoiseReducerTemporalFilterSettings | undefined;
|
|
1951
|
+
}
|
|
1952
|
+
export interface NexGuardFileMarkerSettings {
|
|
1953
|
+
License?: string | undefined;
|
|
1954
|
+
Payload?: number | undefined;
|
|
1955
|
+
Preset?: string | undefined;
|
|
1956
|
+
Strength?: WatermarkingStrength | undefined;
|
|
1957
|
+
}
|
|
1958
|
+
export interface PartnerWatermarking {
|
|
1959
|
+
NexguardFileMarkerSettings?: NexGuardFileMarkerSettings | undefined;
|
|
1960
|
+
}
|
|
1961
|
+
export interface TimecodeBurnin {
|
|
1962
|
+
FontSize?: number | undefined;
|
|
1963
|
+
Position?: TimecodeBurninPosition | undefined;
|
|
1964
|
+
Prefix?: string | undefined;
|
|
1965
|
+
}
|
|
1966
|
+
export interface VideoPreprocessor {
|
|
1967
|
+
ColorCorrector?: ColorCorrector | undefined;
|
|
1968
|
+
Deinterlacer?: Deinterlacer | undefined;
|
|
1969
|
+
DolbyVision?: DolbyVision | undefined;
|
|
1970
|
+
Hdr10Plus?: Hdr10Plus | undefined;
|
|
1971
|
+
ImageInserter?: ImageInserter | undefined;
|
|
1972
|
+
NoiseReducer?: NoiseReducer | undefined;
|
|
1973
|
+
PartnerWatermarking?: PartnerWatermarking | undefined;
|
|
1974
|
+
TimecodeBurnin?: TimecodeBurnin | undefined;
|
|
1975
|
+
}
|
|
1976
|
+
export interface VideoDescription {
|
|
1977
|
+
AfdSignaling?: AfdSignaling | undefined;
|
|
1978
|
+
AntiAlias?: AntiAlias | undefined;
|
|
1979
|
+
ChromaPositionMode?: ChromaPositionMode | undefined;
|
|
1980
|
+
CodecSettings?: VideoCodecSettings | undefined;
|
|
1981
|
+
ColorMetadata?: ColorMetadata | undefined;
|
|
1982
|
+
Crop?: Rectangle | undefined;
|
|
1983
|
+
DropFrameTimecode?: DropFrameTimecode | undefined;
|
|
1984
|
+
FixedAfd?: number | undefined;
|
|
1985
|
+
Height?: number | undefined;
|
|
1986
|
+
Position?: Rectangle | undefined;
|
|
1987
|
+
RespondToAfd?: RespondToAfd | undefined;
|
|
1988
|
+
ScalingBehavior?: ScalingBehavior | undefined;
|
|
1989
|
+
Sharpness?: number | undefined;
|
|
1990
|
+
TimecodeInsertion?: VideoTimecodeInsertion | undefined;
|
|
1991
|
+
TimecodeTrack?: TimecodeTrack | undefined;
|
|
1992
|
+
VideoPreprocessors?: VideoPreprocessor | undefined;
|
|
1993
|
+
Width?: number | undefined;
|
|
1994
|
+
}
|
|
1995
|
+
export interface Output {
|
|
1996
|
+
AudioDescriptions?: AudioDescription[] | undefined;
|
|
1997
|
+
CaptionDescriptions?: CaptionDescription[] | undefined;
|
|
1998
|
+
ContainerSettings?: ContainerSettings | undefined;
|
|
1999
|
+
Extension?: string | undefined;
|
|
2000
|
+
NameModifier?: string | undefined;
|
|
2001
|
+
OutputSettings?: OutputSettings | undefined;
|
|
2002
|
+
Preset?: string | undefined;
|
|
2003
|
+
VideoDescription?: VideoDescription | undefined;
|
|
2004
|
+
}
|
|
2005
|
+
export interface OutputGroup {
|
|
2006
|
+
AutomatedEncodingSettings?: AutomatedEncodingSettings | undefined;
|
|
2007
|
+
CustomName?: string | undefined;
|
|
2008
|
+
Name?: string | undefined;
|
|
2009
|
+
OutputGroupSettings?: OutputGroupSettings | undefined;
|
|
2010
|
+
Outputs?: Output[] | undefined;
|
|
2011
|
+
}
|
|
2012
|
+
export interface TimecodeConfig {
|
|
2013
|
+
Anchor?: string | undefined;
|
|
2014
|
+
Source?: TimecodeSource | undefined;
|
|
2015
|
+
Start?: string | undefined;
|
|
2016
|
+
TimestampOffset?: string | undefined;
|
|
2017
|
+
}
|
|
2018
|
+
export interface TimedMetadataInsertion {
|
|
2019
|
+
Id3Insertions?: Id3Insertion[] | undefined;
|
|
2020
|
+
}
|
|
2021
|
+
export interface JobSettings {
|
|
2022
|
+
AdAvailOffset?: number | undefined;
|
|
2023
|
+
AvailBlanking?: AvailBlanking | undefined;
|
|
2024
|
+
ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
|
|
2025
|
+
Esam?: EsamSettings | undefined;
|
|
2026
|
+
ExtendedDataServices?: ExtendedDataServices | undefined;
|
|
2027
|
+
FollowSource?: number | undefined;
|
|
2028
|
+
Inputs?: Input[] | undefined;
|
|
2029
|
+
KantarWatermark?: KantarWatermarkSettings | undefined;
|
|
2030
|
+
MotionImageInserter?: MotionImageInserter | undefined;
|
|
2031
|
+
NielsenConfiguration?: NielsenConfiguration | undefined;
|
|
2032
|
+
NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
|
|
2033
|
+
OutputGroups?: OutputGroup[] | undefined;
|
|
2034
|
+
TimecodeConfig?: TimecodeConfig | undefined;
|
|
2035
|
+
TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
|
|
2036
|
+
}
|
|
2037
|
+
export interface Timing {
|
|
2038
|
+
FinishTime?: Date | undefined;
|
|
2039
|
+
StartTime?: Date | undefined;
|
|
2040
|
+
SubmitTime?: Date | undefined;
|
|
2041
|
+
}
|
|
2042
|
+
export interface WarningGroup {
|
|
2043
|
+
Code: number | undefined;
|
|
2044
|
+
Count: number | undefined;
|
|
2045
|
+
}
|
|
2046
|
+
export interface Job {
|
|
2047
|
+
AccelerationSettings?: AccelerationSettings | undefined;
|
|
2048
|
+
AccelerationStatus?: AccelerationStatus | undefined;
|
|
2049
|
+
Arn?: string | undefined;
|
|
2050
|
+
BillingTagsSource?: BillingTagsSource | undefined;
|
|
2051
|
+
ClientRequestToken?: string | undefined;
|
|
2052
|
+
CreatedAt?: Date | undefined;
|
|
2053
|
+
CurrentPhase?: JobPhase | undefined;
|
|
2054
|
+
ErrorCode?: number | undefined;
|
|
2055
|
+
ErrorMessage?: string | undefined;
|
|
2056
|
+
HopDestinations?: HopDestination[] | undefined;
|
|
2057
|
+
Id?: string | undefined;
|
|
2058
|
+
JobEngineVersionRequested?: string | undefined;
|
|
2059
|
+
JobEngineVersionUsed?: string | undefined;
|
|
2060
|
+
JobPercentComplete?: number | undefined;
|
|
2061
|
+
JobTemplate?: string | undefined;
|
|
2062
|
+
LastShareDetails?: string | undefined;
|
|
2063
|
+
Messages?: JobMessages | undefined;
|
|
2064
|
+
OutputGroupDetails?: OutputGroupDetail[] | undefined;
|
|
2065
|
+
Priority?: number | undefined;
|
|
2066
|
+
Queue?: string | undefined;
|
|
2067
|
+
QueueTransitions?: QueueTransition[] | undefined;
|
|
2068
|
+
RetryCount?: number | undefined;
|
|
2069
|
+
Role: string | undefined;
|
|
2070
|
+
Settings: JobSettings | undefined;
|
|
2071
|
+
ShareStatus?: ShareStatus | undefined;
|
|
2072
|
+
SimulateReservedQueue?: SimulateReservedQueue | undefined;
|
|
2073
|
+
Status?: JobStatus | undefined;
|
|
2074
|
+
StatusUpdateInterval?: StatusUpdateInterval | undefined;
|
|
2075
|
+
Timing?: Timing | undefined;
|
|
2076
|
+
UserMetadata?: Record<string, string> | undefined;
|
|
2077
|
+
Warnings?: WarningGroup[] | undefined;
|
|
2078
|
+
}
|
|
2079
|
+
export interface JobEngineVersion {
|
|
2080
|
+
ExpirationDate?: Date | undefined;
|
|
2081
|
+
Version?: string | undefined;
|
|
2082
|
+
}
|
|
2083
|
+
export interface JobsQueryFilter {
|
|
2084
|
+
Key?: JobsQueryFilterKey | undefined;
|
|
2085
|
+
Values?: string[] | undefined;
|
|
2086
|
+
}
|
|
2087
|
+
export interface JobTemplateSettings {
|
|
2088
|
+
AdAvailOffset?: number | undefined;
|
|
2089
|
+
AvailBlanking?: AvailBlanking | undefined;
|
|
2090
|
+
ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
|
|
2091
|
+
Esam?: EsamSettings | undefined;
|
|
2092
|
+
ExtendedDataServices?: ExtendedDataServices | undefined;
|
|
2093
|
+
FollowSource?: number | undefined;
|
|
2094
|
+
Inputs?: InputTemplate[] | undefined;
|
|
2095
|
+
KantarWatermark?: KantarWatermarkSettings | undefined;
|
|
2096
|
+
MotionImageInserter?: MotionImageInserter | undefined;
|
|
2097
|
+
NielsenConfiguration?: NielsenConfiguration | undefined;
|
|
2098
|
+
NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
|
|
2099
|
+
OutputGroups?: OutputGroup[] | undefined;
|
|
2100
|
+
TimecodeConfig?: TimecodeConfig | undefined;
|
|
2101
|
+
TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
|
|
2102
|
+
}
|
|
2103
|
+
export interface JobTemplate {
|
|
2104
|
+
AccelerationSettings?: AccelerationSettings | undefined;
|
|
2105
|
+
Arn?: string | undefined;
|
|
2106
|
+
Category?: string | undefined;
|
|
2107
|
+
CreatedAt?: Date | undefined;
|
|
2108
|
+
Description?: string | undefined;
|
|
2109
|
+
HopDestinations?: HopDestination[] | undefined;
|
|
2110
|
+
LastUpdated?: Date | undefined;
|
|
2111
|
+
Name: string | undefined;
|
|
2112
|
+
Priority?: number | undefined;
|
|
2113
|
+
Queue?: string | undefined;
|
|
2114
|
+
Settings: JobTemplateSettings | undefined;
|
|
2115
|
+
StatusUpdateInterval?: StatusUpdateInterval | undefined;
|
|
2116
|
+
Type?: Type | undefined;
|
|
2117
|
+
}
|
|
2118
|
+
export interface PresetSettings {
|
|
2119
|
+
AudioDescriptions?: AudioDescription[] | undefined;
|
|
2120
|
+
CaptionDescriptions?: CaptionDescriptionPreset[] | undefined;
|
|
2121
|
+
ContainerSettings?: ContainerSettings | undefined;
|
|
2122
|
+
VideoDescription?: VideoDescription | undefined;
|
|
2123
|
+
}
|
|
2124
|
+
export interface Preset {
|
|
2125
|
+
Arn?: string | undefined;
|
|
2126
|
+
Category?: string | undefined;
|
|
2127
|
+
CreatedAt?: Date | undefined;
|
|
2128
|
+
Description?: string | undefined;
|
|
2129
|
+
LastUpdated?: Date | undefined;
|
|
2130
|
+
Name: string | undefined;
|
|
2131
|
+
Settings: PresetSettings | undefined;
|
|
2132
|
+
Type?: Type | undefined;
|
|
2133
|
+
}
|
|
2134
|
+
export interface ProbeInputFile {
|
|
2135
|
+
FileUrl?: string | undefined;
|
|
2136
|
+
}
|
|
2137
|
+
export interface FrameRate {
|
|
2138
|
+
Denominator?: number | undefined;
|
|
2139
|
+
Numerator?: number | undefined;
|
|
2140
|
+
}
|
|
2141
|
+
export interface AudioProperties {
|
|
2142
|
+
BitDepth?: number | undefined;
|
|
2143
|
+
BitRate?: number | undefined;
|
|
2144
|
+
Channels?: number | undefined;
|
|
2145
|
+
FrameRate?: FrameRate | undefined;
|
|
2146
|
+
LanguageCode?: string | undefined;
|
|
2147
|
+
SampleRate?: number | undefined;
|
|
2148
|
+
}
|
|
2149
|
+
export interface DataProperties {
|
|
2150
|
+
LanguageCode?: string | undefined;
|
|
2151
|
+
}
|
|
2152
|
+
export interface CodecMetadata {
|
|
2153
|
+
BitDepth?: number | undefined;
|
|
2154
|
+
ChromaSubsampling?: string | undefined;
|
|
2155
|
+
CodedFrameRate?: FrameRate | undefined;
|
|
2156
|
+
ColorPrimaries?: ColorPrimaries | undefined;
|
|
2157
|
+
Height?: number | undefined;
|
|
2158
|
+
Level?: string | undefined;
|
|
2159
|
+
MatrixCoefficients?: MatrixCoefficients | undefined;
|
|
2160
|
+
Profile?: string | undefined;
|
|
2161
|
+
ScanType?: string | undefined;
|
|
2162
|
+
TransferCharacteristics?: TransferCharacteristics | undefined;
|
|
2163
|
+
Width?: number | undefined;
|
|
2164
|
+
}
|
|
2165
|
+
export interface VideoProperties {
|
|
2166
|
+
BitDepth?: number | undefined;
|
|
2167
|
+
BitRate?: number | undefined;
|
|
2168
|
+
CodecMetadata?: CodecMetadata | undefined;
|
|
2169
|
+
ColorPrimaries?: ColorPrimaries | undefined;
|
|
2170
|
+
FrameRate?: FrameRate | undefined;
|
|
2171
|
+
Height?: number | undefined;
|
|
2172
|
+
MatrixCoefficients?: MatrixCoefficients | undefined;
|
|
2173
|
+
TransferCharacteristics?: TransferCharacteristics | undefined;
|
|
2174
|
+
Width?: number | undefined;
|
|
2175
|
+
}
|
|
2176
|
+
export interface Track {
|
|
2177
|
+
AudioProperties?: AudioProperties | undefined;
|
|
2178
|
+
Codec?: Codec | undefined;
|
|
2179
|
+
DataProperties?: DataProperties | undefined;
|
|
2180
|
+
Duration?: number | undefined;
|
|
2181
|
+
Index?: number | undefined;
|
|
2182
|
+
TrackType?: TrackType | undefined;
|
|
2183
|
+
VideoProperties?: VideoProperties | undefined;
|
|
2184
|
+
}
|
|
2185
|
+
export interface Container {
|
|
2186
|
+
Duration?: number | undefined;
|
|
2187
|
+
Format?: Format | undefined;
|
|
2188
|
+
Tracks?: Track[] | undefined;
|
|
2189
|
+
}
|
|
2190
|
+
export interface Metadata {
|
|
2191
|
+
ETag?: string | undefined;
|
|
2192
|
+
FileSize?: number | undefined;
|
|
2193
|
+
LastModified?: Date | undefined;
|
|
2194
|
+
MimeType?: string | undefined;
|
|
2195
|
+
}
|
|
2196
|
+
export interface TrackMapping {
|
|
2197
|
+
AudioTrackIndexes?: number[] | undefined;
|
|
2198
|
+
DataTrackIndexes?: number[] | undefined;
|
|
2199
|
+
VideoTrackIndexes?: number[] | undefined;
|
|
2200
|
+
}
|
|
2201
|
+
export interface ProbeResult {
|
|
2202
|
+
Container?: Container | undefined;
|
|
2203
|
+
Metadata?: Metadata | undefined;
|
|
2204
|
+
TrackMappings?: TrackMapping[] | undefined;
|
|
2205
|
+
}
|
|
2206
|
+
export interface ReservationPlan {
|
|
2207
|
+
Commitment?: Commitment | undefined;
|
|
2208
|
+
ExpiresAt?: Date | undefined;
|
|
2209
|
+
PurchasedAt?: Date | undefined;
|
|
2210
|
+
RenewalType?: RenewalType | undefined;
|
|
2211
|
+
ReservedSlots?: number | undefined;
|
|
2212
|
+
Status?: ReservationPlanStatus | undefined;
|
|
2213
|
+
}
|
|
2214
|
+
export interface ServiceOverride {
|
|
2215
|
+
Message?: string | undefined;
|
|
2216
|
+
Name?: string | undefined;
|
|
2217
|
+
OverrideValue?: string | undefined;
|
|
2218
|
+
Value?: string | undefined;
|
|
2219
|
+
}
|
|
2220
|
+
export interface Queue {
|
|
2221
|
+
Arn?: string | undefined;
|
|
2222
|
+
ConcurrentJobs?: number | undefined;
|
|
2223
|
+
CreatedAt?: Date | undefined;
|
|
2224
|
+
Description?: string | undefined;
|
|
2225
|
+
LastUpdated?: Date | undefined;
|
|
2226
|
+
Name: string | undefined;
|
|
2227
|
+
PricingPlan?: PricingPlan | undefined;
|
|
2228
|
+
ProgressingJobsCount?: number | undefined;
|
|
2229
|
+
ReservationPlan?: ReservationPlan | undefined;
|
|
2230
|
+
ServiceOverrides?: ServiceOverride[] | undefined;
|
|
2231
|
+
Status?: QueueStatus | undefined;
|
|
2232
|
+
SubmittedJobsCount?: number | undefined;
|
|
2233
|
+
Type?: Type | undefined;
|
|
2234
|
+
}
|
|
2235
|
+
export interface AssociateCertificateRequest {
|
|
2236
|
+
Arn: string | undefined;
|
|
2237
|
+
}
|
|
2238
|
+
export interface AssociateCertificateResponse {}
|
|
2239
|
+
export interface CancelJobRequest {
|
|
2240
|
+
Id: string | undefined;
|
|
2241
|
+
}
|
|
2242
|
+
export interface CancelJobResponse {}
|
|
2243
|
+
export interface CreateJobRequest {
|
|
2244
|
+
AccelerationSettings?: AccelerationSettings | undefined;
|
|
2245
|
+
BillingTagsSource?: BillingTagsSource | undefined;
|
|
2246
|
+
ClientRequestToken?: string | undefined;
|
|
2247
|
+
HopDestinations?: HopDestination[] | undefined;
|
|
2248
|
+
JobEngineVersion?: string | undefined;
|
|
2249
|
+
JobTemplate?: string | undefined;
|
|
2250
|
+
Priority?: number | undefined;
|
|
2251
|
+
Queue?: string | undefined;
|
|
2252
|
+
Role: string | undefined;
|
|
2253
|
+
Settings: JobSettings | undefined;
|
|
2254
|
+
SimulateReservedQueue?: SimulateReservedQueue | undefined;
|
|
2255
|
+
StatusUpdateInterval?: StatusUpdateInterval | undefined;
|
|
2256
|
+
Tags?: Record<string, string> | undefined;
|
|
2257
|
+
UserMetadata?: Record<string, string> | undefined;
|
|
2258
|
+
}
|
|
2259
|
+
export interface CreateJobResponse {
|
|
2260
|
+
Job?: Job | undefined;
|
|
2261
|
+
}
|
|
2262
|
+
export interface CreateJobTemplateRequest {
|
|
2263
|
+
AccelerationSettings?: AccelerationSettings | undefined;
|
|
2264
|
+
Category?: string | undefined;
|
|
2265
|
+
Description?: string | undefined;
|
|
2266
|
+
HopDestinations?: HopDestination[] | undefined;
|
|
2267
|
+
Name: string | undefined;
|
|
2268
|
+
Priority?: number | undefined;
|
|
2269
|
+
Queue?: string | undefined;
|
|
2270
|
+
Settings: JobTemplateSettings | undefined;
|
|
2271
|
+
StatusUpdateInterval?: StatusUpdateInterval | undefined;
|
|
2272
|
+
Tags?: Record<string, string> | undefined;
|
|
2273
|
+
}
|
|
2274
|
+
export interface CreateJobTemplateResponse {
|
|
2275
|
+
JobTemplate?: JobTemplate | undefined;
|
|
2276
|
+
}
|
|
2277
|
+
export interface CreatePresetRequest {
|
|
2278
|
+
Category?: string | undefined;
|
|
2279
|
+
Description?: string | undefined;
|
|
2280
|
+
Name: string | undefined;
|
|
2281
|
+
Settings: PresetSettings | undefined;
|
|
2282
|
+
Tags?: Record<string, string> | undefined;
|
|
2283
|
+
}
|
|
2284
|
+
export interface CreatePresetResponse {
|
|
2285
|
+
Preset?: Preset | undefined;
|
|
2286
|
+
}
|
|
2287
|
+
export interface ReservationPlanSettings {
|
|
2288
|
+
Commitment: Commitment | undefined;
|
|
2289
|
+
RenewalType: RenewalType | undefined;
|
|
2290
|
+
ReservedSlots: number | undefined;
|
|
2291
|
+
}
|
|
2292
|
+
export interface CreateQueueRequest {
|
|
2293
|
+
ConcurrentJobs?: number | undefined;
|
|
2294
|
+
Description?: string | undefined;
|
|
2295
|
+
Name: string | undefined;
|
|
2296
|
+
PricingPlan?: PricingPlan | undefined;
|
|
2297
|
+
ReservationPlanSettings?: ReservationPlanSettings | undefined;
|
|
2298
|
+
Status?: QueueStatus | undefined;
|
|
2299
|
+
Tags?: Record<string, string> | undefined;
|
|
2300
|
+
}
|
|
2301
|
+
export interface CreateQueueResponse {
|
|
2302
|
+
Queue?: Queue | undefined;
|
|
2303
|
+
}
|
|
2304
|
+
export interface CreateResourceShareRequest {
|
|
2305
|
+
JobId: string | undefined;
|
|
2306
|
+
SupportCaseId: string | undefined;
|
|
2307
|
+
}
|
|
2308
|
+
export interface CreateResourceShareResponse {}
|
|
2309
|
+
export interface DeleteJobTemplateRequest {
|
|
2310
|
+
Name: string | undefined;
|
|
2311
|
+
}
|
|
2312
|
+
export interface DeleteJobTemplateResponse {}
|
|
2313
|
+
export interface DeletePolicyRequest {}
|
|
2314
|
+
export interface DeletePolicyResponse {}
|
|
2315
|
+
export interface DeletePresetRequest {
|
|
2316
|
+
Name: string | undefined;
|
|
2317
|
+
}
|
|
2318
|
+
export interface DeletePresetResponse {}
|
|
2319
|
+
export interface DeleteQueueRequest {
|
|
2320
|
+
Name: string | undefined;
|
|
2321
|
+
}
|
|
2322
|
+
export interface DeleteQueueResponse {}
|
|
2323
|
+
export interface DescribeEndpointsRequest {
|
|
2324
|
+
MaxResults?: number | undefined;
|
|
2325
|
+
Mode?: DescribeEndpointsMode | undefined;
|
|
2326
|
+
NextToken?: string | undefined;
|
|
2327
|
+
}
|
|
2328
|
+
export interface DescribeEndpointsResponse {
|
|
2329
|
+
Endpoints?: Endpoint[] | undefined;
|
|
2330
|
+
NextToken?: string | undefined;
|
|
2331
|
+
}
|
|
2332
|
+
export interface DisassociateCertificateRequest {
|
|
2333
|
+
Arn: string | undefined;
|
|
2334
|
+
}
|
|
2335
|
+
export interface DisassociateCertificateResponse {}
|
|
2336
|
+
export interface GetJobRequest {
|
|
2337
|
+
Id: string | undefined;
|
|
2338
|
+
}
|
|
2339
|
+
export interface GetJobResponse {
|
|
2340
|
+
Job?: Job | undefined;
|
|
2341
|
+
}
|
|
2342
|
+
export interface GetJobsQueryResultsRequest {
|
|
2343
|
+
Id: string | undefined;
|
|
2344
|
+
}
|
|
2345
|
+
export interface GetJobsQueryResultsResponse {
|
|
2346
|
+
Jobs?: Job[] | undefined;
|
|
2347
|
+
NextToken?: string | undefined;
|
|
2348
|
+
Status?: JobsQueryStatus | undefined;
|
|
2349
|
+
}
|
|
2350
|
+
export interface GetJobTemplateRequest {
|
|
2351
|
+
Name: string | undefined;
|
|
2352
|
+
}
|
|
2353
|
+
export interface GetJobTemplateResponse {
|
|
2354
|
+
JobTemplate?: JobTemplate | undefined;
|
|
2355
|
+
}
|
|
2356
|
+
export interface GetPolicyRequest {}
|
|
2357
|
+
export interface Policy {
|
|
2358
|
+
HttpInputs?: InputPolicy | undefined;
|
|
2359
|
+
HttpsInputs?: InputPolicy | undefined;
|
|
2360
|
+
S3Inputs?: InputPolicy | undefined;
|
|
2361
|
+
}
|
|
2362
|
+
export interface GetPolicyResponse {
|
|
2363
|
+
Policy?: Policy | undefined;
|
|
2364
|
+
}
|
|
2365
|
+
export interface GetPresetRequest {
|
|
2366
|
+
Name: string | undefined;
|
|
2367
|
+
}
|
|
2368
|
+
export interface GetPresetResponse {
|
|
2369
|
+
Preset?: Preset | undefined;
|
|
2370
|
+
}
|
|
2371
|
+
export interface GetQueueRequest {
|
|
2372
|
+
Name: string | undefined;
|
|
2373
|
+
}
|
|
2374
|
+
export interface GetQueueResponse {
|
|
2375
|
+
Queue?: Queue | undefined;
|
|
2376
|
+
}
|
|
2377
|
+
export interface ListJobsRequest {
|
|
2378
|
+
MaxResults?: number | undefined;
|
|
2379
|
+
NextToken?: string | undefined;
|
|
2380
|
+
Order?: Order | undefined;
|
|
2381
|
+
Queue?: string | undefined;
|
|
2382
|
+
Status?: JobStatus | undefined;
|
|
2383
|
+
}
|
|
2384
|
+
export interface ListJobsResponse {
|
|
2385
|
+
Jobs?: Job[] | undefined;
|
|
2386
|
+
NextToken?: string | undefined;
|
|
2387
|
+
}
|
|
2388
|
+
export interface ListJobTemplatesRequest {
|
|
2389
|
+
Category?: string | undefined;
|
|
2390
|
+
ListBy?: JobTemplateListBy | undefined;
|
|
2391
|
+
MaxResults?: number | undefined;
|
|
2392
|
+
NextToken?: string | undefined;
|
|
2393
|
+
Order?: Order | undefined;
|
|
2394
|
+
}
|
|
2395
|
+
export interface ListJobTemplatesResponse {
|
|
2396
|
+
JobTemplates?: JobTemplate[] | undefined;
|
|
2397
|
+
NextToken?: string | undefined;
|
|
2398
|
+
}
|
|
2399
|
+
export interface ListPresetsRequest {
|
|
2400
|
+
Category?: string | undefined;
|
|
2401
|
+
ListBy?: PresetListBy | undefined;
|
|
2402
|
+
MaxResults?: number | undefined;
|
|
2403
|
+
NextToken?: string | undefined;
|
|
2404
|
+
Order?: Order | undefined;
|
|
2405
|
+
}
|
|
2406
|
+
export interface ListPresetsResponse {
|
|
2407
|
+
NextToken?: string | undefined;
|
|
2408
|
+
Presets?: Preset[] | undefined;
|
|
2409
|
+
}
|
|
2410
|
+
export interface ListQueuesRequest {
|
|
2411
|
+
ListBy?: QueueListBy | undefined;
|
|
2412
|
+
MaxResults?: number | undefined;
|
|
2413
|
+
NextToken?: string | undefined;
|
|
2414
|
+
Order?: Order | undefined;
|
|
2415
|
+
}
|
|
2416
|
+
export interface ListQueuesResponse {
|
|
2417
|
+
NextToken?: string | undefined;
|
|
2418
|
+
Queues?: Queue[] | undefined;
|
|
2419
|
+
TotalConcurrentJobs?: number | undefined;
|
|
2420
|
+
UnallocatedConcurrentJobs?: number | undefined;
|
|
2421
|
+
}
|
|
2422
|
+
export interface ListTagsForResourceRequest {
|
|
2423
|
+
Arn: string | undefined;
|
|
2424
|
+
}
|
|
2425
|
+
export interface ResourceTags {
|
|
2426
|
+
Arn?: string | undefined;
|
|
2427
|
+
Tags?: Record<string, string> | undefined;
|
|
2428
|
+
}
|
|
2429
|
+
export interface ListTagsForResourceResponse {
|
|
2430
|
+
ResourceTags?: ResourceTags | undefined;
|
|
2431
|
+
}
|
|
2432
|
+
export interface ListVersionsRequest {
|
|
2433
|
+
MaxResults?: number | undefined;
|
|
2434
|
+
NextToken?: string | undefined;
|
|
2435
|
+
}
|
|
2436
|
+
export interface ListVersionsResponse {
|
|
2437
|
+
NextToken?: string | undefined;
|
|
2438
|
+
Versions?: JobEngineVersion[] | undefined;
|
|
2439
|
+
}
|
|
2440
|
+
export interface ProbeRequest {
|
|
2441
|
+
InputFiles?: ProbeInputFile[] | undefined;
|
|
2442
|
+
}
|
|
2443
|
+
export interface ProbeResponse {
|
|
2444
|
+
ProbeResults?: ProbeResult[] | undefined;
|
|
2445
|
+
}
|
|
2446
|
+
export interface PutPolicyRequest {
|
|
2447
|
+
Policy: Policy | undefined;
|
|
2448
|
+
}
|
|
2449
|
+
export interface PutPolicyResponse {
|
|
2450
|
+
Policy?: Policy | undefined;
|
|
2451
|
+
}
|
|
2452
|
+
export interface SearchJobsRequest {
|
|
2453
|
+
InputFile?: string | undefined;
|
|
2454
|
+
MaxResults?: number | undefined;
|
|
2455
|
+
NextToken?: string | undefined;
|
|
2456
|
+
Order?: Order | undefined;
|
|
2457
|
+
Queue?: string | undefined;
|
|
2458
|
+
Status?: JobStatus | undefined;
|
|
2459
|
+
}
|
|
2460
|
+
export interface SearchJobsResponse {
|
|
2461
|
+
Jobs?: Job[] | undefined;
|
|
2462
|
+
NextToken?: string | undefined;
|
|
2463
|
+
}
|
|
2464
|
+
export interface StartJobsQueryRequest {
|
|
2465
|
+
FilterList?: JobsQueryFilter[] | undefined;
|
|
2466
|
+
MaxResults?: number | undefined;
|
|
2467
|
+
NextToken?: string | undefined;
|
|
2468
|
+
Order?: Order | undefined;
|
|
2469
|
+
}
|
|
2470
|
+
export interface StartJobsQueryResponse {
|
|
2471
|
+
Id?: string | undefined;
|
|
2472
|
+
}
|
|
2473
|
+
export interface TagResourceRequest {
|
|
2474
|
+
Arn: string | undefined;
|
|
2475
|
+
Tags: Record<string, string> | undefined;
|
|
2476
|
+
}
|
|
2477
|
+
export interface TagResourceResponse {}
|
|
2478
|
+
export interface UntagResourceRequest {
|
|
2479
|
+
Arn: string | undefined;
|
|
2480
|
+
TagKeys?: string[] | undefined;
|
|
2481
|
+
}
|
|
2482
|
+
export interface UntagResourceResponse {}
|
|
2483
|
+
export interface UpdateJobTemplateRequest {
|
|
2484
|
+
AccelerationSettings?: AccelerationSettings | undefined;
|
|
2485
|
+
Category?: string | undefined;
|
|
2486
|
+
Description?: string | undefined;
|
|
2487
|
+
HopDestinations?: HopDestination[] | undefined;
|
|
2488
|
+
Name: string | undefined;
|
|
2489
|
+
Priority?: number | undefined;
|
|
2490
|
+
Queue?: string | undefined;
|
|
2491
|
+
Settings?: JobTemplateSettings | undefined;
|
|
2492
|
+
StatusUpdateInterval?: StatusUpdateInterval | undefined;
|
|
2493
|
+
}
|
|
2494
|
+
export interface UpdateJobTemplateResponse {
|
|
2495
|
+
JobTemplate?: JobTemplate | undefined;
|
|
2496
|
+
}
|
|
2497
|
+
export interface UpdatePresetRequest {
|
|
2498
|
+
Category?: string | undefined;
|
|
2499
|
+
Description?: string | undefined;
|
|
2500
|
+
Name: string | undefined;
|
|
2501
|
+
Settings?: PresetSettings | undefined;
|
|
2502
|
+
}
|
|
2503
|
+
export interface UpdatePresetResponse {
|
|
2504
|
+
Preset?: Preset | undefined;
|
|
2505
|
+
}
|
|
2506
|
+
export interface UpdateQueueRequest {
|
|
2507
|
+
ConcurrentJobs?: number | undefined;
|
|
2508
|
+
Description?: string | undefined;
|
|
2509
|
+
Name: string | undefined;
|
|
2510
|
+
ReservationPlanSettings?: ReservationPlanSettings | undefined;
|
|
2511
|
+
Status?: QueueStatus | undefined;
|
|
2512
|
+
}
|
|
2513
|
+
export interface UpdateQueueResponse {
|
|
2514
|
+
Queue?: Queue | undefined;
|
|
2515
|
+
}
|