@aws-sdk/client-mediaconvert 3.934.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
|
@@ -0,0 +1,3403 @@
|
|
|
1
|
+
export declare const RequiredFlag: {
|
|
2
|
+
readonly DISABLED: "DISABLED";
|
|
3
|
+
readonly ENABLED: "ENABLED";
|
|
4
|
+
};
|
|
5
|
+
export type RequiredFlag = (typeof RequiredFlag)[keyof typeof RequiredFlag];
|
|
6
|
+
export declare const AudioChannelTag: {
|
|
7
|
+
readonly C: "C";
|
|
8
|
+
readonly CS: "CS";
|
|
9
|
+
readonly HI: "HI";
|
|
10
|
+
readonly L: "L";
|
|
11
|
+
readonly LC: "LC";
|
|
12
|
+
readonly LFE: "LFE";
|
|
13
|
+
readonly LFE2: "LFE2";
|
|
14
|
+
readonly LS: "LS";
|
|
15
|
+
readonly LSD: "LSD";
|
|
16
|
+
readonly LT: "LT";
|
|
17
|
+
readonly LW: "LW";
|
|
18
|
+
readonly M: "M";
|
|
19
|
+
readonly NAR: "NAR";
|
|
20
|
+
readonly R: "R";
|
|
21
|
+
readonly RC: "RC";
|
|
22
|
+
readonly RS: "RS";
|
|
23
|
+
readonly RSD: "RSD";
|
|
24
|
+
readonly RSL: "RSL";
|
|
25
|
+
readonly RSR: "RSR";
|
|
26
|
+
readonly RT: "RT";
|
|
27
|
+
readonly RW: "RW";
|
|
28
|
+
readonly TBC: "TBC";
|
|
29
|
+
readonly TBL: "TBL";
|
|
30
|
+
readonly TBR: "TBR";
|
|
31
|
+
readonly TCS: "TCS";
|
|
32
|
+
readonly VHC: "VHC";
|
|
33
|
+
readonly VHL: "VHL";
|
|
34
|
+
readonly VHR: "VHR";
|
|
35
|
+
};
|
|
36
|
+
export type AudioChannelTag =
|
|
37
|
+
(typeof AudioChannelTag)[keyof typeof AudioChannelTag];
|
|
38
|
+
export declare const AudioNormalizationAlgorithm: {
|
|
39
|
+
readonly ITU_BS_1770_1: "ITU_BS_1770_1";
|
|
40
|
+
readonly ITU_BS_1770_2: "ITU_BS_1770_2";
|
|
41
|
+
readonly ITU_BS_1770_3: "ITU_BS_1770_3";
|
|
42
|
+
readonly ITU_BS_1770_4: "ITU_BS_1770_4";
|
|
43
|
+
};
|
|
44
|
+
export type AudioNormalizationAlgorithm =
|
|
45
|
+
(typeof AudioNormalizationAlgorithm)[keyof typeof AudioNormalizationAlgorithm];
|
|
46
|
+
export declare const AudioNormalizationAlgorithmControl: {
|
|
47
|
+
readonly CORRECT_AUDIO: "CORRECT_AUDIO";
|
|
48
|
+
readonly MEASURE_ONLY: "MEASURE_ONLY";
|
|
49
|
+
};
|
|
50
|
+
export type AudioNormalizationAlgorithmControl =
|
|
51
|
+
(typeof AudioNormalizationAlgorithmControl)[keyof typeof AudioNormalizationAlgorithmControl];
|
|
52
|
+
export declare const AudioNormalizationLoudnessLogging: {
|
|
53
|
+
readonly DONT_LOG: "DONT_LOG";
|
|
54
|
+
readonly LOG: "LOG";
|
|
55
|
+
};
|
|
56
|
+
export type AudioNormalizationLoudnessLogging =
|
|
57
|
+
(typeof AudioNormalizationLoudnessLogging)[keyof typeof AudioNormalizationLoudnessLogging];
|
|
58
|
+
export declare const AudioNormalizationPeakCalculation: {
|
|
59
|
+
readonly NONE: "NONE";
|
|
60
|
+
readonly TRUE_PEAK: "TRUE_PEAK";
|
|
61
|
+
};
|
|
62
|
+
export type AudioNormalizationPeakCalculation =
|
|
63
|
+
(typeof AudioNormalizationPeakCalculation)[keyof typeof AudioNormalizationPeakCalculation];
|
|
64
|
+
export declare const SlowPalPitchCorrection: {
|
|
65
|
+
readonly DISABLED: "DISABLED";
|
|
66
|
+
readonly ENABLED: "ENABLED";
|
|
67
|
+
};
|
|
68
|
+
export type SlowPalPitchCorrection =
|
|
69
|
+
(typeof SlowPalPitchCorrection)[keyof typeof SlowPalPitchCorrection];
|
|
70
|
+
export declare const AudioTypeControl: {
|
|
71
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
72
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
73
|
+
};
|
|
74
|
+
export type AudioTypeControl =
|
|
75
|
+
(typeof AudioTypeControl)[keyof typeof AudioTypeControl];
|
|
76
|
+
export declare const AacAudioDescriptionBroadcasterMix: {
|
|
77
|
+
readonly BROADCASTER_MIXED_AD: "BROADCASTER_MIXED_AD";
|
|
78
|
+
readonly NORMAL: "NORMAL";
|
|
79
|
+
};
|
|
80
|
+
export type AacAudioDescriptionBroadcasterMix =
|
|
81
|
+
(typeof AacAudioDescriptionBroadcasterMix)[keyof typeof AacAudioDescriptionBroadcasterMix];
|
|
82
|
+
export declare const AacCodecProfile: {
|
|
83
|
+
readonly HEV1: "HEV1";
|
|
84
|
+
readonly HEV2: "HEV2";
|
|
85
|
+
readonly LC: "LC";
|
|
86
|
+
readonly XHE: "XHE";
|
|
87
|
+
};
|
|
88
|
+
export type AacCodecProfile =
|
|
89
|
+
(typeof AacCodecProfile)[keyof typeof AacCodecProfile];
|
|
90
|
+
export declare const AacCodingMode: {
|
|
91
|
+
readonly AD_RECEIVER_MIX: "AD_RECEIVER_MIX";
|
|
92
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
93
|
+
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
94
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
95
|
+
readonly CODING_MODE_5_1: "CODING_MODE_5_1";
|
|
96
|
+
};
|
|
97
|
+
export type AacCodingMode = (typeof AacCodingMode)[keyof typeof AacCodingMode];
|
|
98
|
+
export declare const AacLoudnessMeasurementMode: {
|
|
99
|
+
readonly ANCHOR: "ANCHOR";
|
|
100
|
+
readonly PROGRAM: "PROGRAM";
|
|
101
|
+
};
|
|
102
|
+
export type AacLoudnessMeasurementMode =
|
|
103
|
+
(typeof AacLoudnessMeasurementMode)[keyof typeof AacLoudnessMeasurementMode];
|
|
104
|
+
export declare const AacRateControlMode: {
|
|
105
|
+
readonly CBR: "CBR";
|
|
106
|
+
readonly VBR: "VBR";
|
|
107
|
+
};
|
|
108
|
+
export type AacRateControlMode =
|
|
109
|
+
(typeof AacRateControlMode)[keyof typeof AacRateControlMode];
|
|
110
|
+
export declare const AacRawFormat: {
|
|
111
|
+
readonly LATM_LOAS: "LATM_LOAS";
|
|
112
|
+
readonly NONE: "NONE";
|
|
113
|
+
};
|
|
114
|
+
export type AacRawFormat = (typeof AacRawFormat)[keyof typeof AacRawFormat];
|
|
115
|
+
export declare const AacSpecification: {
|
|
116
|
+
readonly MPEG2: "MPEG2";
|
|
117
|
+
readonly MPEG4: "MPEG4";
|
|
118
|
+
};
|
|
119
|
+
export type AacSpecification =
|
|
120
|
+
(typeof AacSpecification)[keyof typeof AacSpecification];
|
|
121
|
+
export declare const AacVbrQuality: {
|
|
122
|
+
readonly HIGH: "HIGH";
|
|
123
|
+
readonly LOW: "LOW";
|
|
124
|
+
readonly MEDIUM_HIGH: "MEDIUM_HIGH";
|
|
125
|
+
readonly MEDIUM_LOW: "MEDIUM_LOW";
|
|
126
|
+
};
|
|
127
|
+
export type AacVbrQuality = (typeof AacVbrQuality)[keyof typeof AacVbrQuality];
|
|
128
|
+
export declare const Ac3BitstreamMode: {
|
|
129
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
130
|
+
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
131
|
+
readonly DIALOGUE: "DIALOGUE";
|
|
132
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
133
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
134
|
+
readonly MUSIC_AND_EFFECTS: "MUSIC_AND_EFFECTS";
|
|
135
|
+
readonly VISUALLY_IMPAIRED: "VISUALLY_IMPAIRED";
|
|
136
|
+
readonly VOICE_OVER: "VOICE_OVER";
|
|
137
|
+
};
|
|
138
|
+
export type Ac3BitstreamMode =
|
|
139
|
+
(typeof Ac3BitstreamMode)[keyof typeof Ac3BitstreamMode];
|
|
140
|
+
export declare const Ac3CodingMode: {
|
|
141
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
142
|
+
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
143
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
144
|
+
readonly CODING_MODE_3_2_LFE: "CODING_MODE_3_2_LFE";
|
|
145
|
+
};
|
|
146
|
+
export type Ac3CodingMode = (typeof Ac3CodingMode)[keyof typeof Ac3CodingMode];
|
|
147
|
+
export declare const Ac3DynamicRangeCompressionLine: {
|
|
148
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
149
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
150
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
151
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
152
|
+
readonly NONE: "NONE";
|
|
153
|
+
readonly SPEECH: "SPEECH";
|
|
154
|
+
};
|
|
155
|
+
export type Ac3DynamicRangeCompressionLine =
|
|
156
|
+
(typeof Ac3DynamicRangeCompressionLine)[keyof typeof Ac3DynamicRangeCompressionLine];
|
|
157
|
+
export declare const Ac3DynamicRangeCompressionProfile: {
|
|
158
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
159
|
+
readonly NONE: "NONE";
|
|
160
|
+
};
|
|
161
|
+
export type Ac3DynamicRangeCompressionProfile =
|
|
162
|
+
(typeof Ac3DynamicRangeCompressionProfile)[keyof typeof Ac3DynamicRangeCompressionProfile];
|
|
163
|
+
export declare const Ac3DynamicRangeCompressionRf: {
|
|
164
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
165
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
166
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
167
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
168
|
+
readonly NONE: "NONE";
|
|
169
|
+
readonly SPEECH: "SPEECH";
|
|
170
|
+
};
|
|
171
|
+
export type Ac3DynamicRangeCompressionRf =
|
|
172
|
+
(typeof Ac3DynamicRangeCompressionRf)[keyof typeof Ac3DynamicRangeCompressionRf];
|
|
173
|
+
export declare const Ac3LfeFilter: {
|
|
174
|
+
readonly DISABLED: "DISABLED";
|
|
175
|
+
readonly ENABLED: "ENABLED";
|
|
176
|
+
};
|
|
177
|
+
export type Ac3LfeFilter = (typeof Ac3LfeFilter)[keyof typeof Ac3LfeFilter];
|
|
178
|
+
export declare const Ac3MetadataControl: {
|
|
179
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
180
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
181
|
+
};
|
|
182
|
+
export type Ac3MetadataControl =
|
|
183
|
+
(typeof Ac3MetadataControl)[keyof typeof Ac3MetadataControl];
|
|
184
|
+
export declare const AudioCodec: {
|
|
185
|
+
readonly AAC: "AAC";
|
|
186
|
+
readonly AC3: "AC3";
|
|
187
|
+
readonly AIFF: "AIFF";
|
|
188
|
+
readonly EAC3: "EAC3";
|
|
189
|
+
readonly EAC3_ATMOS: "EAC3_ATMOS";
|
|
190
|
+
readonly FLAC: "FLAC";
|
|
191
|
+
readonly MP2: "MP2";
|
|
192
|
+
readonly MP3: "MP3";
|
|
193
|
+
readonly OPUS: "OPUS";
|
|
194
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
195
|
+
readonly VORBIS: "VORBIS";
|
|
196
|
+
readonly WAV: "WAV";
|
|
197
|
+
};
|
|
198
|
+
export type AudioCodec = (typeof AudioCodec)[keyof typeof AudioCodec];
|
|
199
|
+
export declare const Eac3AtmosBitstreamMode: {
|
|
200
|
+
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
201
|
+
};
|
|
202
|
+
export type Eac3AtmosBitstreamMode =
|
|
203
|
+
(typeof Eac3AtmosBitstreamMode)[keyof typeof Eac3AtmosBitstreamMode];
|
|
204
|
+
export declare const Eac3AtmosCodingMode: {
|
|
205
|
+
readonly CODING_MODE_5_1_4: "CODING_MODE_5_1_4";
|
|
206
|
+
readonly CODING_MODE_7_1_4: "CODING_MODE_7_1_4";
|
|
207
|
+
readonly CODING_MODE_9_1_6: "CODING_MODE_9_1_6";
|
|
208
|
+
readonly CODING_MODE_AUTO: "CODING_MODE_AUTO";
|
|
209
|
+
};
|
|
210
|
+
export type Eac3AtmosCodingMode =
|
|
211
|
+
(typeof Eac3AtmosCodingMode)[keyof typeof Eac3AtmosCodingMode];
|
|
212
|
+
export declare const Eac3AtmosDialogueIntelligence: {
|
|
213
|
+
readonly DISABLED: "DISABLED";
|
|
214
|
+
readonly ENABLED: "ENABLED";
|
|
215
|
+
};
|
|
216
|
+
export type Eac3AtmosDialogueIntelligence =
|
|
217
|
+
(typeof Eac3AtmosDialogueIntelligence)[keyof typeof Eac3AtmosDialogueIntelligence];
|
|
218
|
+
export declare const Eac3AtmosDownmixControl: {
|
|
219
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
220
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
221
|
+
};
|
|
222
|
+
export type Eac3AtmosDownmixControl =
|
|
223
|
+
(typeof Eac3AtmosDownmixControl)[keyof typeof Eac3AtmosDownmixControl];
|
|
224
|
+
export declare const Eac3AtmosDynamicRangeCompressionLine: {
|
|
225
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
226
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
227
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
228
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
229
|
+
readonly NONE: "NONE";
|
|
230
|
+
readonly SPEECH: "SPEECH";
|
|
231
|
+
};
|
|
232
|
+
export type Eac3AtmosDynamicRangeCompressionLine =
|
|
233
|
+
(typeof Eac3AtmosDynamicRangeCompressionLine)[keyof typeof Eac3AtmosDynamicRangeCompressionLine];
|
|
234
|
+
export declare const Eac3AtmosDynamicRangeCompressionRf: {
|
|
235
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
236
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
237
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
238
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
239
|
+
readonly NONE: "NONE";
|
|
240
|
+
readonly SPEECH: "SPEECH";
|
|
241
|
+
};
|
|
242
|
+
export type Eac3AtmosDynamicRangeCompressionRf =
|
|
243
|
+
(typeof Eac3AtmosDynamicRangeCompressionRf)[keyof typeof Eac3AtmosDynamicRangeCompressionRf];
|
|
244
|
+
export declare const Eac3AtmosDynamicRangeControl: {
|
|
245
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
246
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
247
|
+
};
|
|
248
|
+
export type Eac3AtmosDynamicRangeControl =
|
|
249
|
+
(typeof Eac3AtmosDynamicRangeControl)[keyof typeof Eac3AtmosDynamicRangeControl];
|
|
250
|
+
export declare const Eac3AtmosMeteringMode: {
|
|
251
|
+
readonly ITU_BS_1770_1: "ITU_BS_1770_1";
|
|
252
|
+
readonly ITU_BS_1770_2: "ITU_BS_1770_2";
|
|
253
|
+
readonly ITU_BS_1770_3: "ITU_BS_1770_3";
|
|
254
|
+
readonly ITU_BS_1770_4: "ITU_BS_1770_4";
|
|
255
|
+
readonly LEQ_A: "LEQ_A";
|
|
256
|
+
};
|
|
257
|
+
export type Eac3AtmosMeteringMode =
|
|
258
|
+
(typeof Eac3AtmosMeteringMode)[keyof typeof Eac3AtmosMeteringMode];
|
|
259
|
+
export declare const Eac3AtmosStereoDownmix: {
|
|
260
|
+
readonly DPL2: "DPL2";
|
|
261
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
262
|
+
readonly STEREO: "STEREO";
|
|
263
|
+
readonly SURROUND: "SURROUND";
|
|
264
|
+
};
|
|
265
|
+
export type Eac3AtmosStereoDownmix =
|
|
266
|
+
(typeof Eac3AtmosStereoDownmix)[keyof typeof Eac3AtmosStereoDownmix];
|
|
267
|
+
export declare const Eac3AtmosSurroundExMode: {
|
|
268
|
+
readonly DISABLED: "DISABLED";
|
|
269
|
+
readonly ENABLED: "ENABLED";
|
|
270
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
271
|
+
};
|
|
272
|
+
export type Eac3AtmosSurroundExMode =
|
|
273
|
+
(typeof Eac3AtmosSurroundExMode)[keyof typeof Eac3AtmosSurroundExMode];
|
|
274
|
+
export declare const Eac3AttenuationControl: {
|
|
275
|
+
readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
|
|
276
|
+
readonly NONE: "NONE";
|
|
277
|
+
};
|
|
278
|
+
export type Eac3AttenuationControl =
|
|
279
|
+
(typeof Eac3AttenuationControl)[keyof typeof Eac3AttenuationControl];
|
|
280
|
+
export declare const Eac3BitstreamMode: {
|
|
281
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
282
|
+
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
283
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
284
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
285
|
+
readonly VISUALLY_IMPAIRED: "VISUALLY_IMPAIRED";
|
|
286
|
+
};
|
|
287
|
+
export type Eac3BitstreamMode =
|
|
288
|
+
(typeof Eac3BitstreamMode)[keyof typeof Eac3BitstreamMode];
|
|
289
|
+
export declare const Eac3CodingMode: {
|
|
290
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
291
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
292
|
+
readonly CODING_MODE_3_2: "CODING_MODE_3_2";
|
|
293
|
+
};
|
|
294
|
+
export type Eac3CodingMode =
|
|
295
|
+
(typeof Eac3CodingMode)[keyof typeof Eac3CodingMode];
|
|
296
|
+
export declare const Eac3DcFilter: {
|
|
297
|
+
readonly DISABLED: "DISABLED";
|
|
298
|
+
readonly ENABLED: "ENABLED";
|
|
299
|
+
};
|
|
300
|
+
export type Eac3DcFilter = (typeof Eac3DcFilter)[keyof typeof Eac3DcFilter];
|
|
301
|
+
export declare const Eac3DynamicRangeCompressionLine: {
|
|
302
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
303
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
304
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
305
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
306
|
+
readonly NONE: "NONE";
|
|
307
|
+
readonly SPEECH: "SPEECH";
|
|
308
|
+
};
|
|
309
|
+
export type Eac3DynamicRangeCompressionLine =
|
|
310
|
+
(typeof Eac3DynamicRangeCompressionLine)[keyof typeof Eac3DynamicRangeCompressionLine];
|
|
311
|
+
export declare const Eac3DynamicRangeCompressionRf: {
|
|
312
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
313
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
314
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
315
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
316
|
+
readonly NONE: "NONE";
|
|
317
|
+
readonly SPEECH: "SPEECH";
|
|
318
|
+
};
|
|
319
|
+
export type Eac3DynamicRangeCompressionRf =
|
|
320
|
+
(typeof Eac3DynamicRangeCompressionRf)[keyof typeof Eac3DynamicRangeCompressionRf];
|
|
321
|
+
export declare const Eac3LfeControl: {
|
|
322
|
+
readonly LFE: "LFE";
|
|
323
|
+
readonly NO_LFE: "NO_LFE";
|
|
324
|
+
};
|
|
325
|
+
export type Eac3LfeControl =
|
|
326
|
+
(typeof Eac3LfeControl)[keyof typeof Eac3LfeControl];
|
|
327
|
+
export declare const Eac3LfeFilter: {
|
|
328
|
+
readonly DISABLED: "DISABLED";
|
|
329
|
+
readonly ENABLED: "ENABLED";
|
|
330
|
+
};
|
|
331
|
+
export type Eac3LfeFilter = (typeof Eac3LfeFilter)[keyof typeof Eac3LfeFilter];
|
|
332
|
+
export declare const Eac3MetadataControl: {
|
|
333
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
334
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
335
|
+
};
|
|
336
|
+
export type Eac3MetadataControl =
|
|
337
|
+
(typeof Eac3MetadataControl)[keyof typeof Eac3MetadataControl];
|
|
338
|
+
export declare const Eac3PassthroughControl: {
|
|
339
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
340
|
+
readonly WHEN_POSSIBLE: "WHEN_POSSIBLE";
|
|
341
|
+
};
|
|
342
|
+
export type Eac3PassthroughControl =
|
|
343
|
+
(typeof Eac3PassthroughControl)[keyof typeof Eac3PassthroughControl];
|
|
344
|
+
export declare const Eac3PhaseControl: {
|
|
345
|
+
readonly NO_SHIFT: "NO_SHIFT";
|
|
346
|
+
readonly SHIFT_90_DEGREES: "SHIFT_90_DEGREES";
|
|
347
|
+
};
|
|
348
|
+
export type Eac3PhaseControl =
|
|
349
|
+
(typeof Eac3PhaseControl)[keyof typeof Eac3PhaseControl];
|
|
350
|
+
export declare const Eac3StereoDownmix: {
|
|
351
|
+
readonly DPL2: "DPL2";
|
|
352
|
+
readonly LO_RO: "LO_RO";
|
|
353
|
+
readonly LT_RT: "LT_RT";
|
|
354
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
355
|
+
};
|
|
356
|
+
export type Eac3StereoDownmix =
|
|
357
|
+
(typeof Eac3StereoDownmix)[keyof typeof Eac3StereoDownmix];
|
|
358
|
+
export declare const Eac3SurroundExMode: {
|
|
359
|
+
readonly DISABLED: "DISABLED";
|
|
360
|
+
readonly ENABLED: "ENABLED";
|
|
361
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
362
|
+
};
|
|
363
|
+
export type Eac3SurroundExMode =
|
|
364
|
+
(typeof Eac3SurroundExMode)[keyof typeof Eac3SurroundExMode];
|
|
365
|
+
export declare const Eac3SurroundMode: {
|
|
366
|
+
readonly DISABLED: "DISABLED";
|
|
367
|
+
readonly ENABLED: "ENABLED";
|
|
368
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
369
|
+
};
|
|
370
|
+
export type Eac3SurroundMode =
|
|
371
|
+
(typeof Eac3SurroundMode)[keyof typeof Eac3SurroundMode];
|
|
372
|
+
export declare const Mp2AudioDescriptionMix: {
|
|
373
|
+
readonly BROADCASTER_MIXED_AD: "BROADCASTER_MIXED_AD";
|
|
374
|
+
readonly NONE: "NONE";
|
|
375
|
+
};
|
|
376
|
+
export type Mp2AudioDescriptionMix =
|
|
377
|
+
(typeof Mp2AudioDescriptionMix)[keyof typeof Mp2AudioDescriptionMix];
|
|
378
|
+
export declare const Mp3RateControlMode: {
|
|
379
|
+
readonly CBR: "CBR";
|
|
380
|
+
readonly VBR: "VBR";
|
|
381
|
+
};
|
|
382
|
+
export type Mp3RateControlMode =
|
|
383
|
+
(typeof Mp3RateControlMode)[keyof typeof Mp3RateControlMode];
|
|
384
|
+
export declare const WavFormat: {
|
|
385
|
+
readonly EXTENSIBLE: "EXTENSIBLE";
|
|
386
|
+
readonly RF64: "RF64";
|
|
387
|
+
readonly RIFF: "RIFF";
|
|
388
|
+
};
|
|
389
|
+
export type WavFormat = (typeof WavFormat)[keyof typeof WavFormat];
|
|
390
|
+
export declare const LanguageCode: {
|
|
391
|
+
readonly AAR: "AAR";
|
|
392
|
+
readonly ABK: "ABK";
|
|
393
|
+
readonly AFR: "AFR";
|
|
394
|
+
readonly AKA: "AKA";
|
|
395
|
+
readonly AMH: "AMH";
|
|
396
|
+
readonly ARA: "ARA";
|
|
397
|
+
readonly ARG: "ARG";
|
|
398
|
+
readonly ASM: "ASM";
|
|
399
|
+
readonly AVA: "AVA";
|
|
400
|
+
readonly AVE: "AVE";
|
|
401
|
+
readonly AYM: "AYM";
|
|
402
|
+
readonly AZE: "AZE";
|
|
403
|
+
readonly BAK: "BAK";
|
|
404
|
+
readonly BAM: "BAM";
|
|
405
|
+
readonly BEL: "BEL";
|
|
406
|
+
readonly BEN: "BEN";
|
|
407
|
+
readonly BIH: "BIH";
|
|
408
|
+
readonly BIS: "BIS";
|
|
409
|
+
readonly BOD: "BOD";
|
|
410
|
+
readonly BOS: "BOS";
|
|
411
|
+
readonly BRE: "BRE";
|
|
412
|
+
readonly BUL: "BUL";
|
|
413
|
+
readonly CAT: "CAT";
|
|
414
|
+
readonly CES: "CES";
|
|
415
|
+
readonly CHA: "CHA";
|
|
416
|
+
readonly CHE: "CHE";
|
|
417
|
+
readonly CHU: "CHU";
|
|
418
|
+
readonly CHV: "CHV";
|
|
419
|
+
readonly COR: "COR";
|
|
420
|
+
readonly COS: "COS";
|
|
421
|
+
readonly CRE: "CRE";
|
|
422
|
+
readonly CYM: "CYM";
|
|
423
|
+
readonly DAN: "DAN";
|
|
424
|
+
readonly DEU: "DEU";
|
|
425
|
+
readonly DIV: "DIV";
|
|
426
|
+
readonly DZO: "DZO";
|
|
427
|
+
readonly ELL: "ELL";
|
|
428
|
+
readonly ENG: "ENG";
|
|
429
|
+
readonly ENM: "ENM";
|
|
430
|
+
readonly EPO: "EPO";
|
|
431
|
+
readonly EST: "EST";
|
|
432
|
+
readonly EUS: "EUS";
|
|
433
|
+
readonly EWE: "EWE";
|
|
434
|
+
readonly FAO: "FAO";
|
|
435
|
+
readonly FAS: "FAS";
|
|
436
|
+
readonly FIJ: "FIJ";
|
|
437
|
+
readonly FIN: "FIN";
|
|
438
|
+
readonly FRA: "FRA";
|
|
439
|
+
readonly FRM: "FRM";
|
|
440
|
+
readonly FRY: "FRY";
|
|
441
|
+
readonly FUL: "FUL";
|
|
442
|
+
readonly GER: "GER";
|
|
443
|
+
readonly GLA: "GLA";
|
|
444
|
+
readonly GLE: "GLE";
|
|
445
|
+
readonly GLG: "GLG";
|
|
446
|
+
readonly GLV: "GLV";
|
|
447
|
+
readonly GRN: "GRN";
|
|
448
|
+
readonly GUJ: "GUJ";
|
|
449
|
+
readonly HAT: "HAT";
|
|
450
|
+
readonly HAU: "HAU";
|
|
451
|
+
readonly HEB: "HEB";
|
|
452
|
+
readonly HER: "HER";
|
|
453
|
+
readonly HIN: "HIN";
|
|
454
|
+
readonly HMO: "HMO";
|
|
455
|
+
readonly HRV: "HRV";
|
|
456
|
+
readonly HUN: "HUN";
|
|
457
|
+
readonly HYE: "HYE";
|
|
458
|
+
readonly IBO: "IBO";
|
|
459
|
+
readonly IDO: "IDO";
|
|
460
|
+
readonly III: "III";
|
|
461
|
+
readonly IKU: "IKU";
|
|
462
|
+
readonly ILE: "ILE";
|
|
463
|
+
readonly INA: "INA";
|
|
464
|
+
readonly IND: "IND";
|
|
465
|
+
readonly IPK: "IPK";
|
|
466
|
+
readonly ISL: "ISL";
|
|
467
|
+
readonly ITA: "ITA";
|
|
468
|
+
readonly JAV: "JAV";
|
|
469
|
+
readonly JPN: "JPN";
|
|
470
|
+
readonly KAL: "KAL";
|
|
471
|
+
readonly KAN: "KAN";
|
|
472
|
+
readonly KAS: "KAS";
|
|
473
|
+
readonly KAT: "KAT";
|
|
474
|
+
readonly KAU: "KAU";
|
|
475
|
+
readonly KAZ: "KAZ";
|
|
476
|
+
readonly KHM: "KHM";
|
|
477
|
+
readonly KIK: "KIK";
|
|
478
|
+
readonly KIN: "KIN";
|
|
479
|
+
readonly KIR: "KIR";
|
|
480
|
+
readonly KOM: "KOM";
|
|
481
|
+
readonly KON: "KON";
|
|
482
|
+
readonly KOR: "KOR";
|
|
483
|
+
readonly KUA: "KUA";
|
|
484
|
+
readonly KUR: "KUR";
|
|
485
|
+
readonly LAO: "LAO";
|
|
486
|
+
readonly LAT: "LAT";
|
|
487
|
+
readonly LAV: "LAV";
|
|
488
|
+
readonly LIM: "LIM";
|
|
489
|
+
readonly LIN: "LIN";
|
|
490
|
+
readonly LIT: "LIT";
|
|
491
|
+
readonly LTZ: "LTZ";
|
|
492
|
+
readonly LUB: "LUB";
|
|
493
|
+
readonly LUG: "LUG";
|
|
494
|
+
readonly MAH: "MAH";
|
|
495
|
+
readonly MAL: "MAL";
|
|
496
|
+
readonly MAR: "MAR";
|
|
497
|
+
readonly MKD: "MKD";
|
|
498
|
+
readonly MLG: "MLG";
|
|
499
|
+
readonly MLT: "MLT";
|
|
500
|
+
readonly MON: "MON";
|
|
501
|
+
readonly MRI: "MRI";
|
|
502
|
+
readonly MSA: "MSA";
|
|
503
|
+
readonly MYA: "MYA";
|
|
504
|
+
readonly NAU: "NAU";
|
|
505
|
+
readonly NAV: "NAV";
|
|
506
|
+
readonly NBL: "NBL";
|
|
507
|
+
readonly NDE: "NDE";
|
|
508
|
+
readonly NDO: "NDO";
|
|
509
|
+
readonly NEP: "NEP";
|
|
510
|
+
readonly NLD: "NLD";
|
|
511
|
+
readonly NNO: "NNO";
|
|
512
|
+
readonly NOB: "NOB";
|
|
513
|
+
readonly NOR: "NOR";
|
|
514
|
+
readonly NYA: "NYA";
|
|
515
|
+
readonly OCI: "OCI";
|
|
516
|
+
readonly OJI: "OJI";
|
|
517
|
+
readonly ORI: "ORI";
|
|
518
|
+
readonly ORJ: "ORJ";
|
|
519
|
+
readonly ORM: "ORM";
|
|
520
|
+
readonly OSS: "OSS";
|
|
521
|
+
readonly PAN: "PAN";
|
|
522
|
+
readonly PLI: "PLI";
|
|
523
|
+
readonly POL: "POL";
|
|
524
|
+
readonly POR: "POR";
|
|
525
|
+
readonly PUS: "PUS";
|
|
526
|
+
readonly QAA: "QAA";
|
|
527
|
+
readonly QPC: "QPC";
|
|
528
|
+
readonly QUE: "QUE";
|
|
529
|
+
readonly ROH: "ROH";
|
|
530
|
+
readonly RON: "RON";
|
|
531
|
+
readonly RUN: "RUN";
|
|
532
|
+
readonly RUS: "RUS";
|
|
533
|
+
readonly SAG: "SAG";
|
|
534
|
+
readonly SAN: "SAN";
|
|
535
|
+
readonly SIN: "SIN";
|
|
536
|
+
readonly SLK: "SLK";
|
|
537
|
+
readonly SLV: "SLV";
|
|
538
|
+
readonly SME: "SME";
|
|
539
|
+
readonly SMO: "SMO";
|
|
540
|
+
readonly SNA: "SNA";
|
|
541
|
+
readonly SND: "SND";
|
|
542
|
+
readonly SOM: "SOM";
|
|
543
|
+
readonly SOT: "SOT";
|
|
544
|
+
readonly SPA: "SPA";
|
|
545
|
+
readonly SQI: "SQI";
|
|
546
|
+
readonly SRB: "SRB";
|
|
547
|
+
readonly SRD: "SRD";
|
|
548
|
+
readonly SRP: "SRP";
|
|
549
|
+
readonly SSW: "SSW";
|
|
550
|
+
readonly SUN: "SUN";
|
|
551
|
+
readonly SWA: "SWA";
|
|
552
|
+
readonly SWE: "SWE";
|
|
553
|
+
readonly TAH: "TAH";
|
|
554
|
+
readonly TAM: "TAM";
|
|
555
|
+
readonly TAT: "TAT";
|
|
556
|
+
readonly TEL: "TEL";
|
|
557
|
+
readonly TGK: "TGK";
|
|
558
|
+
readonly TGL: "TGL";
|
|
559
|
+
readonly THA: "THA";
|
|
560
|
+
readonly TIR: "TIR";
|
|
561
|
+
readonly TNG: "TNG";
|
|
562
|
+
readonly TON: "TON";
|
|
563
|
+
readonly TSN: "TSN";
|
|
564
|
+
readonly TSO: "TSO";
|
|
565
|
+
readonly TUK: "TUK";
|
|
566
|
+
readonly TUR: "TUR";
|
|
567
|
+
readonly TWI: "TWI";
|
|
568
|
+
readonly UIG: "UIG";
|
|
569
|
+
readonly UKR: "UKR";
|
|
570
|
+
readonly URD: "URD";
|
|
571
|
+
readonly UZB: "UZB";
|
|
572
|
+
readonly VEN: "VEN";
|
|
573
|
+
readonly VIE: "VIE";
|
|
574
|
+
readonly VOL: "VOL";
|
|
575
|
+
readonly WLN: "WLN";
|
|
576
|
+
readonly WOL: "WOL";
|
|
577
|
+
readonly XHO: "XHO";
|
|
578
|
+
readonly YID: "YID";
|
|
579
|
+
readonly YOR: "YOR";
|
|
580
|
+
readonly ZHA: "ZHA";
|
|
581
|
+
readonly ZHO: "ZHO";
|
|
582
|
+
readonly ZUL: "ZUL";
|
|
583
|
+
};
|
|
584
|
+
export type LanguageCode = (typeof LanguageCode)[keyof typeof LanguageCode];
|
|
585
|
+
export declare const AudioLanguageCodeControl: {
|
|
586
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
587
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
588
|
+
};
|
|
589
|
+
export type AudioLanguageCodeControl =
|
|
590
|
+
(typeof AudioLanguageCodeControl)[keyof typeof AudioLanguageCodeControl];
|
|
591
|
+
export declare const RuleType: {
|
|
592
|
+
readonly ALLOWED_RENDITIONS: "ALLOWED_RENDITIONS";
|
|
593
|
+
readonly FORCE_INCLUDE_RENDITIONS: "FORCE_INCLUDE_RENDITIONS";
|
|
594
|
+
readonly MIN_BOTTOM_RENDITION_SIZE: "MIN_BOTTOM_RENDITION_SIZE";
|
|
595
|
+
readonly MIN_TOP_RENDITION_SIZE: "MIN_TOP_RENDITION_SIZE";
|
|
596
|
+
};
|
|
597
|
+
export type RuleType = (typeof RuleType)[keyof typeof RuleType];
|
|
598
|
+
export declare const BurninSubtitleAlignment: {
|
|
599
|
+
readonly AUTO: "AUTO";
|
|
600
|
+
readonly CENTERED: "CENTERED";
|
|
601
|
+
readonly LEFT: "LEFT";
|
|
602
|
+
};
|
|
603
|
+
export type BurninSubtitleAlignment =
|
|
604
|
+
(typeof BurninSubtitleAlignment)[keyof typeof BurninSubtitleAlignment];
|
|
605
|
+
export declare const BurninSubtitleApplyFontColor: {
|
|
606
|
+
readonly ALL_TEXT: "ALL_TEXT";
|
|
607
|
+
readonly WHITE_TEXT_ONLY: "WHITE_TEXT_ONLY";
|
|
608
|
+
};
|
|
609
|
+
export type BurninSubtitleApplyFontColor =
|
|
610
|
+
(typeof BurninSubtitleApplyFontColor)[keyof typeof BurninSubtitleApplyFontColor];
|
|
611
|
+
export declare const BurninSubtitleBackgroundColor: {
|
|
612
|
+
readonly AUTO: "AUTO";
|
|
613
|
+
readonly BLACK: "BLACK";
|
|
614
|
+
readonly NONE: "NONE";
|
|
615
|
+
readonly WHITE: "WHITE";
|
|
616
|
+
};
|
|
617
|
+
export type BurninSubtitleBackgroundColor =
|
|
618
|
+
(typeof BurninSubtitleBackgroundColor)[keyof typeof BurninSubtitleBackgroundColor];
|
|
619
|
+
export declare const BurninSubtitleFallbackFont: {
|
|
620
|
+
readonly BEST_MATCH: "BEST_MATCH";
|
|
621
|
+
readonly MONOSPACED_SANSSERIF: "MONOSPACED_SANSSERIF";
|
|
622
|
+
readonly MONOSPACED_SERIF: "MONOSPACED_SERIF";
|
|
623
|
+
readonly PROPORTIONAL_SANSSERIF: "PROPORTIONAL_SANSSERIF";
|
|
624
|
+
readonly PROPORTIONAL_SERIF: "PROPORTIONAL_SERIF";
|
|
625
|
+
};
|
|
626
|
+
export type BurninSubtitleFallbackFont =
|
|
627
|
+
(typeof BurninSubtitleFallbackFont)[keyof typeof BurninSubtitleFallbackFont];
|
|
628
|
+
export declare const BurninSubtitleFontColor: {
|
|
629
|
+
readonly AUTO: "AUTO";
|
|
630
|
+
readonly BLACK: "BLACK";
|
|
631
|
+
readonly BLUE: "BLUE";
|
|
632
|
+
readonly GREEN: "GREEN";
|
|
633
|
+
readonly HEX: "HEX";
|
|
634
|
+
readonly RED: "RED";
|
|
635
|
+
readonly WHITE: "WHITE";
|
|
636
|
+
readonly YELLOW: "YELLOW";
|
|
637
|
+
};
|
|
638
|
+
export type BurninSubtitleFontColor =
|
|
639
|
+
(typeof BurninSubtitleFontColor)[keyof typeof BurninSubtitleFontColor];
|
|
640
|
+
export declare const FontScript: {
|
|
641
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
642
|
+
readonly HANS: "HANS";
|
|
643
|
+
readonly HANT: "HANT";
|
|
644
|
+
};
|
|
645
|
+
export type FontScript = (typeof FontScript)[keyof typeof FontScript];
|
|
646
|
+
export declare const BurninSubtitleOutlineColor: {
|
|
647
|
+
readonly AUTO: "AUTO";
|
|
648
|
+
readonly BLACK: "BLACK";
|
|
649
|
+
readonly BLUE: "BLUE";
|
|
650
|
+
readonly GREEN: "GREEN";
|
|
651
|
+
readonly RED: "RED";
|
|
652
|
+
readonly WHITE: "WHITE";
|
|
653
|
+
readonly YELLOW: "YELLOW";
|
|
654
|
+
};
|
|
655
|
+
export type BurninSubtitleOutlineColor =
|
|
656
|
+
(typeof BurninSubtitleOutlineColor)[keyof typeof BurninSubtitleOutlineColor];
|
|
657
|
+
export declare const RemoveRubyReserveAttributes: {
|
|
658
|
+
readonly DISABLED: "DISABLED";
|
|
659
|
+
readonly ENABLED: "ENABLED";
|
|
660
|
+
};
|
|
661
|
+
export type RemoveRubyReserveAttributes =
|
|
662
|
+
(typeof RemoveRubyReserveAttributes)[keyof typeof RemoveRubyReserveAttributes];
|
|
663
|
+
export declare const BurninSubtitleShadowColor: {
|
|
664
|
+
readonly AUTO: "AUTO";
|
|
665
|
+
readonly BLACK: "BLACK";
|
|
666
|
+
readonly NONE: "NONE";
|
|
667
|
+
readonly WHITE: "WHITE";
|
|
668
|
+
};
|
|
669
|
+
export type BurninSubtitleShadowColor =
|
|
670
|
+
(typeof BurninSubtitleShadowColor)[keyof typeof BurninSubtitleShadowColor];
|
|
671
|
+
export declare const BurnInSubtitleStylePassthrough: {
|
|
672
|
+
readonly DISABLED: "DISABLED";
|
|
673
|
+
readonly ENABLED: "ENABLED";
|
|
674
|
+
};
|
|
675
|
+
export type BurnInSubtitleStylePassthrough =
|
|
676
|
+
(typeof BurnInSubtitleStylePassthrough)[keyof typeof BurnInSubtitleStylePassthrough];
|
|
677
|
+
export declare const BurninSubtitleTeletextSpacing: {
|
|
678
|
+
readonly AUTO: "AUTO";
|
|
679
|
+
readonly FIXED_GRID: "FIXED_GRID";
|
|
680
|
+
readonly PROPORTIONAL: "PROPORTIONAL";
|
|
681
|
+
};
|
|
682
|
+
export type BurninSubtitleTeletextSpacing =
|
|
683
|
+
(typeof BurninSubtitleTeletextSpacing)[keyof typeof BurninSubtitleTeletextSpacing];
|
|
684
|
+
export declare const CaptionDestinationType: {
|
|
685
|
+
readonly BURN_IN: "BURN_IN";
|
|
686
|
+
readonly DVB_SUB: "DVB_SUB";
|
|
687
|
+
readonly EMBEDDED: "EMBEDDED";
|
|
688
|
+
readonly EMBEDDED_PLUS_SCTE20: "EMBEDDED_PLUS_SCTE20";
|
|
689
|
+
readonly IMSC: "IMSC";
|
|
690
|
+
readonly SCC: "SCC";
|
|
691
|
+
readonly SCTE20_PLUS_EMBEDDED: "SCTE20_PLUS_EMBEDDED";
|
|
692
|
+
readonly SMI: "SMI";
|
|
693
|
+
readonly SRT: "SRT";
|
|
694
|
+
readonly TELETEXT: "TELETEXT";
|
|
695
|
+
readonly TTML: "TTML";
|
|
696
|
+
readonly WEBVTT: "WEBVTT";
|
|
697
|
+
};
|
|
698
|
+
export type CaptionDestinationType =
|
|
699
|
+
(typeof CaptionDestinationType)[keyof typeof CaptionDestinationType];
|
|
700
|
+
export declare const DvbSubtitleAlignment: {
|
|
701
|
+
readonly AUTO: "AUTO";
|
|
702
|
+
readonly CENTERED: "CENTERED";
|
|
703
|
+
readonly LEFT: "LEFT";
|
|
704
|
+
};
|
|
705
|
+
export type DvbSubtitleAlignment =
|
|
706
|
+
(typeof DvbSubtitleAlignment)[keyof typeof DvbSubtitleAlignment];
|
|
707
|
+
export declare const DvbSubtitleApplyFontColor: {
|
|
708
|
+
readonly ALL_TEXT: "ALL_TEXT";
|
|
709
|
+
readonly WHITE_TEXT_ONLY: "WHITE_TEXT_ONLY";
|
|
710
|
+
};
|
|
711
|
+
export type DvbSubtitleApplyFontColor =
|
|
712
|
+
(typeof DvbSubtitleApplyFontColor)[keyof typeof DvbSubtitleApplyFontColor];
|
|
713
|
+
export declare const DvbSubtitleBackgroundColor: {
|
|
714
|
+
readonly AUTO: "AUTO";
|
|
715
|
+
readonly BLACK: "BLACK";
|
|
716
|
+
readonly NONE: "NONE";
|
|
717
|
+
readonly WHITE: "WHITE";
|
|
718
|
+
};
|
|
719
|
+
export type DvbSubtitleBackgroundColor =
|
|
720
|
+
(typeof DvbSubtitleBackgroundColor)[keyof typeof DvbSubtitleBackgroundColor];
|
|
721
|
+
export declare const DvbddsHandling: {
|
|
722
|
+
readonly NONE: "NONE";
|
|
723
|
+
readonly NO_DISPLAY_WINDOW: "NO_DISPLAY_WINDOW";
|
|
724
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
725
|
+
readonly SPECIFIED_OPTIMAL: "SPECIFIED_OPTIMAL";
|
|
726
|
+
};
|
|
727
|
+
export type DvbddsHandling =
|
|
728
|
+
(typeof DvbddsHandling)[keyof typeof DvbddsHandling];
|
|
729
|
+
export declare const DvbSubSubtitleFallbackFont: {
|
|
730
|
+
readonly BEST_MATCH: "BEST_MATCH";
|
|
731
|
+
readonly MONOSPACED_SANSSERIF: "MONOSPACED_SANSSERIF";
|
|
732
|
+
readonly MONOSPACED_SERIF: "MONOSPACED_SERIF";
|
|
733
|
+
readonly PROPORTIONAL_SANSSERIF: "PROPORTIONAL_SANSSERIF";
|
|
734
|
+
readonly PROPORTIONAL_SERIF: "PROPORTIONAL_SERIF";
|
|
735
|
+
};
|
|
736
|
+
export type DvbSubSubtitleFallbackFont =
|
|
737
|
+
(typeof DvbSubSubtitleFallbackFont)[keyof typeof DvbSubSubtitleFallbackFont];
|
|
738
|
+
export declare const DvbSubtitleFontColor: {
|
|
739
|
+
readonly AUTO: "AUTO";
|
|
740
|
+
readonly BLACK: "BLACK";
|
|
741
|
+
readonly BLUE: "BLUE";
|
|
742
|
+
readonly GREEN: "GREEN";
|
|
743
|
+
readonly HEX: "HEX";
|
|
744
|
+
readonly RED: "RED";
|
|
745
|
+
readonly WHITE: "WHITE";
|
|
746
|
+
readonly YELLOW: "YELLOW";
|
|
747
|
+
};
|
|
748
|
+
export type DvbSubtitleFontColor =
|
|
749
|
+
(typeof DvbSubtitleFontColor)[keyof typeof DvbSubtitleFontColor];
|
|
750
|
+
export declare const DvbSubtitleOutlineColor: {
|
|
751
|
+
readonly AUTO: "AUTO";
|
|
752
|
+
readonly BLACK: "BLACK";
|
|
753
|
+
readonly BLUE: "BLUE";
|
|
754
|
+
readonly GREEN: "GREEN";
|
|
755
|
+
readonly RED: "RED";
|
|
756
|
+
readonly WHITE: "WHITE";
|
|
757
|
+
readonly YELLOW: "YELLOW";
|
|
758
|
+
};
|
|
759
|
+
export type DvbSubtitleOutlineColor =
|
|
760
|
+
(typeof DvbSubtitleOutlineColor)[keyof typeof DvbSubtitleOutlineColor];
|
|
761
|
+
export declare const DvbSubtitleShadowColor: {
|
|
762
|
+
readonly AUTO: "AUTO";
|
|
763
|
+
readonly BLACK: "BLACK";
|
|
764
|
+
readonly NONE: "NONE";
|
|
765
|
+
readonly WHITE: "WHITE";
|
|
766
|
+
};
|
|
767
|
+
export type DvbSubtitleShadowColor =
|
|
768
|
+
(typeof DvbSubtitleShadowColor)[keyof typeof DvbSubtitleShadowColor];
|
|
769
|
+
export declare const DvbSubtitleStylePassthrough: {
|
|
770
|
+
readonly DISABLED: "DISABLED";
|
|
771
|
+
readonly ENABLED: "ENABLED";
|
|
772
|
+
};
|
|
773
|
+
export type DvbSubtitleStylePassthrough =
|
|
774
|
+
(typeof DvbSubtitleStylePassthrough)[keyof typeof DvbSubtitleStylePassthrough];
|
|
775
|
+
export declare const DvbSubtitlingType: {
|
|
776
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
777
|
+
readonly STANDARD: "STANDARD";
|
|
778
|
+
};
|
|
779
|
+
export type DvbSubtitlingType =
|
|
780
|
+
(typeof DvbSubtitlingType)[keyof typeof DvbSubtitlingType];
|
|
781
|
+
export declare const DvbSubtitleTeletextSpacing: {
|
|
782
|
+
readonly AUTO: "AUTO";
|
|
783
|
+
readonly FIXED_GRID: "FIXED_GRID";
|
|
784
|
+
readonly PROPORTIONAL: "PROPORTIONAL";
|
|
785
|
+
};
|
|
786
|
+
export type DvbSubtitleTeletextSpacing =
|
|
787
|
+
(typeof DvbSubtitleTeletextSpacing)[keyof typeof DvbSubtitleTeletextSpacing];
|
|
788
|
+
export declare const ImscAccessibilitySubs: {
|
|
789
|
+
readonly DISABLED: "DISABLED";
|
|
790
|
+
readonly ENABLED: "ENABLED";
|
|
791
|
+
};
|
|
792
|
+
export type ImscAccessibilitySubs =
|
|
793
|
+
(typeof ImscAccessibilitySubs)[keyof typeof ImscAccessibilitySubs];
|
|
794
|
+
export declare const ImscStylePassthrough: {
|
|
795
|
+
readonly DISABLED: "DISABLED";
|
|
796
|
+
readonly ENABLED: "ENABLED";
|
|
797
|
+
};
|
|
798
|
+
export type ImscStylePassthrough =
|
|
799
|
+
(typeof ImscStylePassthrough)[keyof typeof ImscStylePassthrough];
|
|
800
|
+
export declare const SccDestinationFramerate: {
|
|
801
|
+
readonly FRAMERATE_23_97: "FRAMERATE_23_97";
|
|
802
|
+
readonly FRAMERATE_24: "FRAMERATE_24";
|
|
803
|
+
readonly FRAMERATE_25: "FRAMERATE_25";
|
|
804
|
+
readonly FRAMERATE_29_97_DROPFRAME: "FRAMERATE_29_97_DROPFRAME";
|
|
805
|
+
readonly FRAMERATE_29_97_NON_DROPFRAME: "FRAMERATE_29_97_NON_DROPFRAME";
|
|
806
|
+
};
|
|
807
|
+
export type SccDestinationFramerate =
|
|
808
|
+
(typeof SccDestinationFramerate)[keyof typeof SccDestinationFramerate];
|
|
809
|
+
export declare const SrtStylePassthrough: {
|
|
810
|
+
readonly DISABLED: "DISABLED";
|
|
811
|
+
readonly ENABLED: "ENABLED";
|
|
812
|
+
};
|
|
813
|
+
export type SrtStylePassthrough =
|
|
814
|
+
(typeof SrtStylePassthrough)[keyof typeof SrtStylePassthrough];
|
|
815
|
+
export declare const TeletextPageType: {
|
|
816
|
+
readonly PAGE_TYPE_ADDL_INFO: "PAGE_TYPE_ADDL_INFO";
|
|
817
|
+
readonly PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE: "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE";
|
|
818
|
+
readonly PAGE_TYPE_INITIAL: "PAGE_TYPE_INITIAL";
|
|
819
|
+
readonly PAGE_TYPE_PROGRAM_SCHEDULE: "PAGE_TYPE_PROGRAM_SCHEDULE";
|
|
820
|
+
readonly PAGE_TYPE_SUBTITLE: "PAGE_TYPE_SUBTITLE";
|
|
821
|
+
};
|
|
822
|
+
export type TeletextPageType =
|
|
823
|
+
(typeof TeletextPageType)[keyof typeof TeletextPageType];
|
|
824
|
+
export declare const TtmlStylePassthrough: {
|
|
825
|
+
readonly DISABLED: "DISABLED";
|
|
826
|
+
readonly ENABLED: "ENABLED";
|
|
827
|
+
};
|
|
828
|
+
export type TtmlStylePassthrough =
|
|
829
|
+
(typeof TtmlStylePassthrough)[keyof typeof TtmlStylePassthrough];
|
|
830
|
+
export declare const WebvttAccessibilitySubs: {
|
|
831
|
+
readonly DISABLED: "DISABLED";
|
|
832
|
+
readonly ENABLED: "ENABLED";
|
|
833
|
+
};
|
|
834
|
+
export type WebvttAccessibilitySubs =
|
|
835
|
+
(typeof WebvttAccessibilitySubs)[keyof typeof WebvttAccessibilitySubs];
|
|
836
|
+
export declare const WebvttStylePassthrough: {
|
|
837
|
+
readonly DISABLED: "DISABLED";
|
|
838
|
+
readonly ENABLED: "ENABLED";
|
|
839
|
+
readonly MERGE: "MERGE";
|
|
840
|
+
readonly STRICT: "STRICT";
|
|
841
|
+
};
|
|
842
|
+
export type WebvttStylePassthrough =
|
|
843
|
+
(typeof WebvttStylePassthrough)[keyof typeof WebvttStylePassthrough];
|
|
844
|
+
export declare const ColorSpace: {
|
|
845
|
+
readonly FOLLOW: "FOLLOW";
|
|
846
|
+
readonly HDR10: "HDR10";
|
|
847
|
+
readonly HLG_2020: "HLG_2020";
|
|
848
|
+
readonly P3D65_HDR: "P3D65_HDR";
|
|
849
|
+
readonly P3D65_SDR: "P3D65_SDR";
|
|
850
|
+
readonly P3DCI: "P3DCI";
|
|
851
|
+
readonly REC_601: "REC_601";
|
|
852
|
+
readonly REC_709: "REC_709";
|
|
853
|
+
};
|
|
854
|
+
export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
|
|
855
|
+
export declare const FrameMetricType: {
|
|
856
|
+
readonly MS_SSIM: "MS_SSIM";
|
|
857
|
+
readonly PSNR: "PSNR";
|
|
858
|
+
readonly PSNR_HVS: "PSNR_HVS";
|
|
859
|
+
readonly QVBR: "QVBR";
|
|
860
|
+
readonly SHOT_CHANGE: "SHOT_CHANGE";
|
|
861
|
+
readonly SSIM: "SSIM";
|
|
862
|
+
readonly VMAF: "VMAF";
|
|
863
|
+
};
|
|
864
|
+
export type FrameMetricType =
|
|
865
|
+
(typeof FrameMetricType)[keyof typeof FrameMetricType];
|
|
866
|
+
export declare const HlsAdMarkers: {
|
|
867
|
+
readonly ELEMENTAL: "ELEMENTAL";
|
|
868
|
+
readonly ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35";
|
|
869
|
+
};
|
|
870
|
+
export type HlsAdMarkers = (typeof HlsAdMarkers)[keyof typeof HlsAdMarkers];
|
|
871
|
+
export declare const AdvancedInputFilter: {
|
|
872
|
+
readonly DISABLED: "DISABLED";
|
|
873
|
+
readonly ENABLED: "ENABLED";
|
|
874
|
+
};
|
|
875
|
+
export type AdvancedInputFilter =
|
|
876
|
+
(typeof AdvancedInputFilter)[keyof typeof AdvancedInputFilter];
|
|
877
|
+
export declare const AdvancedInputFilterAddTexture: {
|
|
878
|
+
readonly DISABLED: "DISABLED";
|
|
879
|
+
readonly ENABLED: "ENABLED";
|
|
880
|
+
};
|
|
881
|
+
export type AdvancedInputFilterAddTexture =
|
|
882
|
+
(typeof AdvancedInputFilterAddTexture)[keyof typeof AdvancedInputFilterAddTexture];
|
|
883
|
+
export declare const AdvancedInputFilterSharpen: {
|
|
884
|
+
readonly HIGH: "HIGH";
|
|
885
|
+
readonly LOW: "LOW";
|
|
886
|
+
readonly OFF: "OFF";
|
|
887
|
+
};
|
|
888
|
+
export type AdvancedInputFilterSharpen =
|
|
889
|
+
(typeof AdvancedInputFilterSharpen)[keyof typeof AdvancedInputFilterSharpen];
|
|
890
|
+
export declare const AudioDurationCorrection: {
|
|
891
|
+
readonly AUTO: "AUTO";
|
|
892
|
+
readonly DISABLED: "DISABLED";
|
|
893
|
+
readonly FORCE: "FORCE";
|
|
894
|
+
readonly FRAME: "FRAME";
|
|
895
|
+
readonly TRACK: "TRACK";
|
|
896
|
+
};
|
|
897
|
+
export type AudioDurationCorrection =
|
|
898
|
+
(typeof AudioDurationCorrection)[keyof typeof AudioDurationCorrection];
|
|
899
|
+
export declare const AudioDefaultSelection: {
|
|
900
|
+
readonly DEFAULT: "DEFAULT";
|
|
901
|
+
readonly NOT_DEFAULT: "NOT_DEFAULT";
|
|
902
|
+
};
|
|
903
|
+
export type AudioDefaultSelection =
|
|
904
|
+
(typeof AudioDefaultSelection)[keyof typeof AudioDefaultSelection];
|
|
905
|
+
export declare const AudioSelectorType: {
|
|
906
|
+
readonly ALL_PCM: "ALL_PCM";
|
|
907
|
+
readonly HLS_RENDITION_GROUP: "HLS_RENDITION_GROUP";
|
|
908
|
+
readonly LANGUAGE_CODE: "LANGUAGE_CODE";
|
|
909
|
+
readonly PID: "PID";
|
|
910
|
+
readonly STREAM: "STREAM";
|
|
911
|
+
readonly TRACK: "TRACK";
|
|
912
|
+
};
|
|
913
|
+
export type AudioSelectorType =
|
|
914
|
+
(typeof AudioSelectorType)[keyof typeof AudioSelectorType];
|
|
915
|
+
export declare const AncillaryConvert608To708: {
|
|
916
|
+
readonly DISABLED: "DISABLED";
|
|
917
|
+
readonly UPCONVERT: "UPCONVERT";
|
|
918
|
+
};
|
|
919
|
+
export type AncillaryConvert608To708 =
|
|
920
|
+
(typeof AncillaryConvert608To708)[keyof typeof AncillaryConvert608To708];
|
|
921
|
+
export declare const AncillaryTerminateCaptions: {
|
|
922
|
+
readonly DISABLED: "DISABLED";
|
|
923
|
+
readonly END_OF_INPUT: "END_OF_INPUT";
|
|
924
|
+
};
|
|
925
|
+
export type AncillaryTerminateCaptions =
|
|
926
|
+
(typeof AncillaryTerminateCaptions)[keyof typeof AncillaryTerminateCaptions];
|
|
927
|
+
export declare const EmbeddedConvert608To708: {
|
|
928
|
+
readonly DISABLED: "DISABLED";
|
|
929
|
+
readonly UPCONVERT: "UPCONVERT";
|
|
930
|
+
};
|
|
931
|
+
export type EmbeddedConvert608To708 =
|
|
932
|
+
(typeof EmbeddedConvert608To708)[keyof typeof EmbeddedConvert608To708];
|
|
933
|
+
export declare const EmbeddedTerminateCaptions: {
|
|
934
|
+
readonly DISABLED: "DISABLED";
|
|
935
|
+
readonly END_OF_INPUT: "END_OF_INPUT";
|
|
936
|
+
};
|
|
937
|
+
export type EmbeddedTerminateCaptions =
|
|
938
|
+
(typeof EmbeddedTerminateCaptions)[keyof typeof EmbeddedTerminateCaptions];
|
|
939
|
+
export declare const CaptionSourceByteRateLimit: {
|
|
940
|
+
readonly DISABLED: "DISABLED";
|
|
941
|
+
readonly ENABLED: "ENABLED";
|
|
942
|
+
};
|
|
943
|
+
export type CaptionSourceByteRateLimit =
|
|
944
|
+
(typeof CaptionSourceByteRateLimit)[keyof typeof CaptionSourceByteRateLimit];
|
|
945
|
+
export declare const FileSourceConvert608To708: {
|
|
946
|
+
readonly DISABLED: "DISABLED";
|
|
947
|
+
readonly UPCONVERT: "UPCONVERT";
|
|
948
|
+
};
|
|
949
|
+
export type FileSourceConvert608To708 =
|
|
950
|
+
(typeof FileSourceConvert608To708)[keyof typeof FileSourceConvert608To708];
|
|
951
|
+
export declare const CaptionSourceConvertPaintOnToPopOn: {
|
|
952
|
+
readonly DISABLED: "DISABLED";
|
|
953
|
+
readonly ENABLED: "ENABLED";
|
|
954
|
+
};
|
|
955
|
+
export type CaptionSourceConvertPaintOnToPopOn =
|
|
956
|
+
(typeof CaptionSourceConvertPaintOnToPopOn)[keyof typeof CaptionSourceConvertPaintOnToPopOn];
|
|
957
|
+
export declare const FileSourceTimeDeltaUnits: {
|
|
958
|
+
readonly MILLISECONDS: "MILLISECONDS";
|
|
959
|
+
readonly SECONDS: "SECONDS";
|
|
960
|
+
};
|
|
961
|
+
export type FileSourceTimeDeltaUnits =
|
|
962
|
+
(typeof FileSourceTimeDeltaUnits)[keyof typeof FileSourceTimeDeltaUnits];
|
|
963
|
+
export declare const CaptionSourceUpconvertSTLToTeletext: {
|
|
964
|
+
readonly DISABLED: "DISABLED";
|
|
965
|
+
readonly UPCONVERT: "UPCONVERT";
|
|
966
|
+
};
|
|
967
|
+
export type CaptionSourceUpconvertSTLToTeletext =
|
|
968
|
+
(typeof CaptionSourceUpconvertSTLToTeletext)[keyof typeof CaptionSourceUpconvertSTLToTeletext];
|
|
969
|
+
export declare const CaptionSourceType: {
|
|
970
|
+
readonly ANCILLARY: "ANCILLARY";
|
|
971
|
+
readonly DVB_SUB: "DVB_SUB";
|
|
972
|
+
readonly EMBEDDED: "EMBEDDED";
|
|
973
|
+
readonly IMSC: "IMSC";
|
|
974
|
+
readonly NULL_SOURCE: "NULL_SOURCE";
|
|
975
|
+
readonly SCC: "SCC";
|
|
976
|
+
readonly SCTE20: "SCTE20";
|
|
977
|
+
readonly SMI: "SMI";
|
|
978
|
+
readonly SMPTE_TT: "SMPTE_TT";
|
|
979
|
+
readonly SRT: "SRT";
|
|
980
|
+
readonly STL: "STL";
|
|
981
|
+
readonly TELETEXT: "TELETEXT";
|
|
982
|
+
readonly TTML: "TTML";
|
|
983
|
+
readonly WEBVTT: "WEBVTT";
|
|
984
|
+
};
|
|
985
|
+
export type CaptionSourceType =
|
|
986
|
+
(typeof CaptionSourceType)[keyof typeof CaptionSourceType];
|
|
987
|
+
export declare const InputDeblockFilter: {
|
|
988
|
+
readonly DISABLED: "DISABLED";
|
|
989
|
+
readonly ENABLED: "ENABLED";
|
|
990
|
+
};
|
|
991
|
+
export type InputDeblockFilter =
|
|
992
|
+
(typeof InputDeblockFilter)[keyof typeof InputDeblockFilter];
|
|
993
|
+
export declare const DecryptionMode: {
|
|
994
|
+
readonly AES_CBC: "AES_CBC";
|
|
995
|
+
readonly AES_CTR: "AES_CTR";
|
|
996
|
+
readonly AES_GCM: "AES_GCM";
|
|
997
|
+
};
|
|
998
|
+
export type DecryptionMode =
|
|
999
|
+
(typeof DecryptionMode)[keyof typeof DecryptionMode];
|
|
1000
|
+
export declare const InputDenoiseFilter: {
|
|
1001
|
+
readonly DISABLED: "DISABLED";
|
|
1002
|
+
readonly ENABLED: "ENABLED";
|
|
1003
|
+
};
|
|
1004
|
+
export type InputDenoiseFilter =
|
|
1005
|
+
(typeof InputDenoiseFilter)[keyof typeof InputDenoiseFilter];
|
|
1006
|
+
export declare const DynamicAudioSelectorType: {
|
|
1007
|
+
readonly ALL_TRACKS: "ALL_TRACKS";
|
|
1008
|
+
readonly LANGUAGE_CODE: "LANGUAGE_CODE";
|
|
1009
|
+
};
|
|
1010
|
+
export type DynamicAudioSelectorType =
|
|
1011
|
+
(typeof DynamicAudioSelectorType)[keyof typeof DynamicAudioSelectorType];
|
|
1012
|
+
export declare const InputFilterEnable: {
|
|
1013
|
+
readonly AUTO: "AUTO";
|
|
1014
|
+
readonly DISABLE: "DISABLE";
|
|
1015
|
+
readonly FORCE: "FORCE";
|
|
1016
|
+
};
|
|
1017
|
+
export type InputFilterEnable =
|
|
1018
|
+
(typeof InputFilterEnable)[keyof typeof InputFilterEnable];
|
|
1019
|
+
export declare const InputScanType: {
|
|
1020
|
+
readonly AUTO: "AUTO";
|
|
1021
|
+
readonly PSF: "PSF";
|
|
1022
|
+
};
|
|
1023
|
+
export type InputScanType = (typeof InputScanType)[keyof typeof InputScanType];
|
|
1024
|
+
export declare const InputPsiControl: {
|
|
1025
|
+
readonly IGNORE_PSI: "IGNORE_PSI";
|
|
1026
|
+
readonly USE_PSI: "USE_PSI";
|
|
1027
|
+
};
|
|
1028
|
+
export type InputPsiControl =
|
|
1029
|
+
(typeof InputPsiControl)[keyof typeof InputPsiControl];
|
|
1030
|
+
export declare const TamsGapHandling: {
|
|
1031
|
+
readonly FILL_WITH_BLACK: "FILL_WITH_BLACK";
|
|
1032
|
+
readonly HOLD_LAST_FRAME: "HOLD_LAST_FRAME";
|
|
1033
|
+
readonly SKIP_GAPS: "SKIP_GAPS";
|
|
1034
|
+
};
|
|
1035
|
+
export type TamsGapHandling =
|
|
1036
|
+
(typeof TamsGapHandling)[keyof typeof TamsGapHandling];
|
|
1037
|
+
export declare const InputTimecodeSource: {
|
|
1038
|
+
readonly EMBEDDED: "EMBEDDED";
|
|
1039
|
+
readonly SPECIFIEDSTART: "SPECIFIEDSTART";
|
|
1040
|
+
readonly ZEROBASED: "ZEROBASED";
|
|
1041
|
+
};
|
|
1042
|
+
export type InputTimecodeSource =
|
|
1043
|
+
(typeof InputTimecodeSource)[keyof typeof InputTimecodeSource];
|
|
1044
|
+
export declare const VideoOverlayUnit: {
|
|
1045
|
+
readonly PERCENTAGE: "PERCENTAGE";
|
|
1046
|
+
readonly PIXELS: "PIXELS";
|
|
1047
|
+
};
|
|
1048
|
+
export type VideoOverlayUnit =
|
|
1049
|
+
(typeof VideoOverlayUnit)[keyof typeof VideoOverlayUnit];
|
|
1050
|
+
export declare const VideoOverlayPlayBackMode: {
|
|
1051
|
+
readonly ONCE: "ONCE";
|
|
1052
|
+
readonly REPEAT: "REPEAT";
|
|
1053
|
+
};
|
|
1054
|
+
export type VideoOverlayPlayBackMode =
|
|
1055
|
+
(typeof VideoOverlayPlayBackMode)[keyof typeof VideoOverlayPlayBackMode];
|
|
1056
|
+
export declare const AlphaBehavior: {
|
|
1057
|
+
readonly DISCARD: "DISCARD";
|
|
1058
|
+
readonly REMAP_TO_LUMA: "REMAP_TO_LUMA";
|
|
1059
|
+
};
|
|
1060
|
+
export type AlphaBehavior = (typeof AlphaBehavior)[keyof typeof AlphaBehavior];
|
|
1061
|
+
export declare const ColorSpaceUsage: {
|
|
1062
|
+
readonly FALLBACK: "FALLBACK";
|
|
1063
|
+
readonly FORCE: "FORCE";
|
|
1064
|
+
};
|
|
1065
|
+
export type ColorSpaceUsage =
|
|
1066
|
+
(typeof ColorSpaceUsage)[keyof typeof ColorSpaceUsage];
|
|
1067
|
+
export declare const EmbeddedTimecodeOverride: {
|
|
1068
|
+
readonly NONE: "NONE";
|
|
1069
|
+
readonly USE_MDPM: "USE_MDPM";
|
|
1070
|
+
};
|
|
1071
|
+
export type EmbeddedTimecodeOverride =
|
|
1072
|
+
(typeof EmbeddedTimecodeOverride)[keyof typeof EmbeddedTimecodeOverride];
|
|
1073
|
+
export declare const PadVideo: {
|
|
1074
|
+
readonly BLACK: "BLACK";
|
|
1075
|
+
readonly DISABLED: "DISABLED";
|
|
1076
|
+
};
|
|
1077
|
+
export type PadVideo = (typeof PadVideo)[keyof typeof PadVideo];
|
|
1078
|
+
export declare const InputRotate: {
|
|
1079
|
+
readonly AUTO: "AUTO";
|
|
1080
|
+
readonly DEGREES_180: "DEGREES_180";
|
|
1081
|
+
readonly DEGREES_270: "DEGREES_270";
|
|
1082
|
+
readonly DEGREES_90: "DEGREES_90";
|
|
1083
|
+
readonly DEGREE_0: "DEGREE_0";
|
|
1084
|
+
};
|
|
1085
|
+
export type InputRotate = (typeof InputRotate)[keyof typeof InputRotate];
|
|
1086
|
+
export declare const InputSampleRange: {
|
|
1087
|
+
readonly FOLLOW: "FOLLOW";
|
|
1088
|
+
readonly FULL_RANGE: "FULL_RANGE";
|
|
1089
|
+
readonly LIMITED_RANGE: "LIMITED_RANGE";
|
|
1090
|
+
};
|
|
1091
|
+
export type InputSampleRange =
|
|
1092
|
+
(typeof InputSampleRange)[keyof typeof InputSampleRange];
|
|
1093
|
+
export declare const VideoSelectorType: {
|
|
1094
|
+
readonly AUTO: "AUTO";
|
|
1095
|
+
readonly STREAM: "STREAM";
|
|
1096
|
+
};
|
|
1097
|
+
export type VideoSelectorType =
|
|
1098
|
+
(typeof VideoSelectorType)[keyof typeof VideoSelectorType];
|
|
1099
|
+
export declare const AccelerationMode: {
|
|
1100
|
+
readonly DISABLED: "DISABLED";
|
|
1101
|
+
readonly ENABLED: "ENABLED";
|
|
1102
|
+
readonly PREFERRED: "PREFERRED";
|
|
1103
|
+
};
|
|
1104
|
+
export type AccelerationMode =
|
|
1105
|
+
(typeof AccelerationMode)[keyof typeof AccelerationMode];
|
|
1106
|
+
export declare const AccelerationStatus: {
|
|
1107
|
+
readonly ACCELERATED: "ACCELERATED";
|
|
1108
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1109
|
+
readonly NOT_ACCELERATED: "NOT_ACCELERATED";
|
|
1110
|
+
readonly NOT_APPLICABLE: "NOT_APPLICABLE";
|
|
1111
|
+
};
|
|
1112
|
+
export type AccelerationStatus =
|
|
1113
|
+
(typeof AccelerationStatus)[keyof typeof AccelerationStatus];
|
|
1114
|
+
export declare const BillingTagsSource: {
|
|
1115
|
+
readonly JOB: "JOB";
|
|
1116
|
+
readonly JOB_TEMPLATE: "JOB_TEMPLATE";
|
|
1117
|
+
readonly PRESET: "PRESET";
|
|
1118
|
+
readonly QUEUE: "QUEUE";
|
|
1119
|
+
};
|
|
1120
|
+
export type BillingTagsSource =
|
|
1121
|
+
(typeof BillingTagsSource)[keyof typeof BillingTagsSource];
|
|
1122
|
+
export declare const JobPhase: {
|
|
1123
|
+
readonly PROBING: "PROBING";
|
|
1124
|
+
readonly TRANSCODING: "TRANSCODING";
|
|
1125
|
+
readonly UPLOADING: "UPLOADING";
|
|
1126
|
+
};
|
|
1127
|
+
export type JobPhase = (typeof JobPhase)[keyof typeof JobPhase];
|
|
1128
|
+
export declare const CopyProtectionAction: {
|
|
1129
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1130
|
+
readonly STRIP: "STRIP";
|
|
1131
|
+
};
|
|
1132
|
+
export type CopyProtectionAction =
|
|
1133
|
+
(typeof CopyProtectionAction)[keyof typeof CopyProtectionAction];
|
|
1134
|
+
export declare const VchipAction: {
|
|
1135
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1136
|
+
readonly STRIP: "STRIP";
|
|
1137
|
+
};
|
|
1138
|
+
export type VchipAction = (typeof VchipAction)[keyof typeof VchipAction];
|
|
1139
|
+
export declare const MotionImageInsertionMode: {
|
|
1140
|
+
readonly MOV: "MOV";
|
|
1141
|
+
readonly PNG: "PNG";
|
|
1142
|
+
};
|
|
1143
|
+
export type MotionImageInsertionMode =
|
|
1144
|
+
(typeof MotionImageInsertionMode)[keyof typeof MotionImageInsertionMode];
|
|
1145
|
+
export declare const MotionImagePlayback: {
|
|
1146
|
+
readonly ONCE: "ONCE";
|
|
1147
|
+
readonly REPEAT: "REPEAT";
|
|
1148
|
+
};
|
|
1149
|
+
export type MotionImagePlayback =
|
|
1150
|
+
(typeof MotionImagePlayback)[keyof typeof MotionImagePlayback];
|
|
1151
|
+
export declare const NielsenActiveWatermarkProcessType: {
|
|
1152
|
+
readonly CBET: "CBET";
|
|
1153
|
+
readonly NAES2_AND_NW: "NAES2_AND_NW";
|
|
1154
|
+
readonly NAES2_AND_NW_AND_CBET: "NAES2_AND_NW_AND_CBET";
|
|
1155
|
+
};
|
|
1156
|
+
export type NielsenActiveWatermarkProcessType =
|
|
1157
|
+
(typeof NielsenActiveWatermarkProcessType)[keyof typeof NielsenActiveWatermarkProcessType];
|
|
1158
|
+
export declare const NielsenSourceWatermarkStatusType: {
|
|
1159
|
+
readonly CLEAN: "CLEAN";
|
|
1160
|
+
readonly WATERMARKED: "WATERMARKED";
|
|
1161
|
+
};
|
|
1162
|
+
export type NielsenSourceWatermarkStatusType =
|
|
1163
|
+
(typeof NielsenSourceWatermarkStatusType)[keyof typeof NielsenSourceWatermarkStatusType];
|
|
1164
|
+
export declare const NielsenUniqueTicPerAudioTrackType: {
|
|
1165
|
+
readonly RESERVE_UNIQUE_TICS_PER_TRACK: "RESERVE_UNIQUE_TICS_PER_TRACK";
|
|
1166
|
+
readonly SAME_TICS_PER_TRACK: "SAME_TICS_PER_TRACK";
|
|
1167
|
+
};
|
|
1168
|
+
export type NielsenUniqueTicPerAudioTrackType =
|
|
1169
|
+
(typeof NielsenUniqueTicPerAudioTrackType)[keyof typeof NielsenUniqueTicPerAudioTrackType];
|
|
1170
|
+
export declare const CmafClientCache: {
|
|
1171
|
+
readonly DISABLED: "DISABLED";
|
|
1172
|
+
readonly ENABLED: "ENABLED";
|
|
1173
|
+
};
|
|
1174
|
+
export type CmafClientCache =
|
|
1175
|
+
(typeof CmafClientCache)[keyof typeof CmafClientCache];
|
|
1176
|
+
export declare const CmafCodecSpecification: {
|
|
1177
|
+
readonly RFC_4281: "RFC_4281";
|
|
1178
|
+
readonly RFC_6381: "RFC_6381";
|
|
1179
|
+
};
|
|
1180
|
+
export type CmafCodecSpecification =
|
|
1181
|
+
(typeof CmafCodecSpecification)[keyof typeof CmafCodecSpecification];
|
|
1182
|
+
export declare const DashManifestStyle: {
|
|
1183
|
+
readonly BASIC: "BASIC";
|
|
1184
|
+
readonly COMPACT: "COMPACT";
|
|
1185
|
+
readonly DISTINCT: "DISTINCT";
|
|
1186
|
+
readonly FULL: "FULL";
|
|
1187
|
+
};
|
|
1188
|
+
export type DashManifestStyle =
|
|
1189
|
+
(typeof DashManifestStyle)[keyof typeof DashManifestStyle];
|
|
1190
|
+
export declare const S3ObjectCannedAcl: {
|
|
1191
|
+
readonly AUTHENTICATED_READ: "AUTHENTICATED_READ";
|
|
1192
|
+
readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
|
|
1193
|
+
readonly BUCKET_OWNER_READ: "BUCKET_OWNER_READ";
|
|
1194
|
+
readonly PUBLIC_READ: "PUBLIC_READ";
|
|
1195
|
+
};
|
|
1196
|
+
export type S3ObjectCannedAcl =
|
|
1197
|
+
(typeof S3ObjectCannedAcl)[keyof typeof S3ObjectCannedAcl];
|
|
1198
|
+
export declare const S3ServerSideEncryptionType: {
|
|
1199
|
+
readonly SERVER_SIDE_ENCRYPTION_KMS: "SERVER_SIDE_ENCRYPTION_KMS";
|
|
1200
|
+
readonly SERVER_SIDE_ENCRYPTION_S3: "SERVER_SIDE_ENCRYPTION_S3";
|
|
1201
|
+
};
|
|
1202
|
+
export type S3ServerSideEncryptionType =
|
|
1203
|
+
(typeof S3ServerSideEncryptionType)[keyof typeof S3ServerSideEncryptionType];
|
|
1204
|
+
export declare const S3StorageClass: {
|
|
1205
|
+
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
1206
|
+
readonly GLACIER: "GLACIER";
|
|
1207
|
+
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
1208
|
+
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
1209
|
+
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
1210
|
+
readonly STANDARD: "STANDARD";
|
|
1211
|
+
readonly STANDARD_IA: "STANDARD_IA";
|
|
1212
|
+
};
|
|
1213
|
+
export type S3StorageClass =
|
|
1214
|
+
(typeof S3StorageClass)[keyof typeof S3StorageClass];
|
|
1215
|
+
export declare const CmafEncryptionType: {
|
|
1216
|
+
readonly AES_CTR: "AES_CTR";
|
|
1217
|
+
readonly SAMPLE_AES: "SAMPLE_AES";
|
|
1218
|
+
};
|
|
1219
|
+
export type CmafEncryptionType =
|
|
1220
|
+
(typeof CmafEncryptionType)[keyof typeof CmafEncryptionType];
|
|
1221
|
+
export declare const CmafInitializationVectorInManifest: {
|
|
1222
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1223
|
+
readonly INCLUDE: "INCLUDE";
|
|
1224
|
+
};
|
|
1225
|
+
export type CmafInitializationVectorInManifest =
|
|
1226
|
+
(typeof CmafInitializationVectorInManifest)[keyof typeof CmafInitializationVectorInManifest];
|
|
1227
|
+
export declare const PresetSpeke20Audio: {
|
|
1228
|
+
readonly PRESET_AUDIO_1: "PRESET_AUDIO_1";
|
|
1229
|
+
readonly PRESET_AUDIO_2: "PRESET_AUDIO_2";
|
|
1230
|
+
readonly PRESET_AUDIO_3: "PRESET_AUDIO_3";
|
|
1231
|
+
readonly SHARED: "SHARED";
|
|
1232
|
+
readonly UNENCRYPTED: "UNENCRYPTED";
|
|
1233
|
+
};
|
|
1234
|
+
export type PresetSpeke20Audio =
|
|
1235
|
+
(typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
|
|
1236
|
+
export declare const PresetSpeke20Video: {
|
|
1237
|
+
readonly PRESET_VIDEO_1: "PRESET_VIDEO_1";
|
|
1238
|
+
readonly PRESET_VIDEO_2: "PRESET_VIDEO_2";
|
|
1239
|
+
readonly PRESET_VIDEO_3: "PRESET_VIDEO_3";
|
|
1240
|
+
readonly PRESET_VIDEO_4: "PRESET_VIDEO_4";
|
|
1241
|
+
readonly PRESET_VIDEO_5: "PRESET_VIDEO_5";
|
|
1242
|
+
readonly PRESET_VIDEO_6: "PRESET_VIDEO_6";
|
|
1243
|
+
readonly PRESET_VIDEO_7: "PRESET_VIDEO_7";
|
|
1244
|
+
readonly PRESET_VIDEO_8: "PRESET_VIDEO_8";
|
|
1245
|
+
readonly SHARED: "SHARED";
|
|
1246
|
+
readonly UNENCRYPTED: "UNENCRYPTED";
|
|
1247
|
+
};
|
|
1248
|
+
export type PresetSpeke20Video =
|
|
1249
|
+
(typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
|
|
1250
|
+
export declare const CmafKeyProviderType: {
|
|
1251
|
+
readonly SPEKE: "SPEKE";
|
|
1252
|
+
readonly STATIC_KEY: "STATIC_KEY";
|
|
1253
|
+
};
|
|
1254
|
+
export type CmafKeyProviderType =
|
|
1255
|
+
(typeof CmafKeyProviderType)[keyof typeof CmafKeyProviderType];
|
|
1256
|
+
export declare const CmafImageBasedTrickPlay: {
|
|
1257
|
+
readonly ADVANCED: "ADVANCED";
|
|
1258
|
+
readonly NONE: "NONE";
|
|
1259
|
+
readonly THUMBNAIL: "THUMBNAIL";
|
|
1260
|
+
readonly THUMBNAIL_AND_FULLFRAME: "THUMBNAIL_AND_FULLFRAME";
|
|
1261
|
+
};
|
|
1262
|
+
export type CmafImageBasedTrickPlay =
|
|
1263
|
+
(typeof CmafImageBasedTrickPlay)[keyof typeof CmafImageBasedTrickPlay];
|
|
1264
|
+
export declare const CmafIntervalCadence: {
|
|
1265
|
+
readonly FOLLOW_CUSTOM: "FOLLOW_CUSTOM";
|
|
1266
|
+
readonly FOLLOW_IFRAME: "FOLLOW_IFRAME";
|
|
1267
|
+
};
|
|
1268
|
+
export type CmafIntervalCadence =
|
|
1269
|
+
(typeof CmafIntervalCadence)[keyof typeof CmafIntervalCadence];
|
|
1270
|
+
export declare const CmafManifestCompression: {
|
|
1271
|
+
readonly GZIP: "GZIP";
|
|
1272
|
+
readonly NONE: "NONE";
|
|
1273
|
+
};
|
|
1274
|
+
export type CmafManifestCompression =
|
|
1275
|
+
(typeof CmafManifestCompression)[keyof typeof CmafManifestCompression];
|
|
1276
|
+
export declare const CmafManifestDurationFormat: {
|
|
1277
|
+
readonly FLOATING_POINT: "FLOATING_POINT";
|
|
1278
|
+
readonly INTEGER: "INTEGER";
|
|
1279
|
+
};
|
|
1280
|
+
export type CmafManifestDurationFormat =
|
|
1281
|
+
(typeof CmafManifestDurationFormat)[keyof typeof CmafManifestDurationFormat];
|
|
1282
|
+
export declare const CmafMpdManifestBandwidthType: {
|
|
1283
|
+
readonly AVERAGE: "AVERAGE";
|
|
1284
|
+
readonly MAX: "MAX";
|
|
1285
|
+
};
|
|
1286
|
+
export type CmafMpdManifestBandwidthType =
|
|
1287
|
+
(typeof CmafMpdManifestBandwidthType)[keyof typeof CmafMpdManifestBandwidthType];
|
|
1288
|
+
export declare const CmafMpdProfile: {
|
|
1289
|
+
readonly MAIN_PROFILE: "MAIN_PROFILE";
|
|
1290
|
+
readonly ON_DEMAND_PROFILE: "ON_DEMAND_PROFILE";
|
|
1291
|
+
};
|
|
1292
|
+
export type CmafMpdProfile =
|
|
1293
|
+
(typeof CmafMpdProfile)[keyof typeof CmafMpdProfile];
|
|
1294
|
+
export declare const CmafPtsOffsetHandlingForBFrames: {
|
|
1295
|
+
readonly MATCH_INITIAL_PTS: "MATCH_INITIAL_PTS";
|
|
1296
|
+
readonly ZERO_BASED: "ZERO_BASED";
|
|
1297
|
+
};
|
|
1298
|
+
export type CmafPtsOffsetHandlingForBFrames =
|
|
1299
|
+
(typeof CmafPtsOffsetHandlingForBFrames)[keyof typeof CmafPtsOffsetHandlingForBFrames];
|
|
1300
|
+
export declare const CmafSegmentControl: {
|
|
1301
|
+
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
1302
|
+
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
1303
|
+
};
|
|
1304
|
+
export type CmafSegmentControl =
|
|
1305
|
+
(typeof CmafSegmentControl)[keyof typeof CmafSegmentControl];
|
|
1306
|
+
export declare const CmafSegmentLengthControl: {
|
|
1307
|
+
readonly EXACT: "EXACT";
|
|
1308
|
+
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
1309
|
+
readonly MATCH: "MATCH";
|
|
1310
|
+
};
|
|
1311
|
+
export type CmafSegmentLengthControl =
|
|
1312
|
+
(typeof CmafSegmentLengthControl)[keyof typeof CmafSegmentLengthControl];
|
|
1313
|
+
export declare const CmafStreamInfResolution: {
|
|
1314
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1315
|
+
readonly INCLUDE: "INCLUDE";
|
|
1316
|
+
};
|
|
1317
|
+
export type CmafStreamInfResolution =
|
|
1318
|
+
(typeof CmafStreamInfResolution)[keyof typeof CmafStreamInfResolution];
|
|
1319
|
+
export declare const CmafTargetDurationCompatibilityMode: {
|
|
1320
|
+
readonly LEGACY: "LEGACY";
|
|
1321
|
+
readonly SPEC_COMPLIANT: "SPEC_COMPLIANT";
|
|
1322
|
+
};
|
|
1323
|
+
export type CmafTargetDurationCompatibilityMode =
|
|
1324
|
+
(typeof CmafTargetDurationCompatibilityMode)[keyof typeof CmafTargetDurationCompatibilityMode];
|
|
1325
|
+
export declare const CmafVideoCompositionOffsets: {
|
|
1326
|
+
readonly SIGNED: "SIGNED";
|
|
1327
|
+
readonly UNSIGNED: "UNSIGNED";
|
|
1328
|
+
};
|
|
1329
|
+
export type CmafVideoCompositionOffsets =
|
|
1330
|
+
(typeof CmafVideoCompositionOffsets)[keyof typeof CmafVideoCompositionOffsets];
|
|
1331
|
+
export declare const CmafWriteDASHManifest: {
|
|
1332
|
+
readonly DISABLED: "DISABLED";
|
|
1333
|
+
readonly ENABLED: "ENABLED";
|
|
1334
|
+
};
|
|
1335
|
+
export type CmafWriteDASHManifest =
|
|
1336
|
+
(typeof CmafWriteDASHManifest)[keyof typeof CmafWriteDASHManifest];
|
|
1337
|
+
export declare const CmafWriteHLSManifest: {
|
|
1338
|
+
readonly DISABLED: "DISABLED";
|
|
1339
|
+
readonly ENABLED: "ENABLED";
|
|
1340
|
+
};
|
|
1341
|
+
export type CmafWriteHLSManifest =
|
|
1342
|
+
(typeof CmafWriteHLSManifest)[keyof typeof CmafWriteHLSManifest];
|
|
1343
|
+
export declare const CmafWriteSegmentTimelineInRepresentation: {
|
|
1344
|
+
readonly DISABLED: "DISABLED";
|
|
1345
|
+
readonly ENABLED: "ENABLED";
|
|
1346
|
+
};
|
|
1347
|
+
export type CmafWriteSegmentTimelineInRepresentation =
|
|
1348
|
+
(typeof CmafWriteSegmentTimelineInRepresentation)[keyof typeof CmafWriteSegmentTimelineInRepresentation];
|
|
1349
|
+
export declare const DashIsoGroupAudioChannelConfigSchemeIdUri: {
|
|
1350
|
+
readonly DOLBY_CHANNEL_CONFIGURATION: "DOLBY_CHANNEL_CONFIGURATION";
|
|
1351
|
+
readonly MPEG_CHANNEL_CONFIGURATION: "MPEG_CHANNEL_CONFIGURATION";
|
|
1352
|
+
};
|
|
1353
|
+
export type DashIsoGroupAudioChannelConfigSchemeIdUri =
|
|
1354
|
+
(typeof DashIsoGroupAudioChannelConfigSchemeIdUri)[keyof typeof DashIsoGroupAudioChannelConfigSchemeIdUri];
|
|
1355
|
+
export declare const DashIsoPlaybackDeviceCompatibility: {
|
|
1356
|
+
readonly CENC_V1: "CENC_V1";
|
|
1357
|
+
readonly UNENCRYPTED_SEI: "UNENCRYPTED_SEI";
|
|
1358
|
+
};
|
|
1359
|
+
export type DashIsoPlaybackDeviceCompatibility =
|
|
1360
|
+
(typeof DashIsoPlaybackDeviceCompatibility)[keyof typeof DashIsoPlaybackDeviceCompatibility];
|
|
1361
|
+
export declare const DashIsoHbbtvCompliance: {
|
|
1362
|
+
readonly HBBTV_1_5: "HBBTV_1_5";
|
|
1363
|
+
readonly NONE: "NONE";
|
|
1364
|
+
};
|
|
1365
|
+
export type DashIsoHbbtvCompliance =
|
|
1366
|
+
(typeof DashIsoHbbtvCompliance)[keyof typeof DashIsoHbbtvCompliance];
|
|
1367
|
+
export declare const DashIsoImageBasedTrickPlay: {
|
|
1368
|
+
readonly ADVANCED: "ADVANCED";
|
|
1369
|
+
readonly NONE: "NONE";
|
|
1370
|
+
readonly THUMBNAIL: "THUMBNAIL";
|
|
1371
|
+
readonly THUMBNAIL_AND_FULLFRAME: "THUMBNAIL_AND_FULLFRAME";
|
|
1372
|
+
};
|
|
1373
|
+
export type DashIsoImageBasedTrickPlay =
|
|
1374
|
+
(typeof DashIsoImageBasedTrickPlay)[keyof typeof DashIsoImageBasedTrickPlay];
|
|
1375
|
+
export declare const DashIsoIntervalCadence: {
|
|
1376
|
+
readonly FOLLOW_CUSTOM: "FOLLOW_CUSTOM";
|
|
1377
|
+
readonly FOLLOW_IFRAME: "FOLLOW_IFRAME";
|
|
1378
|
+
};
|
|
1379
|
+
export type DashIsoIntervalCadence =
|
|
1380
|
+
(typeof DashIsoIntervalCadence)[keyof typeof DashIsoIntervalCadence];
|
|
1381
|
+
export declare const DashIsoMpdManifestBandwidthType: {
|
|
1382
|
+
readonly AVERAGE: "AVERAGE";
|
|
1383
|
+
readonly MAX: "MAX";
|
|
1384
|
+
};
|
|
1385
|
+
export type DashIsoMpdManifestBandwidthType =
|
|
1386
|
+
(typeof DashIsoMpdManifestBandwidthType)[keyof typeof DashIsoMpdManifestBandwidthType];
|
|
1387
|
+
export declare const DashIsoMpdProfile: {
|
|
1388
|
+
readonly MAIN_PROFILE: "MAIN_PROFILE";
|
|
1389
|
+
readonly ON_DEMAND_PROFILE: "ON_DEMAND_PROFILE";
|
|
1390
|
+
};
|
|
1391
|
+
export type DashIsoMpdProfile =
|
|
1392
|
+
(typeof DashIsoMpdProfile)[keyof typeof DashIsoMpdProfile];
|
|
1393
|
+
export declare const DashIsoPtsOffsetHandlingForBFrames: {
|
|
1394
|
+
readonly MATCH_INITIAL_PTS: "MATCH_INITIAL_PTS";
|
|
1395
|
+
readonly ZERO_BASED: "ZERO_BASED";
|
|
1396
|
+
};
|
|
1397
|
+
export type DashIsoPtsOffsetHandlingForBFrames =
|
|
1398
|
+
(typeof DashIsoPtsOffsetHandlingForBFrames)[keyof typeof DashIsoPtsOffsetHandlingForBFrames];
|
|
1399
|
+
export declare const DashIsoSegmentControl: {
|
|
1400
|
+
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
1401
|
+
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
1402
|
+
};
|
|
1403
|
+
export type DashIsoSegmentControl =
|
|
1404
|
+
(typeof DashIsoSegmentControl)[keyof typeof DashIsoSegmentControl];
|
|
1405
|
+
export declare const DashIsoSegmentLengthControl: {
|
|
1406
|
+
readonly EXACT: "EXACT";
|
|
1407
|
+
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
1408
|
+
readonly MATCH: "MATCH";
|
|
1409
|
+
};
|
|
1410
|
+
export type DashIsoSegmentLengthControl =
|
|
1411
|
+
(typeof DashIsoSegmentLengthControl)[keyof typeof DashIsoSegmentLengthControl];
|
|
1412
|
+
export declare const DashIsoVideoCompositionOffsets: {
|
|
1413
|
+
readonly SIGNED: "SIGNED";
|
|
1414
|
+
readonly UNSIGNED: "UNSIGNED";
|
|
1415
|
+
};
|
|
1416
|
+
export type DashIsoVideoCompositionOffsets =
|
|
1417
|
+
(typeof DashIsoVideoCompositionOffsets)[keyof typeof DashIsoVideoCompositionOffsets];
|
|
1418
|
+
export declare const DashIsoWriteSegmentTimelineInRepresentation: {
|
|
1419
|
+
readonly DISABLED: "DISABLED";
|
|
1420
|
+
readonly ENABLED: "ENABLED";
|
|
1421
|
+
};
|
|
1422
|
+
export type DashIsoWriteSegmentTimelineInRepresentation =
|
|
1423
|
+
(typeof DashIsoWriteSegmentTimelineInRepresentation)[keyof typeof DashIsoWriteSegmentTimelineInRepresentation];
|
|
1424
|
+
export declare const HlsAudioOnlyHeader: {
|
|
1425
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1426
|
+
readonly INCLUDE: "INCLUDE";
|
|
1427
|
+
};
|
|
1428
|
+
export type HlsAudioOnlyHeader =
|
|
1429
|
+
(typeof HlsAudioOnlyHeader)[keyof typeof HlsAudioOnlyHeader];
|
|
1430
|
+
export declare const HlsCaptionLanguageSetting: {
|
|
1431
|
+
readonly INSERT: "INSERT";
|
|
1432
|
+
readonly NONE: "NONE";
|
|
1433
|
+
readonly OMIT: "OMIT";
|
|
1434
|
+
};
|
|
1435
|
+
export type HlsCaptionLanguageSetting =
|
|
1436
|
+
(typeof HlsCaptionLanguageSetting)[keyof typeof HlsCaptionLanguageSetting];
|
|
1437
|
+
export declare const HlsCaptionSegmentLengthControl: {
|
|
1438
|
+
readonly LARGE_SEGMENTS: "LARGE_SEGMENTS";
|
|
1439
|
+
readonly MATCH_VIDEO: "MATCH_VIDEO";
|
|
1440
|
+
};
|
|
1441
|
+
export type HlsCaptionSegmentLengthControl =
|
|
1442
|
+
(typeof HlsCaptionSegmentLengthControl)[keyof typeof HlsCaptionSegmentLengthControl];
|
|
1443
|
+
export declare const HlsClientCache: {
|
|
1444
|
+
readonly DISABLED: "DISABLED";
|
|
1445
|
+
readonly ENABLED: "ENABLED";
|
|
1446
|
+
};
|
|
1447
|
+
export type HlsClientCache =
|
|
1448
|
+
(typeof HlsClientCache)[keyof typeof HlsClientCache];
|
|
1449
|
+
export declare const HlsCodecSpecification: {
|
|
1450
|
+
readonly RFC_4281: "RFC_4281";
|
|
1451
|
+
readonly RFC_6381: "RFC_6381";
|
|
1452
|
+
};
|
|
1453
|
+
export type HlsCodecSpecification =
|
|
1454
|
+
(typeof HlsCodecSpecification)[keyof typeof HlsCodecSpecification];
|
|
1455
|
+
export declare const HlsDirectoryStructure: {
|
|
1456
|
+
readonly SINGLE_DIRECTORY: "SINGLE_DIRECTORY";
|
|
1457
|
+
readonly SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM";
|
|
1458
|
+
};
|
|
1459
|
+
export type HlsDirectoryStructure =
|
|
1460
|
+
(typeof HlsDirectoryStructure)[keyof typeof HlsDirectoryStructure];
|
|
1461
|
+
export declare const HlsEncryptionType: {
|
|
1462
|
+
readonly AES128: "AES128";
|
|
1463
|
+
readonly SAMPLE_AES: "SAMPLE_AES";
|
|
1464
|
+
};
|
|
1465
|
+
export type HlsEncryptionType =
|
|
1466
|
+
(typeof HlsEncryptionType)[keyof typeof HlsEncryptionType];
|
|
1467
|
+
export declare const HlsInitializationVectorInManifest: {
|
|
1468
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1469
|
+
readonly INCLUDE: "INCLUDE";
|
|
1470
|
+
};
|
|
1471
|
+
export type HlsInitializationVectorInManifest =
|
|
1472
|
+
(typeof HlsInitializationVectorInManifest)[keyof typeof HlsInitializationVectorInManifest];
|
|
1473
|
+
export declare const HlsOfflineEncrypted: {
|
|
1474
|
+
readonly DISABLED: "DISABLED";
|
|
1475
|
+
readonly ENABLED: "ENABLED";
|
|
1476
|
+
};
|
|
1477
|
+
export type HlsOfflineEncrypted =
|
|
1478
|
+
(typeof HlsOfflineEncrypted)[keyof typeof HlsOfflineEncrypted];
|
|
1479
|
+
export declare const HlsKeyProviderType: {
|
|
1480
|
+
readonly SPEKE: "SPEKE";
|
|
1481
|
+
readonly STATIC_KEY: "STATIC_KEY";
|
|
1482
|
+
};
|
|
1483
|
+
export type HlsKeyProviderType =
|
|
1484
|
+
(typeof HlsKeyProviderType)[keyof typeof HlsKeyProviderType];
|
|
1485
|
+
export declare const HlsImageBasedTrickPlay: {
|
|
1486
|
+
readonly ADVANCED: "ADVANCED";
|
|
1487
|
+
readonly NONE: "NONE";
|
|
1488
|
+
readonly THUMBNAIL: "THUMBNAIL";
|
|
1489
|
+
readonly THUMBNAIL_AND_FULLFRAME: "THUMBNAIL_AND_FULLFRAME";
|
|
1490
|
+
};
|
|
1491
|
+
export type HlsImageBasedTrickPlay =
|
|
1492
|
+
(typeof HlsImageBasedTrickPlay)[keyof typeof HlsImageBasedTrickPlay];
|
|
1493
|
+
export declare const HlsIntervalCadence: {
|
|
1494
|
+
readonly FOLLOW_CUSTOM: "FOLLOW_CUSTOM";
|
|
1495
|
+
readonly FOLLOW_IFRAME: "FOLLOW_IFRAME";
|
|
1496
|
+
};
|
|
1497
|
+
export type HlsIntervalCadence =
|
|
1498
|
+
(typeof HlsIntervalCadence)[keyof typeof HlsIntervalCadence];
|
|
1499
|
+
export declare const HlsManifestCompression: {
|
|
1500
|
+
readonly GZIP: "GZIP";
|
|
1501
|
+
readonly NONE: "NONE";
|
|
1502
|
+
};
|
|
1503
|
+
export type HlsManifestCompression =
|
|
1504
|
+
(typeof HlsManifestCompression)[keyof typeof HlsManifestCompression];
|
|
1505
|
+
export declare const HlsManifestDurationFormat: {
|
|
1506
|
+
readonly FLOATING_POINT: "FLOATING_POINT";
|
|
1507
|
+
readonly INTEGER: "INTEGER";
|
|
1508
|
+
};
|
|
1509
|
+
export type HlsManifestDurationFormat =
|
|
1510
|
+
(typeof HlsManifestDurationFormat)[keyof typeof HlsManifestDurationFormat];
|
|
1511
|
+
export declare const HlsOutputSelection: {
|
|
1512
|
+
readonly MANIFESTS_AND_SEGMENTS: "MANIFESTS_AND_SEGMENTS";
|
|
1513
|
+
readonly SEGMENTS_ONLY: "SEGMENTS_ONLY";
|
|
1514
|
+
};
|
|
1515
|
+
export type HlsOutputSelection =
|
|
1516
|
+
(typeof HlsOutputSelection)[keyof typeof HlsOutputSelection];
|
|
1517
|
+
export declare const HlsProgramDateTime: {
|
|
1518
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1519
|
+
readonly INCLUDE: "INCLUDE";
|
|
1520
|
+
};
|
|
1521
|
+
export type HlsProgramDateTime =
|
|
1522
|
+
(typeof HlsProgramDateTime)[keyof typeof HlsProgramDateTime];
|
|
1523
|
+
export declare const HlsProgressiveWriteHlsManifest: {
|
|
1524
|
+
readonly DISABLED: "DISABLED";
|
|
1525
|
+
readonly ENABLED: "ENABLED";
|
|
1526
|
+
};
|
|
1527
|
+
export type HlsProgressiveWriteHlsManifest =
|
|
1528
|
+
(typeof HlsProgressiveWriteHlsManifest)[keyof typeof HlsProgressiveWriteHlsManifest];
|
|
1529
|
+
export declare const HlsSegmentControl: {
|
|
1530
|
+
readonly SEGMENTED_FILES: "SEGMENTED_FILES";
|
|
1531
|
+
readonly SINGLE_FILE: "SINGLE_FILE";
|
|
1532
|
+
};
|
|
1533
|
+
export type HlsSegmentControl =
|
|
1534
|
+
(typeof HlsSegmentControl)[keyof typeof HlsSegmentControl];
|
|
1535
|
+
export declare const HlsSegmentLengthControl: {
|
|
1536
|
+
readonly EXACT: "EXACT";
|
|
1537
|
+
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
1538
|
+
readonly MATCH: "MATCH";
|
|
1539
|
+
};
|
|
1540
|
+
export type HlsSegmentLengthControl =
|
|
1541
|
+
(typeof HlsSegmentLengthControl)[keyof typeof HlsSegmentLengthControl];
|
|
1542
|
+
export declare const HlsStreamInfResolution: {
|
|
1543
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1544
|
+
readonly INCLUDE: "INCLUDE";
|
|
1545
|
+
};
|
|
1546
|
+
export type HlsStreamInfResolution =
|
|
1547
|
+
(typeof HlsStreamInfResolution)[keyof typeof HlsStreamInfResolution];
|
|
1548
|
+
export declare const HlsTargetDurationCompatibilityMode: {
|
|
1549
|
+
readonly LEGACY: "LEGACY";
|
|
1550
|
+
readonly SPEC_COMPLIANT: "SPEC_COMPLIANT";
|
|
1551
|
+
};
|
|
1552
|
+
export type HlsTargetDurationCompatibilityMode =
|
|
1553
|
+
(typeof HlsTargetDurationCompatibilityMode)[keyof typeof HlsTargetDurationCompatibilityMode];
|
|
1554
|
+
export declare const HlsTimedMetadataId3Frame: {
|
|
1555
|
+
readonly NONE: "NONE";
|
|
1556
|
+
readonly PRIV: "PRIV";
|
|
1557
|
+
readonly TDRL: "TDRL";
|
|
1558
|
+
};
|
|
1559
|
+
export type HlsTimedMetadataId3Frame =
|
|
1560
|
+
(typeof HlsTimedMetadataId3Frame)[keyof typeof HlsTimedMetadataId3Frame];
|
|
1561
|
+
export declare const MsSmoothAudioDeduplication: {
|
|
1562
|
+
readonly COMBINE_DUPLICATE_STREAMS: "COMBINE_DUPLICATE_STREAMS";
|
|
1563
|
+
readonly NONE: "NONE";
|
|
1564
|
+
};
|
|
1565
|
+
export type MsSmoothAudioDeduplication =
|
|
1566
|
+
(typeof MsSmoothAudioDeduplication)[keyof typeof MsSmoothAudioDeduplication];
|
|
1567
|
+
export declare const MsSmoothFragmentLengthControl: {
|
|
1568
|
+
readonly EXACT: "EXACT";
|
|
1569
|
+
readonly GOP_MULTIPLE: "GOP_MULTIPLE";
|
|
1570
|
+
};
|
|
1571
|
+
export type MsSmoothFragmentLengthControl =
|
|
1572
|
+
(typeof MsSmoothFragmentLengthControl)[keyof typeof MsSmoothFragmentLengthControl];
|
|
1573
|
+
export declare const MsSmoothManifestEncoding: {
|
|
1574
|
+
readonly UTF16: "UTF16";
|
|
1575
|
+
readonly UTF8: "UTF8";
|
|
1576
|
+
};
|
|
1577
|
+
export type MsSmoothManifestEncoding =
|
|
1578
|
+
(typeof MsSmoothManifestEncoding)[keyof typeof MsSmoothManifestEncoding];
|
|
1579
|
+
export declare const OutputGroupType: {
|
|
1580
|
+
readonly CMAF_GROUP_SETTINGS: "CMAF_GROUP_SETTINGS";
|
|
1581
|
+
readonly DASH_ISO_GROUP_SETTINGS: "DASH_ISO_GROUP_SETTINGS";
|
|
1582
|
+
readonly FILE_GROUP_SETTINGS: "FILE_GROUP_SETTINGS";
|
|
1583
|
+
readonly HLS_GROUP_SETTINGS: "HLS_GROUP_SETTINGS";
|
|
1584
|
+
readonly MS_SMOOTH_GROUP_SETTINGS: "MS_SMOOTH_GROUP_SETTINGS";
|
|
1585
|
+
};
|
|
1586
|
+
export type OutputGroupType =
|
|
1587
|
+
(typeof OutputGroupType)[keyof typeof OutputGroupType];
|
|
1588
|
+
export declare const CmfcAudioDuration: {
|
|
1589
|
+
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
1590
|
+
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
1591
|
+
};
|
|
1592
|
+
export type CmfcAudioDuration =
|
|
1593
|
+
(typeof CmfcAudioDuration)[keyof typeof CmfcAudioDuration];
|
|
1594
|
+
export declare const CmfcAudioTrackType: {
|
|
1595
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
1596
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
1597
|
+
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
1598
|
+
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
1599
|
+
};
|
|
1600
|
+
export type CmfcAudioTrackType =
|
|
1601
|
+
(typeof CmfcAudioTrackType)[keyof typeof CmfcAudioTrackType];
|
|
1602
|
+
export declare const CmfcC2paManifest: {
|
|
1603
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1604
|
+
readonly INCLUDE: "INCLUDE";
|
|
1605
|
+
};
|
|
1606
|
+
export type CmfcC2paManifest =
|
|
1607
|
+
(typeof CmfcC2paManifest)[keyof typeof CmfcC2paManifest];
|
|
1608
|
+
export declare const CmfcDescriptiveVideoServiceFlag: {
|
|
1609
|
+
readonly DONT_FLAG: "DONT_FLAG";
|
|
1610
|
+
readonly FLAG: "FLAG";
|
|
1611
|
+
};
|
|
1612
|
+
export type CmfcDescriptiveVideoServiceFlag =
|
|
1613
|
+
(typeof CmfcDescriptiveVideoServiceFlag)[keyof typeof CmfcDescriptiveVideoServiceFlag];
|
|
1614
|
+
export declare const CmfcIFrameOnlyManifest: {
|
|
1615
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1616
|
+
readonly INCLUDE: "INCLUDE";
|
|
1617
|
+
};
|
|
1618
|
+
export type CmfcIFrameOnlyManifest =
|
|
1619
|
+
(typeof CmfcIFrameOnlyManifest)[keyof typeof CmfcIFrameOnlyManifest];
|
|
1620
|
+
export declare const CmfcKlvMetadata: {
|
|
1621
|
+
readonly NONE: "NONE";
|
|
1622
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1623
|
+
};
|
|
1624
|
+
export type CmfcKlvMetadata =
|
|
1625
|
+
(typeof CmfcKlvMetadata)[keyof typeof CmfcKlvMetadata];
|
|
1626
|
+
export declare const CmfcManifestMetadataSignaling: {
|
|
1627
|
+
readonly DISABLED: "DISABLED";
|
|
1628
|
+
readonly ENABLED: "ENABLED";
|
|
1629
|
+
};
|
|
1630
|
+
export type CmfcManifestMetadataSignaling =
|
|
1631
|
+
(typeof CmfcManifestMetadataSignaling)[keyof typeof CmfcManifestMetadataSignaling];
|
|
1632
|
+
export declare const CmfcScte35Esam: {
|
|
1633
|
+
readonly INSERT: "INSERT";
|
|
1634
|
+
readonly NONE: "NONE";
|
|
1635
|
+
};
|
|
1636
|
+
export type CmfcScte35Esam =
|
|
1637
|
+
(typeof CmfcScte35Esam)[keyof typeof CmfcScte35Esam];
|
|
1638
|
+
export declare const CmfcScte35Source: {
|
|
1639
|
+
readonly NONE: "NONE";
|
|
1640
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1641
|
+
};
|
|
1642
|
+
export type CmfcScte35Source =
|
|
1643
|
+
(typeof CmfcScte35Source)[keyof typeof CmfcScte35Source];
|
|
1644
|
+
export declare const CmfcTimedMetadata: {
|
|
1645
|
+
readonly NONE: "NONE";
|
|
1646
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1647
|
+
};
|
|
1648
|
+
export type CmfcTimedMetadata =
|
|
1649
|
+
(typeof CmfcTimedMetadata)[keyof typeof CmfcTimedMetadata];
|
|
1650
|
+
export declare const CmfcTimedMetadataBoxVersion: {
|
|
1651
|
+
readonly VERSION_0: "VERSION_0";
|
|
1652
|
+
readonly VERSION_1: "VERSION_1";
|
|
1653
|
+
};
|
|
1654
|
+
export type CmfcTimedMetadataBoxVersion =
|
|
1655
|
+
(typeof CmfcTimedMetadataBoxVersion)[keyof typeof CmfcTimedMetadataBoxVersion];
|
|
1656
|
+
export declare const ContainerType: {
|
|
1657
|
+
readonly CMFC: "CMFC";
|
|
1658
|
+
readonly F4V: "F4V";
|
|
1659
|
+
readonly GIF: "GIF";
|
|
1660
|
+
readonly ISMV: "ISMV";
|
|
1661
|
+
readonly M2TS: "M2TS";
|
|
1662
|
+
readonly M3U8: "M3U8";
|
|
1663
|
+
readonly MOV: "MOV";
|
|
1664
|
+
readonly MP4: "MP4";
|
|
1665
|
+
readonly MPD: "MPD";
|
|
1666
|
+
readonly MXF: "MXF";
|
|
1667
|
+
readonly OGG: "OGG";
|
|
1668
|
+
readonly RAW: "RAW";
|
|
1669
|
+
readonly WEBM: "WEBM";
|
|
1670
|
+
readonly Y4M: "Y4M";
|
|
1671
|
+
};
|
|
1672
|
+
export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
|
|
1673
|
+
export declare const F4vMoovPlacement: {
|
|
1674
|
+
readonly NORMAL: "NORMAL";
|
|
1675
|
+
readonly PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD";
|
|
1676
|
+
};
|
|
1677
|
+
export type F4vMoovPlacement =
|
|
1678
|
+
(typeof F4vMoovPlacement)[keyof typeof F4vMoovPlacement];
|
|
1679
|
+
export declare const M2tsAudioBufferModel: {
|
|
1680
|
+
readonly ATSC: "ATSC";
|
|
1681
|
+
readonly DVB: "DVB";
|
|
1682
|
+
};
|
|
1683
|
+
export type M2tsAudioBufferModel =
|
|
1684
|
+
(typeof M2tsAudioBufferModel)[keyof typeof M2tsAudioBufferModel];
|
|
1685
|
+
export declare const M2tsAudioDuration: {
|
|
1686
|
+
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
1687
|
+
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
1688
|
+
};
|
|
1689
|
+
export type M2tsAudioDuration =
|
|
1690
|
+
(typeof M2tsAudioDuration)[keyof typeof M2tsAudioDuration];
|
|
1691
|
+
export declare const M2tsBufferModel: {
|
|
1692
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
1693
|
+
readonly NONE: "NONE";
|
|
1694
|
+
};
|
|
1695
|
+
export type M2tsBufferModel =
|
|
1696
|
+
(typeof M2tsBufferModel)[keyof typeof M2tsBufferModel];
|
|
1697
|
+
export declare const M2tsDataPtsControl: {
|
|
1698
|
+
readonly ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO";
|
|
1699
|
+
readonly AUTO: "AUTO";
|
|
1700
|
+
};
|
|
1701
|
+
export type M2tsDataPtsControl =
|
|
1702
|
+
(typeof M2tsDataPtsControl)[keyof typeof M2tsDataPtsControl];
|
|
1703
|
+
export declare const OutputSdt: {
|
|
1704
|
+
readonly SDT_FOLLOW: "SDT_FOLLOW";
|
|
1705
|
+
readonly SDT_FOLLOW_IF_PRESENT: "SDT_FOLLOW_IF_PRESENT";
|
|
1706
|
+
readonly SDT_MANUAL: "SDT_MANUAL";
|
|
1707
|
+
readonly SDT_NONE: "SDT_NONE";
|
|
1708
|
+
};
|
|
1709
|
+
export type OutputSdt = (typeof OutputSdt)[keyof typeof OutputSdt];
|
|
1710
|
+
export declare const M2tsEbpAudioInterval: {
|
|
1711
|
+
readonly VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS";
|
|
1712
|
+
readonly VIDEO_INTERVAL: "VIDEO_INTERVAL";
|
|
1713
|
+
};
|
|
1714
|
+
export type M2tsEbpAudioInterval =
|
|
1715
|
+
(typeof M2tsEbpAudioInterval)[keyof typeof M2tsEbpAudioInterval];
|
|
1716
|
+
export declare const M2tsEbpPlacement: {
|
|
1717
|
+
readonly VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS";
|
|
1718
|
+
readonly VIDEO_PID: "VIDEO_PID";
|
|
1719
|
+
};
|
|
1720
|
+
export type M2tsEbpPlacement =
|
|
1721
|
+
(typeof M2tsEbpPlacement)[keyof typeof M2tsEbpPlacement];
|
|
1722
|
+
export declare const M2tsEsRateInPes: {
|
|
1723
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1724
|
+
readonly INCLUDE: "INCLUDE";
|
|
1725
|
+
};
|
|
1726
|
+
export type M2tsEsRateInPes =
|
|
1727
|
+
(typeof M2tsEsRateInPes)[keyof typeof M2tsEsRateInPes];
|
|
1728
|
+
export declare const M2tsForceTsVideoEbpOrder: {
|
|
1729
|
+
readonly DEFAULT: "DEFAULT";
|
|
1730
|
+
readonly FORCE: "FORCE";
|
|
1731
|
+
};
|
|
1732
|
+
export type M2tsForceTsVideoEbpOrder =
|
|
1733
|
+
(typeof M2tsForceTsVideoEbpOrder)[keyof typeof M2tsForceTsVideoEbpOrder];
|
|
1734
|
+
export declare const M2tsKlvMetadata: {
|
|
1735
|
+
readonly NONE: "NONE";
|
|
1736
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1737
|
+
};
|
|
1738
|
+
export type M2tsKlvMetadata =
|
|
1739
|
+
(typeof M2tsKlvMetadata)[keyof typeof M2tsKlvMetadata];
|
|
1740
|
+
export declare const M2tsNielsenId3: {
|
|
1741
|
+
readonly INSERT: "INSERT";
|
|
1742
|
+
readonly NONE: "NONE";
|
|
1743
|
+
};
|
|
1744
|
+
export type M2tsNielsenId3 =
|
|
1745
|
+
(typeof M2tsNielsenId3)[keyof typeof M2tsNielsenId3];
|
|
1746
|
+
export declare const M2tsPcrControl: {
|
|
1747
|
+
readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
|
|
1748
|
+
readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
|
|
1749
|
+
};
|
|
1750
|
+
export type M2tsPcrControl =
|
|
1751
|
+
(typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
|
|
1752
|
+
export declare const M2tsPreventBufferUnderflow: {
|
|
1753
|
+
readonly DISABLED: "DISABLED";
|
|
1754
|
+
readonly ENABLED: "ENABLED";
|
|
1755
|
+
};
|
|
1756
|
+
export type M2tsPreventBufferUnderflow =
|
|
1757
|
+
(typeof M2tsPreventBufferUnderflow)[keyof typeof M2tsPreventBufferUnderflow];
|
|
1758
|
+
export declare const TsPtsOffset: {
|
|
1759
|
+
readonly AUTO: "AUTO";
|
|
1760
|
+
readonly MILLISECONDS: "MILLISECONDS";
|
|
1761
|
+
readonly SECONDS: "SECONDS";
|
|
1762
|
+
};
|
|
1763
|
+
export type TsPtsOffset = (typeof TsPtsOffset)[keyof typeof TsPtsOffset];
|
|
1764
|
+
export declare const M2tsRateMode: {
|
|
1765
|
+
readonly CBR: "CBR";
|
|
1766
|
+
readonly VBR: "VBR";
|
|
1767
|
+
};
|
|
1768
|
+
export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
|
|
1769
|
+
export declare const M2tsScte35Source: {
|
|
1770
|
+
readonly NONE: "NONE";
|
|
1771
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1772
|
+
};
|
|
1773
|
+
export type M2tsScte35Source =
|
|
1774
|
+
(typeof M2tsScte35Source)[keyof typeof M2tsScte35Source];
|
|
1775
|
+
export declare const M2tsSegmentationMarkers: {
|
|
1776
|
+
readonly EBP: "EBP";
|
|
1777
|
+
readonly EBP_LEGACY: "EBP_LEGACY";
|
|
1778
|
+
readonly NONE: "NONE";
|
|
1779
|
+
readonly PSI_SEGSTART: "PSI_SEGSTART";
|
|
1780
|
+
readonly RAI_ADAPT: "RAI_ADAPT";
|
|
1781
|
+
readonly RAI_SEGSTART: "RAI_SEGSTART";
|
|
1782
|
+
};
|
|
1783
|
+
export type M2tsSegmentationMarkers =
|
|
1784
|
+
(typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
|
|
1785
|
+
export declare const M2tsSegmentationStyle: {
|
|
1786
|
+
readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
|
|
1787
|
+
readonly RESET_CADENCE: "RESET_CADENCE";
|
|
1788
|
+
};
|
|
1789
|
+
export type M2tsSegmentationStyle =
|
|
1790
|
+
(typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
1791
|
+
export declare const M3u8AudioDuration: {
|
|
1792
|
+
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
1793
|
+
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
1794
|
+
};
|
|
1795
|
+
export type M3u8AudioDuration =
|
|
1796
|
+
(typeof M3u8AudioDuration)[keyof typeof M3u8AudioDuration];
|
|
1797
|
+
export declare const M3u8DataPtsControl: {
|
|
1798
|
+
readonly ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO";
|
|
1799
|
+
readonly AUTO: "AUTO";
|
|
1800
|
+
};
|
|
1801
|
+
export type M3u8DataPtsControl =
|
|
1802
|
+
(typeof M3u8DataPtsControl)[keyof typeof M3u8DataPtsControl];
|
|
1803
|
+
export declare const M3u8NielsenId3: {
|
|
1804
|
+
readonly INSERT: "INSERT";
|
|
1805
|
+
readonly NONE: "NONE";
|
|
1806
|
+
};
|
|
1807
|
+
export type M3u8NielsenId3 =
|
|
1808
|
+
(typeof M3u8NielsenId3)[keyof typeof M3u8NielsenId3];
|
|
1809
|
+
export declare const M3u8PcrControl: {
|
|
1810
|
+
readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
|
|
1811
|
+
readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
|
|
1812
|
+
};
|
|
1813
|
+
export type M3u8PcrControl =
|
|
1814
|
+
(typeof M3u8PcrControl)[keyof typeof M3u8PcrControl];
|
|
1815
|
+
export declare const M3u8Scte35Source: {
|
|
1816
|
+
readonly NONE: "NONE";
|
|
1817
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1818
|
+
};
|
|
1819
|
+
export type M3u8Scte35Source =
|
|
1820
|
+
(typeof M3u8Scte35Source)[keyof typeof M3u8Scte35Source];
|
|
1821
|
+
export declare const TimedMetadata: {
|
|
1822
|
+
readonly NONE: "NONE";
|
|
1823
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1824
|
+
};
|
|
1825
|
+
export type TimedMetadata = (typeof TimedMetadata)[keyof typeof TimedMetadata];
|
|
1826
|
+
export declare const MovClapAtom: {
|
|
1827
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1828
|
+
readonly INCLUDE: "INCLUDE";
|
|
1829
|
+
};
|
|
1830
|
+
export type MovClapAtom = (typeof MovClapAtom)[keyof typeof MovClapAtom];
|
|
1831
|
+
export declare const MovCslgAtom: {
|
|
1832
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1833
|
+
readonly INCLUDE: "INCLUDE";
|
|
1834
|
+
};
|
|
1835
|
+
export type MovCslgAtom = (typeof MovCslgAtom)[keyof typeof MovCslgAtom];
|
|
1836
|
+
export declare const MovMpeg2FourCCControl: {
|
|
1837
|
+
readonly MPEG: "MPEG";
|
|
1838
|
+
readonly XDCAM: "XDCAM";
|
|
1839
|
+
};
|
|
1840
|
+
export type MovMpeg2FourCCControl =
|
|
1841
|
+
(typeof MovMpeg2FourCCControl)[keyof typeof MovMpeg2FourCCControl];
|
|
1842
|
+
export declare const MovPaddingControl: {
|
|
1843
|
+
readonly NONE: "NONE";
|
|
1844
|
+
readonly OMNEON: "OMNEON";
|
|
1845
|
+
};
|
|
1846
|
+
export type MovPaddingControl =
|
|
1847
|
+
(typeof MovPaddingControl)[keyof typeof MovPaddingControl];
|
|
1848
|
+
export declare const MovReference: {
|
|
1849
|
+
readonly EXTERNAL: "EXTERNAL";
|
|
1850
|
+
readonly SELF_CONTAINED: "SELF_CONTAINED";
|
|
1851
|
+
};
|
|
1852
|
+
export type MovReference = (typeof MovReference)[keyof typeof MovReference];
|
|
1853
|
+
export declare const Mp4C2paManifest: {
|
|
1854
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1855
|
+
readonly INCLUDE: "INCLUDE";
|
|
1856
|
+
};
|
|
1857
|
+
export type Mp4C2paManifest =
|
|
1858
|
+
(typeof Mp4C2paManifest)[keyof typeof Mp4C2paManifest];
|
|
1859
|
+
export declare const Mp4CslgAtom: {
|
|
1860
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1861
|
+
readonly INCLUDE: "INCLUDE";
|
|
1862
|
+
};
|
|
1863
|
+
export type Mp4CslgAtom = (typeof Mp4CslgAtom)[keyof typeof Mp4CslgAtom];
|
|
1864
|
+
export declare const Mp4FreeSpaceBox: {
|
|
1865
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1866
|
+
readonly INCLUDE: "INCLUDE";
|
|
1867
|
+
};
|
|
1868
|
+
export type Mp4FreeSpaceBox =
|
|
1869
|
+
(typeof Mp4FreeSpaceBox)[keyof typeof Mp4FreeSpaceBox];
|
|
1870
|
+
export declare const Mp4MoovPlacement: {
|
|
1871
|
+
readonly NORMAL: "NORMAL";
|
|
1872
|
+
readonly PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD";
|
|
1873
|
+
};
|
|
1874
|
+
export type Mp4MoovPlacement =
|
|
1875
|
+
(typeof Mp4MoovPlacement)[keyof typeof Mp4MoovPlacement];
|
|
1876
|
+
export declare const MpdAccessibilityCaptionHints: {
|
|
1877
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1878
|
+
readonly INCLUDE: "INCLUDE";
|
|
1879
|
+
};
|
|
1880
|
+
export type MpdAccessibilityCaptionHints =
|
|
1881
|
+
(typeof MpdAccessibilityCaptionHints)[keyof typeof MpdAccessibilityCaptionHints];
|
|
1882
|
+
export declare const MpdAudioDuration: {
|
|
1883
|
+
readonly DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION";
|
|
1884
|
+
readonly MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION";
|
|
1885
|
+
};
|
|
1886
|
+
export type MpdAudioDuration =
|
|
1887
|
+
(typeof MpdAudioDuration)[keyof typeof MpdAudioDuration];
|
|
1888
|
+
export declare const MpdC2paManifest: {
|
|
1889
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1890
|
+
readonly INCLUDE: "INCLUDE";
|
|
1891
|
+
};
|
|
1892
|
+
export type MpdC2paManifest =
|
|
1893
|
+
(typeof MpdC2paManifest)[keyof typeof MpdC2paManifest];
|
|
1894
|
+
export declare const MpdCaptionContainerType: {
|
|
1895
|
+
readonly FRAGMENTED_MP4: "FRAGMENTED_MP4";
|
|
1896
|
+
readonly RAW: "RAW";
|
|
1897
|
+
};
|
|
1898
|
+
export type MpdCaptionContainerType =
|
|
1899
|
+
(typeof MpdCaptionContainerType)[keyof typeof MpdCaptionContainerType];
|
|
1900
|
+
export declare const MpdKlvMetadata: {
|
|
1901
|
+
readonly NONE: "NONE";
|
|
1902
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1903
|
+
};
|
|
1904
|
+
export type MpdKlvMetadata =
|
|
1905
|
+
(typeof MpdKlvMetadata)[keyof typeof MpdKlvMetadata];
|
|
1906
|
+
export declare const MpdManifestMetadataSignaling: {
|
|
1907
|
+
readonly DISABLED: "DISABLED";
|
|
1908
|
+
readonly ENABLED: "ENABLED";
|
|
1909
|
+
};
|
|
1910
|
+
export type MpdManifestMetadataSignaling =
|
|
1911
|
+
(typeof MpdManifestMetadataSignaling)[keyof typeof MpdManifestMetadataSignaling];
|
|
1912
|
+
export declare const MpdScte35Esam: {
|
|
1913
|
+
readonly INSERT: "INSERT";
|
|
1914
|
+
readonly NONE: "NONE";
|
|
1915
|
+
};
|
|
1916
|
+
export type MpdScte35Esam = (typeof MpdScte35Esam)[keyof typeof MpdScte35Esam];
|
|
1917
|
+
export declare const MpdScte35Source: {
|
|
1918
|
+
readonly NONE: "NONE";
|
|
1919
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1920
|
+
};
|
|
1921
|
+
export type MpdScte35Source =
|
|
1922
|
+
(typeof MpdScte35Source)[keyof typeof MpdScte35Source];
|
|
1923
|
+
export declare const MpdTimedMetadata: {
|
|
1924
|
+
readonly NONE: "NONE";
|
|
1925
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1926
|
+
};
|
|
1927
|
+
export type MpdTimedMetadata =
|
|
1928
|
+
(typeof MpdTimedMetadata)[keyof typeof MpdTimedMetadata];
|
|
1929
|
+
export declare const MpdTimedMetadataBoxVersion: {
|
|
1930
|
+
readonly VERSION_0: "VERSION_0";
|
|
1931
|
+
readonly VERSION_1: "VERSION_1";
|
|
1932
|
+
};
|
|
1933
|
+
export type MpdTimedMetadataBoxVersion =
|
|
1934
|
+
(typeof MpdTimedMetadataBoxVersion)[keyof typeof MpdTimedMetadataBoxVersion];
|
|
1935
|
+
export declare const MxfAfdSignaling: {
|
|
1936
|
+
readonly COPY_FROM_VIDEO: "COPY_FROM_VIDEO";
|
|
1937
|
+
readonly NO_COPY: "NO_COPY";
|
|
1938
|
+
};
|
|
1939
|
+
export type MxfAfdSignaling =
|
|
1940
|
+
(typeof MxfAfdSignaling)[keyof typeof MxfAfdSignaling];
|
|
1941
|
+
export declare const MxfProfile: {
|
|
1942
|
+
readonly D_10: "D_10";
|
|
1943
|
+
readonly OP1A: "OP1A";
|
|
1944
|
+
readonly XAVC: "XAVC";
|
|
1945
|
+
readonly XDCAM: "XDCAM";
|
|
1946
|
+
readonly XDCAM_RDD9: "XDCAM_RDD9";
|
|
1947
|
+
};
|
|
1948
|
+
export type MxfProfile = (typeof MxfProfile)[keyof typeof MxfProfile];
|
|
1949
|
+
export declare const MxfXavcDurationMode: {
|
|
1950
|
+
readonly ALLOW_ANY_DURATION: "ALLOW_ANY_DURATION";
|
|
1951
|
+
readonly DROP_FRAMES_FOR_COMPLIANCE: "DROP_FRAMES_FOR_COMPLIANCE";
|
|
1952
|
+
};
|
|
1953
|
+
export type MxfXavcDurationMode =
|
|
1954
|
+
(typeof MxfXavcDurationMode)[keyof typeof MxfXavcDurationMode];
|
|
1955
|
+
export declare const HlsAudioOnlyContainer: {
|
|
1956
|
+
readonly AUTOMATIC: "AUTOMATIC";
|
|
1957
|
+
readonly M2TS: "M2TS";
|
|
1958
|
+
};
|
|
1959
|
+
export type HlsAudioOnlyContainer =
|
|
1960
|
+
(typeof HlsAudioOnlyContainer)[keyof typeof HlsAudioOnlyContainer];
|
|
1961
|
+
export declare const HlsAudioTrackType: {
|
|
1962
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
1963
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
1964
|
+
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
1965
|
+
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
1966
|
+
};
|
|
1967
|
+
export type HlsAudioTrackType =
|
|
1968
|
+
(typeof HlsAudioTrackType)[keyof typeof HlsAudioTrackType];
|
|
1969
|
+
export declare const HlsDescriptiveVideoServiceFlag: {
|
|
1970
|
+
readonly DONT_FLAG: "DONT_FLAG";
|
|
1971
|
+
readonly FLAG: "FLAG";
|
|
1972
|
+
};
|
|
1973
|
+
export type HlsDescriptiveVideoServiceFlag =
|
|
1974
|
+
(typeof HlsDescriptiveVideoServiceFlag)[keyof typeof HlsDescriptiveVideoServiceFlag];
|
|
1975
|
+
export declare const HlsIFrameOnlyManifest: {
|
|
1976
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1977
|
+
readonly INCLUDE: "INCLUDE";
|
|
1978
|
+
readonly INCLUDE_AS_TS: "INCLUDE_AS_TS";
|
|
1979
|
+
};
|
|
1980
|
+
export type HlsIFrameOnlyManifest =
|
|
1981
|
+
(typeof HlsIFrameOnlyManifest)[keyof typeof HlsIFrameOnlyManifest];
|
|
1982
|
+
export declare const AfdSignaling: {
|
|
1983
|
+
readonly AUTO: "AUTO";
|
|
1984
|
+
readonly FIXED: "FIXED";
|
|
1985
|
+
readonly NONE: "NONE";
|
|
1986
|
+
};
|
|
1987
|
+
export type AfdSignaling = (typeof AfdSignaling)[keyof typeof AfdSignaling];
|
|
1988
|
+
export declare const AntiAlias: {
|
|
1989
|
+
readonly DISABLED: "DISABLED";
|
|
1990
|
+
readonly ENABLED: "ENABLED";
|
|
1991
|
+
};
|
|
1992
|
+
export type AntiAlias = (typeof AntiAlias)[keyof typeof AntiAlias];
|
|
1993
|
+
export declare const ChromaPositionMode: {
|
|
1994
|
+
readonly AUTO: "AUTO";
|
|
1995
|
+
readonly FORCE_CENTER: "FORCE_CENTER";
|
|
1996
|
+
readonly FORCE_TOP_LEFT: "FORCE_TOP_LEFT";
|
|
1997
|
+
};
|
|
1998
|
+
export type ChromaPositionMode =
|
|
1999
|
+
(typeof ChromaPositionMode)[keyof typeof ChromaPositionMode];
|
|
2000
|
+
export declare const Av1AdaptiveQuantization: {
|
|
2001
|
+
readonly HIGH: "HIGH";
|
|
2002
|
+
readonly HIGHER: "HIGHER";
|
|
2003
|
+
readonly LOW: "LOW";
|
|
2004
|
+
readonly MAX: "MAX";
|
|
2005
|
+
readonly MEDIUM: "MEDIUM";
|
|
2006
|
+
readonly OFF: "OFF";
|
|
2007
|
+
};
|
|
2008
|
+
export type Av1AdaptiveQuantization =
|
|
2009
|
+
(typeof Av1AdaptiveQuantization)[keyof typeof Av1AdaptiveQuantization];
|
|
2010
|
+
export declare const Av1BitDepth: {
|
|
2011
|
+
readonly BIT_10: "BIT_10";
|
|
2012
|
+
readonly BIT_8: "BIT_8";
|
|
2013
|
+
};
|
|
2014
|
+
export type Av1BitDepth = (typeof Av1BitDepth)[keyof typeof Av1BitDepth];
|
|
2015
|
+
export declare const Av1FilmGrainSynthesis: {
|
|
2016
|
+
readonly DISABLED: "DISABLED";
|
|
2017
|
+
readonly ENABLED: "ENABLED";
|
|
2018
|
+
};
|
|
2019
|
+
export type Av1FilmGrainSynthesis =
|
|
2020
|
+
(typeof Av1FilmGrainSynthesis)[keyof typeof Av1FilmGrainSynthesis];
|
|
2021
|
+
export declare const Av1FramerateControl: {
|
|
2022
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2023
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2024
|
+
};
|
|
2025
|
+
export type Av1FramerateControl =
|
|
2026
|
+
(typeof Av1FramerateControl)[keyof typeof Av1FramerateControl];
|
|
2027
|
+
export declare const Av1FramerateConversionAlgorithm: {
|
|
2028
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2029
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2030
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2031
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2032
|
+
};
|
|
2033
|
+
export type Av1FramerateConversionAlgorithm =
|
|
2034
|
+
(typeof Av1FramerateConversionAlgorithm)[keyof typeof Av1FramerateConversionAlgorithm];
|
|
2035
|
+
export declare const Av1RateControlMode: {
|
|
2036
|
+
readonly QVBR: "QVBR";
|
|
2037
|
+
};
|
|
2038
|
+
export type Av1RateControlMode =
|
|
2039
|
+
(typeof Av1RateControlMode)[keyof typeof Av1RateControlMode];
|
|
2040
|
+
export declare const Av1SpatialAdaptiveQuantization: {
|
|
2041
|
+
readonly DISABLED: "DISABLED";
|
|
2042
|
+
readonly ENABLED: "ENABLED";
|
|
2043
|
+
};
|
|
2044
|
+
export type Av1SpatialAdaptiveQuantization =
|
|
2045
|
+
(typeof Av1SpatialAdaptiveQuantization)[keyof typeof Av1SpatialAdaptiveQuantization];
|
|
2046
|
+
export declare const AvcIntraClass: {
|
|
2047
|
+
readonly CLASS_100: "CLASS_100";
|
|
2048
|
+
readonly CLASS_200: "CLASS_200";
|
|
2049
|
+
readonly CLASS_4K_2K: "CLASS_4K_2K";
|
|
2050
|
+
readonly CLASS_50: "CLASS_50";
|
|
2051
|
+
};
|
|
2052
|
+
export type AvcIntraClass = (typeof AvcIntraClass)[keyof typeof AvcIntraClass];
|
|
2053
|
+
export declare const AvcIntraUhdQualityTuningLevel: {
|
|
2054
|
+
readonly MULTI_PASS: "MULTI_PASS";
|
|
2055
|
+
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
2056
|
+
};
|
|
2057
|
+
export type AvcIntraUhdQualityTuningLevel =
|
|
2058
|
+
(typeof AvcIntraUhdQualityTuningLevel)[keyof typeof AvcIntraUhdQualityTuningLevel];
|
|
2059
|
+
export declare const AvcIntraFramerateControl: {
|
|
2060
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2061
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2062
|
+
};
|
|
2063
|
+
export type AvcIntraFramerateControl =
|
|
2064
|
+
(typeof AvcIntraFramerateControl)[keyof typeof AvcIntraFramerateControl];
|
|
2065
|
+
export declare const AvcIntraFramerateConversionAlgorithm: {
|
|
2066
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2067
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2068
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2069
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2070
|
+
};
|
|
2071
|
+
export type AvcIntraFramerateConversionAlgorithm =
|
|
2072
|
+
(typeof AvcIntraFramerateConversionAlgorithm)[keyof typeof AvcIntraFramerateConversionAlgorithm];
|
|
2073
|
+
export declare const AvcIntraInterlaceMode: {
|
|
2074
|
+
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
2075
|
+
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
2076
|
+
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
2077
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2078
|
+
readonly TOP_FIELD: "TOP_FIELD";
|
|
2079
|
+
};
|
|
2080
|
+
export type AvcIntraInterlaceMode =
|
|
2081
|
+
(typeof AvcIntraInterlaceMode)[keyof typeof AvcIntraInterlaceMode];
|
|
2082
|
+
export declare const AvcIntraScanTypeConversionMode: {
|
|
2083
|
+
readonly INTERLACED: "INTERLACED";
|
|
2084
|
+
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
2085
|
+
};
|
|
2086
|
+
export type AvcIntraScanTypeConversionMode =
|
|
2087
|
+
(typeof AvcIntraScanTypeConversionMode)[keyof typeof AvcIntraScanTypeConversionMode];
|
|
2088
|
+
export declare const AvcIntraSlowPal: {
|
|
2089
|
+
readonly DISABLED: "DISABLED";
|
|
2090
|
+
readonly ENABLED: "ENABLED";
|
|
2091
|
+
};
|
|
2092
|
+
export type AvcIntraSlowPal =
|
|
2093
|
+
(typeof AvcIntraSlowPal)[keyof typeof AvcIntraSlowPal];
|
|
2094
|
+
export declare const AvcIntraTelecine: {
|
|
2095
|
+
readonly HARD: "HARD";
|
|
2096
|
+
readonly NONE: "NONE";
|
|
2097
|
+
};
|
|
2098
|
+
export type AvcIntraTelecine =
|
|
2099
|
+
(typeof AvcIntraTelecine)[keyof typeof AvcIntraTelecine];
|
|
2100
|
+
export declare const VideoCodec: {
|
|
2101
|
+
readonly AV1: "AV1";
|
|
2102
|
+
readonly AVC_INTRA: "AVC_INTRA";
|
|
2103
|
+
readonly FRAME_CAPTURE: "FRAME_CAPTURE";
|
|
2104
|
+
readonly GIF: "GIF";
|
|
2105
|
+
readonly H_264: "H_264";
|
|
2106
|
+
readonly H_265: "H_265";
|
|
2107
|
+
readonly MPEG2: "MPEG2";
|
|
2108
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
2109
|
+
readonly PRORES: "PRORES";
|
|
2110
|
+
readonly UNCOMPRESSED: "UNCOMPRESSED";
|
|
2111
|
+
readonly VC3: "VC3";
|
|
2112
|
+
readonly VP8: "VP8";
|
|
2113
|
+
readonly VP9: "VP9";
|
|
2114
|
+
readonly XAVC: "XAVC";
|
|
2115
|
+
};
|
|
2116
|
+
export type VideoCodec = (typeof VideoCodec)[keyof typeof VideoCodec];
|
|
2117
|
+
export declare const GifFramerateControl: {
|
|
2118
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2119
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2120
|
+
};
|
|
2121
|
+
export type GifFramerateControl =
|
|
2122
|
+
(typeof GifFramerateControl)[keyof typeof GifFramerateControl];
|
|
2123
|
+
export declare const GifFramerateConversionAlgorithm: {
|
|
2124
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2125
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2126
|
+
};
|
|
2127
|
+
export type GifFramerateConversionAlgorithm =
|
|
2128
|
+
(typeof GifFramerateConversionAlgorithm)[keyof typeof GifFramerateConversionAlgorithm];
|
|
2129
|
+
export declare const H264AdaptiveQuantization: {
|
|
2130
|
+
readonly AUTO: "AUTO";
|
|
2131
|
+
readonly HIGH: "HIGH";
|
|
2132
|
+
readonly HIGHER: "HIGHER";
|
|
2133
|
+
readonly LOW: "LOW";
|
|
2134
|
+
readonly MAX: "MAX";
|
|
2135
|
+
readonly MEDIUM: "MEDIUM";
|
|
2136
|
+
readonly OFF: "OFF";
|
|
2137
|
+
};
|
|
2138
|
+
export type H264AdaptiveQuantization =
|
|
2139
|
+
(typeof H264AdaptiveQuantization)[keyof typeof H264AdaptiveQuantization];
|
|
2140
|
+
export declare const BandwidthReductionFilterSharpening: {
|
|
2141
|
+
readonly HIGH: "HIGH";
|
|
2142
|
+
readonly LOW: "LOW";
|
|
2143
|
+
readonly MEDIUM: "MEDIUM";
|
|
2144
|
+
readonly OFF: "OFF";
|
|
2145
|
+
};
|
|
2146
|
+
export type BandwidthReductionFilterSharpening =
|
|
2147
|
+
(typeof BandwidthReductionFilterSharpening)[keyof typeof BandwidthReductionFilterSharpening];
|
|
2148
|
+
export declare const BandwidthReductionFilterStrength: {
|
|
2149
|
+
readonly AUTO: "AUTO";
|
|
2150
|
+
readonly HIGH: "HIGH";
|
|
2151
|
+
readonly LOW: "LOW";
|
|
2152
|
+
readonly MEDIUM: "MEDIUM";
|
|
2153
|
+
readonly OFF: "OFF";
|
|
2154
|
+
};
|
|
2155
|
+
export type BandwidthReductionFilterStrength =
|
|
2156
|
+
(typeof BandwidthReductionFilterStrength)[keyof typeof BandwidthReductionFilterStrength];
|
|
2157
|
+
export declare const H264CodecLevel: {
|
|
2158
|
+
readonly AUTO: "AUTO";
|
|
2159
|
+
readonly LEVEL_1: "LEVEL_1";
|
|
2160
|
+
readonly LEVEL_1_1: "LEVEL_1_1";
|
|
2161
|
+
readonly LEVEL_1_2: "LEVEL_1_2";
|
|
2162
|
+
readonly LEVEL_1_3: "LEVEL_1_3";
|
|
2163
|
+
readonly LEVEL_2: "LEVEL_2";
|
|
2164
|
+
readonly LEVEL_2_1: "LEVEL_2_1";
|
|
2165
|
+
readonly LEVEL_2_2: "LEVEL_2_2";
|
|
2166
|
+
readonly LEVEL_3: "LEVEL_3";
|
|
2167
|
+
readonly LEVEL_3_1: "LEVEL_3_1";
|
|
2168
|
+
readonly LEVEL_3_2: "LEVEL_3_2";
|
|
2169
|
+
readonly LEVEL_4: "LEVEL_4";
|
|
2170
|
+
readonly LEVEL_4_1: "LEVEL_4_1";
|
|
2171
|
+
readonly LEVEL_4_2: "LEVEL_4_2";
|
|
2172
|
+
readonly LEVEL_5: "LEVEL_5";
|
|
2173
|
+
readonly LEVEL_5_1: "LEVEL_5_1";
|
|
2174
|
+
readonly LEVEL_5_2: "LEVEL_5_2";
|
|
2175
|
+
};
|
|
2176
|
+
export type H264CodecLevel =
|
|
2177
|
+
(typeof H264CodecLevel)[keyof typeof H264CodecLevel];
|
|
2178
|
+
export declare const H264CodecProfile: {
|
|
2179
|
+
readonly BASELINE: "BASELINE";
|
|
2180
|
+
readonly HIGH: "HIGH";
|
|
2181
|
+
readonly HIGH_10BIT: "HIGH_10BIT";
|
|
2182
|
+
readonly HIGH_422: "HIGH_422";
|
|
2183
|
+
readonly HIGH_422_10BIT: "HIGH_422_10BIT";
|
|
2184
|
+
readonly MAIN: "MAIN";
|
|
2185
|
+
};
|
|
2186
|
+
export type H264CodecProfile =
|
|
2187
|
+
(typeof H264CodecProfile)[keyof typeof H264CodecProfile];
|
|
2188
|
+
export declare const H264DynamicSubGop: {
|
|
2189
|
+
readonly ADAPTIVE: "ADAPTIVE";
|
|
2190
|
+
readonly STATIC: "STATIC";
|
|
2191
|
+
};
|
|
2192
|
+
export type H264DynamicSubGop =
|
|
2193
|
+
(typeof H264DynamicSubGop)[keyof typeof H264DynamicSubGop];
|
|
2194
|
+
export declare const H264EndOfStreamMarkers: {
|
|
2195
|
+
readonly INCLUDE: "INCLUDE";
|
|
2196
|
+
readonly SUPPRESS: "SUPPRESS";
|
|
2197
|
+
};
|
|
2198
|
+
export type H264EndOfStreamMarkers =
|
|
2199
|
+
(typeof H264EndOfStreamMarkers)[keyof typeof H264EndOfStreamMarkers];
|
|
2200
|
+
export declare const H264EntropyEncoding: {
|
|
2201
|
+
readonly CABAC: "CABAC";
|
|
2202
|
+
readonly CAVLC: "CAVLC";
|
|
2203
|
+
};
|
|
2204
|
+
export type H264EntropyEncoding =
|
|
2205
|
+
(typeof H264EntropyEncoding)[keyof typeof H264EntropyEncoding];
|
|
2206
|
+
export declare const H264FieldEncoding: {
|
|
2207
|
+
readonly FORCE_FIELD: "FORCE_FIELD";
|
|
2208
|
+
readonly MBAFF: "MBAFF";
|
|
2209
|
+
readonly PAFF: "PAFF";
|
|
2210
|
+
};
|
|
2211
|
+
export type H264FieldEncoding =
|
|
2212
|
+
(typeof H264FieldEncoding)[keyof typeof H264FieldEncoding];
|
|
2213
|
+
export declare const H264FlickerAdaptiveQuantization: {
|
|
2214
|
+
readonly DISABLED: "DISABLED";
|
|
2215
|
+
readonly ENABLED: "ENABLED";
|
|
2216
|
+
};
|
|
2217
|
+
export type H264FlickerAdaptiveQuantization =
|
|
2218
|
+
(typeof H264FlickerAdaptiveQuantization)[keyof typeof H264FlickerAdaptiveQuantization];
|
|
2219
|
+
export declare const H264FramerateControl: {
|
|
2220
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2221
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2222
|
+
};
|
|
2223
|
+
export type H264FramerateControl =
|
|
2224
|
+
(typeof H264FramerateControl)[keyof typeof H264FramerateControl];
|
|
2225
|
+
export declare const H264FramerateConversionAlgorithm: {
|
|
2226
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2227
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2228
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2229
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2230
|
+
};
|
|
2231
|
+
export type H264FramerateConversionAlgorithm =
|
|
2232
|
+
(typeof H264FramerateConversionAlgorithm)[keyof typeof H264FramerateConversionAlgorithm];
|
|
2233
|
+
export declare const H264GopBReference: {
|
|
2234
|
+
readonly DISABLED: "DISABLED";
|
|
2235
|
+
readonly ENABLED: "ENABLED";
|
|
2236
|
+
};
|
|
2237
|
+
export type H264GopBReference =
|
|
2238
|
+
(typeof H264GopBReference)[keyof typeof H264GopBReference];
|
|
2239
|
+
export declare const H264GopSizeUnits: {
|
|
2240
|
+
readonly AUTO: "AUTO";
|
|
2241
|
+
readonly FRAMES: "FRAMES";
|
|
2242
|
+
readonly SECONDS: "SECONDS";
|
|
2243
|
+
};
|
|
2244
|
+
export type H264GopSizeUnits =
|
|
2245
|
+
(typeof H264GopSizeUnits)[keyof typeof H264GopSizeUnits];
|
|
2246
|
+
export declare const H264InterlaceMode: {
|
|
2247
|
+
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
2248
|
+
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
2249
|
+
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
2250
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2251
|
+
readonly TOP_FIELD: "TOP_FIELD";
|
|
2252
|
+
};
|
|
2253
|
+
export type H264InterlaceMode =
|
|
2254
|
+
(typeof H264InterlaceMode)[keyof typeof H264InterlaceMode];
|
|
2255
|
+
export declare const H264ParControl: {
|
|
2256
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2257
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2258
|
+
};
|
|
2259
|
+
export type H264ParControl =
|
|
2260
|
+
(typeof H264ParControl)[keyof typeof H264ParControl];
|
|
2261
|
+
export declare const H264QualityTuningLevel: {
|
|
2262
|
+
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
2263
|
+
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
2264
|
+
readonly SINGLE_PASS_HQ: "SINGLE_PASS_HQ";
|
|
2265
|
+
};
|
|
2266
|
+
export type H264QualityTuningLevel =
|
|
2267
|
+
(typeof H264QualityTuningLevel)[keyof typeof H264QualityTuningLevel];
|
|
2268
|
+
export declare const H264RateControlMode: {
|
|
2269
|
+
readonly CBR: "CBR";
|
|
2270
|
+
readonly QVBR: "QVBR";
|
|
2271
|
+
readonly VBR: "VBR";
|
|
2272
|
+
};
|
|
2273
|
+
export type H264RateControlMode =
|
|
2274
|
+
(typeof H264RateControlMode)[keyof typeof H264RateControlMode];
|
|
2275
|
+
export declare const H264RepeatPps: {
|
|
2276
|
+
readonly DISABLED: "DISABLED";
|
|
2277
|
+
readonly ENABLED: "ENABLED";
|
|
2278
|
+
};
|
|
2279
|
+
export type H264RepeatPps = (typeof H264RepeatPps)[keyof typeof H264RepeatPps];
|
|
2280
|
+
export declare const H264SaliencyAwareEncoding: {
|
|
2281
|
+
readonly DISABLED: "DISABLED";
|
|
2282
|
+
readonly PREFERRED: "PREFERRED";
|
|
2283
|
+
};
|
|
2284
|
+
export type H264SaliencyAwareEncoding =
|
|
2285
|
+
(typeof H264SaliencyAwareEncoding)[keyof typeof H264SaliencyAwareEncoding];
|
|
2286
|
+
export declare const H264ScanTypeConversionMode: {
|
|
2287
|
+
readonly INTERLACED: "INTERLACED";
|
|
2288
|
+
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
2289
|
+
};
|
|
2290
|
+
export type H264ScanTypeConversionMode =
|
|
2291
|
+
(typeof H264ScanTypeConversionMode)[keyof typeof H264ScanTypeConversionMode];
|
|
2292
|
+
export declare const H264SceneChangeDetect: {
|
|
2293
|
+
readonly DISABLED: "DISABLED";
|
|
2294
|
+
readonly ENABLED: "ENABLED";
|
|
2295
|
+
readonly TRANSITION_DETECTION: "TRANSITION_DETECTION";
|
|
2296
|
+
};
|
|
2297
|
+
export type H264SceneChangeDetect =
|
|
2298
|
+
(typeof H264SceneChangeDetect)[keyof typeof H264SceneChangeDetect];
|
|
2299
|
+
export declare const H264SlowPal: {
|
|
2300
|
+
readonly DISABLED: "DISABLED";
|
|
2301
|
+
readonly ENABLED: "ENABLED";
|
|
2302
|
+
};
|
|
2303
|
+
export type H264SlowPal = (typeof H264SlowPal)[keyof typeof H264SlowPal];
|
|
2304
|
+
export declare const H264SpatialAdaptiveQuantization: {
|
|
2305
|
+
readonly DISABLED: "DISABLED";
|
|
2306
|
+
readonly ENABLED: "ENABLED";
|
|
2307
|
+
};
|
|
2308
|
+
export type H264SpatialAdaptiveQuantization =
|
|
2309
|
+
(typeof H264SpatialAdaptiveQuantization)[keyof typeof H264SpatialAdaptiveQuantization];
|
|
2310
|
+
export declare const H264Syntax: {
|
|
2311
|
+
readonly DEFAULT: "DEFAULT";
|
|
2312
|
+
readonly RP2027: "RP2027";
|
|
2313
|
+
};
|
|
2314
|
+
export type H264Syntax = (typeof H264Syntax)[keyof typeof H264Syntax];
|
|
2315
|
+
export declare const H264Telecine: {
|
|
2316
|
+
readonly HARD: "HARD";
|
|
2317
|
+
readonly NONE: "NONE";
|
|
2318
|
+
readonly SOFT: "SOFT";
|
|
2319
|
+
};
|
|
2320
|
+
export type H264Telecine = (typeof H264Telecine)[keyof typeof H264Telecine];
|
|
2321
|
+
export declare const H264TemporalAdaptiveQuantization: {
|
|
2322
|
+
readonly DISABLED: "DISABLED";
|
|
2323
|
+
readonly ENABLED: "ENABLED";
|
|
2324
|
+
};
|
|
2325
|
+
export type H264TemporalAdaptiveQuantization =
|
|
2326
|
+
(typeof H264TemporalAdaptiveQuantization)[keyof typeof H264TemporalAdaptiveQuantization];
|
|
2327
|
+
export declare const H264UnregisteredSeiTimecode: {
|
|
2328
|
+
readonly DISABLED: "DISABLED";
|
|
2329
|
+
readonly ENABLED: "ENABLED";
|
|
2330
|
+
};
|
|
2331
|
+
export type H264UnregisteredSeiTimecode =
|
|
2332
|
+
(typeof H264UnregisteredSeiTimecode)[keyof typeof H264UnregisteredSeiTimecode];
|
|
2333
|
+
export declare const H264WriteMp4PackagingType: {
|
|
2334
|
+
readonly AVC1: "AVC1";
|
|
2335
|
+
readonly AVC3: "AVC3";
|
|
2336
|
+
};
|
|
2337
|
+
export type H264WriteMp4PackagingType =
|
|
2338
|
+
(typeof H264WriteMp4PackagingType)[keyof typeof H264WriteMp4PackagingType];
|
|
2339
|
+
export declare const H265AdaptiveQuantization: {
|
|
2340
|
+
readonly AUTO: "AUTO";
|
|
2341
|
+
readonly HIGH: "HIGH";
|
|
2342
|
+
readonly HIGHER: "HIGHER";
|
|
2343
|
+
readonly LOW: "LOW";
|
|
2344
|
+
readonly MAX: "MAX";
|
|
2345
|
+
readonly MEDIUM: "MEDIUM";
|
|
2346
|
+
readonly OFF: "OFF";
|
|
2347
|
+
};
|
|
2348
|
+
export type H265AdaptiveQuantization =
|
|
2349
|
+
(typeof H265AdaptiveQuantization)[keyof typeof H265AdaptiveQuantization];
|
|
2350
|
+
export declare const H265AlternateTransferFunctionSei: {
|
|
2351
|
+
readonly DISABLED: "DISABLED";
|
|
2352
|
+
readonly ENABLED: "ENABLED";
|
|
2353
|
+
};
|
|
2354
|
+
export type H265AlternateTransferFunctionSei =
|
|
2355
|
+
(typeof H265AlternateTransferFunctionSei)[keyof typeof H265AlternateTransferFunctionSei];
|
|
2356
|
+
export declare const H265CodecLevel: {
|
|
2357
|
+
readonly AUTO: "AUTO";
|
|
2358
|
+
readonly LEVEL_1: "LEVEL_1";
|
|
2359
|
+
readonly LEVEL_2: "LEVEL_2";
|
|
2360
|
+
readonly LEVEL_2_1: "LEVEL_2_1";
|
|
2361
|
+
readonly LEVEL_3: "LEVEL_3";
|
|
2362
|
+
readonly LEVEL_3_1: "LEVEL_3_1";
|
|
2363
|
+
readonly LEVEL_4: "LEVEL_4";
|
|
2364
|
+
readonly LEVEL_4_1: "LEVEL_4_1";
|
|
2365
|
+
readonly LEVEL_5: "LEVEL_5";
|
|
2366
|
+
readonly LEVEL_5_1: "LEVEL_5_1";
|
|
2367
|
+
readonly LEVEL_5_2: "LEVEL_5_2";
|
|
2368
|
+
readonly LEVEL_6: "LEVEL_6";
|
|
2369
|
+
readonly LEVEL_6_1: "LEVEL_6_1";
|
|
2370
|
+
readonly LEVEL_6_2: "LEVEL_6_2";
|
|
2371
|
+
};
|
|
2372
|
+
export type H265CodecLevel =
|
|
2373
|
+
(typeof H265CodecLevel)[keyof typeof H265CodecLevel];
|
|
2374
|
+
export declare const H265CodecProfile: {
|
|
2375
|
+
readonly MAIN10_HIGH: "MAIN10_HIGH";
|
|
2376
|
+
readonly MAIN10_MAIN: "MAIN10_MAIN";
|
|
2377
|
+
readonly MAIN_422_10BIT_HIGH: "MAIN_422_10BIT_HIGH";
|
|
2378
|
+
readonly MAIN_422_10BIT_MAIN: "MAIN_422_10BIT_MAIN";
|
|
2379
|
+
readonly MAIN_422_8BIT_HIGH: "MAIN_422_8BIT_HIGH";
|
|
2380
|
+
readonly MAIN_422_8BIT_MAIN: "MAIN_422_8BIT_MAIN";
|
|
2381
|
+
readonly MAIN_HIGH: "MAIN_HIGH";
|
|
2382
|
+
readonly MAIN_MAIN: "MAIN_MAIN";
|
|
2383
|
+
};
|
|
2384
|
+
export type H265CodecProfile =
|
|
2385
|
+
(typeof H265CodecProfile)[keyof typeof H265CodecProfile];
|
|
2386
|
+
export declare const H265Deblocking: {
|
|
2387
|
+
readonly DISABLED: "DISABLED";
|
|
2388
|
+
readonly ENABLED: "ENABLED";
|
|
2389
|
+
};
|
|
2390
|
+
export type H265Deblocking =
|
|
2391
|
+
(typeof H265Deblocking)[keyof typeof H265Deblocking];
|
|
2392
|
+
export declare const H265DynamicSubGop: {
|
|
2393
|
+
readonly ADAPTIVE: "ADAPTIVE";
|
|
2394
|
+
readonly STATIC: "STATIC";
|
|
2395
|
+
};
|
|
2396
|
+
export type H265DynamicSubGop =
|
|
2397
|
+
(typeof H265DynamicSubGop)[keyof typeof H265DynamicSubGop];
|
|
2398
|
+
export declare const H265EndOfStreamMarkers: {
|
|
2399
|
+
readonly INCLUDE: "INCLUDE";
|
|
2400
|
+
readonly SUPPRESS: "SUPPRESS";
|
|
2401
|
+
};
|
|
2402
|
+
export type H265EndOfStreamMarkers =
|
|
2403
|
+
(typeof H265EndOfStreamMarkers)[keyof typeof H265EndOfStreamMarkers];
|
|
2404
|
+
export declare const H265FlickerAdaptiveQuantization: {
|
|
2405
|
+
readonly DISABLED: "DISABLED";
|
|
2406
|
+
readonly ENABLED: "ENABLED";
|
|
2407
|
+
};
|
|
2408
|
+
export type H265FlickerAdaptiveQuantization =
|
|
2409
|
+
(typeof H265FlickerAdaptiveQuantization)[keyof typeof H265FlickerAdaptiveQuantization];
|
|
2410
|
+
export declare const H265FramerateControl: {
|
|
2411
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2412
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2413
|
+
};
|
|
2414
|
+
export type H265FramerateControl =
|
|
2415
|
+
(typeof H265FramerateControl)[keyof typeof H265FramerateControl];
|
|
2416
|
+
export declare const H265FramerateConversionAlgorithm: {
|
|
2417
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2418
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2419
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2420
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2421
|
+
};
|
|
2422
|
+
export type H265FramerateConversionAlgorithm =
|
|
2423
|
+
(typeof H265FramerateConversionAlgorithm)[keyof typeof H265FramerateConversionAlgorithm];
|
|
2424
|
+
export declare const H265GopBReference: {
|
|
2425
|
+
readonly DISABLED: "DISABLED";
|
|
2426
|
+
readonly ENABLED: "ENABLED";
|
|
2427
|
+
};
|
|
2428
|
+
export type H265GopBReference =
|
|
2429
|
+
(typeof H265GopBReference)[keyof typeof H265GopBReference];
|
|
2430
|
+
export declare const H265GopSizeUnits: {
|
|
2431
|
+
readonly AUTO: "AUTO";
|
|
2432
|
+
readonly FRAMES: "FRAMES";
|
|
2433
|
+
readonly SECONDS: "SECONDS";
|
|
2434
|
+
};
|
|
2435
|
+
export type H265GopSizeUnits =
|
|
2436
|
+
(typeof H265GopSizeUnits)[keyof typeof H265GopSizeUnits];
|
|
2437
|
+
export declare const H265InterlaceMode: {
|
|
2438
|
+
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
2439
|
+
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
2440
|
+
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
2441
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2442
|
+
readonly TOP_FIELD: "TOP_FIELD";
|
|
2443
|
+
};
|
|
2444
|
+
export type H265InterlaceMode =
|
|
2445
|
+
(typeof H265InterlaceMode)[keyof typeof H265InterlaceMode];
|
|
2446
|
+
export declare const H265ParControl: {
|
|
2447
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2448
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2449
|
+
};
|
|
2450
|
+
export type H265ParControl =
|
|
2451
|
+
(typeof H265ParControl)[keyof typeof H265ParControl];
|
|
2452
|
+
export declare const H265QualityTuningLevel: {
|
|
2453
|
+
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
2454
|
+
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
2455
|
+
readonly SINGLE_PASS_HQ: "SINGLE_PASS_HQ";
|
|
2456
|
+
};
|
|
2457
|
+
export type H265QualityTuningLevel =
|
|
2458
|
+
(typeof H265QualityTuningLevel)[keyof typeof H265QualityTuningLevel];
|
|
2459
|
+
export declare const H265RateControlMode: {
|
|
2460
|
+
readonly CBR: "CBR";
|
|
2461
|
+
readonly QVBR: "QVBR";
|
|
2462
|
+
readonly VBR: "VBR";
|
|
2463
|
+
};
|
|
2464
|
+
export type H265RateControlMode =
|
|
2465
|
+
(typeof H265RateControlMode)[keyof typeof H265RateControlMode];
|
|
2466
|
+
export declare const H265SampleAdaptiveOffsetFilterMode: {
|
|
2467
|
+
readonly ADAPTIVE: "ADAPTIVE";
|
|
2468
|
+
readonly DEFAULT: "DEFAULT";
|
|
2469
|
+
readonly OFF: "OFF";
|
|
2470
|
+
};
|
|
2471
|
+
export type H265SampleAdaptiveOffsetFilterMode =
|
|
2472
|
+
(typeof H265SampleAdaptiveOffsetFilterMode)[keyof typeof H265SampleAdaptiveOffsetFilterMode];
|
|
2473
|
+
export declare const H265ScanTypeConversionMode: {
|
|
2474
|
+
readonly INTERLACED: "INTERLACED";
|
|
2475
|
+
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
2476
|
+
};
|
|
2477
|
+
export type H265ScanTypeConversionMode =
|
|
2478
|
+
(typeof H265ScanTypeConversionMode)[keyof typeof H265ScanTypeConversionMode];
|
|
2479
|
+
export declare const H265SceneChangeDetect: {
|
|
2480
|
+
readonly DISABLED: "DISABLED";
|
|
2481
|
+
readonly ENABLED: "ENABLED";
|
|
2482
|
+
readonly TRANSITION_DETECTION: "TRANSITION_DETECTION";
|
|
2483
|
+
};
|
|
2484
|
+
export type H265SceneChangeDetect =
|
|
2485
|
+
(typeof H265SceneChangeDetect)[keyof typeof H265SceneChangeDetect];
|
|
2486
|
+
export declare const H265SlowPal: {
|
|
2487
|
+
readonly DISABLED: "DISABLED";
|
|
2488
|
+
readonly ENABLED: "ENABLED";
|
|
2489
|
+
};
|
|
2490
|
+
export type H265SlowPal = (typeof H265SlowPal)[keyof typeof H265SlowPal];
|
|
2491
|
+
export declare const H265SpatialAdaptiveQuantization: {
|
|
2492
|
+
readonly DISABLED: "DISABLED";
|
|
2493
|
+
readonly ENABLED: "ENABLED";
|
|
2494
|
+
};
|
|
2495
|
+
export type H265SpatialAdaptiveQuantization =
|
|
2496
|
+
(typeof H265SpatialAdaptiveQuantization)[keyof typeof H265SpatialAdaptiveQuantization];
|
|
2497
|
+
export declare const H265Telecine: {
|
|
2498
|
+
readonly HARD: "HARD";
|
|
2499
|
+
readonly NONE: "NONE";
|
|
2500
|
+
readonly SOFT: "SOFT";
|
|
2501
|
+
};
|
|
2502
|
+
export type H265Telecine = (typeof H265Telecine)[keyof typeof H265Telecine];
|
|
2503
|
+
export declare const H265TemporalAdaptiveQuantization: {
|
|
2504
|
+
readonly DISABLED: "DISABLED";
|
|
2505
|
+
readonly ENABLED: "ENABLED";
|
|
2506
|
+
};
|
|
2507
|
+
export type H265TemporalAdaptiveQuantization =
|
|
2508
|
+
(typeof H265TemporalAdaptiveQuantization)[keyof typeof H265TemporalAdaptiveQuantization];
|
|
2509
|
+
export declare const H265TemporalIds: {
|
|
2510
|
+
readonly DISABLED: "DISABLED";
|
|
2511
|
+
readonly ENABLED: "ENABLED";
|
|
2512
|
+
};
|
|
2513
|
+
export type H265TemporalIds =
|
|
2514
|
+
(typeof H265TemporalIds)[keyof typeof H265TemporalIds];
|
|
2515
|
+
export declare const H265Tiles: {
|
|
2516
|
+
readonly DISABLED: "DISABLED";
|
|
2517
|
+
readonly ENABLED: "ENABLED";
|
|
2518
|
+
};
|
|
2519
|
+
export type H265Tiles = (typeof H265Tiles)[keyof typeof H265Tiles];
|
|
2520
|
+
export declare const H265UnregisteredSeiTimecode: {
|
|
2521
|
+
readonly DISABLED: "DISABLED";
|
|
2522
|
+
readonly ENABLED: "ENABLED";
|
|
2523
|
+
};
|
|
2524
|
+
export type H265UnregisteredSeiTimecode =
|
|
2525
|
+
(typeof H265UnregisteredSeiTimecode)[keyof typeof H265UnregisteredSeiTimecode];
|
|
2526
|
+
export declare const H265WriteMp4PackagingType: {
|
|
2527
|
+
readonly HEV1: "HEV1";
|
|
2528
|
+
readonly HVC1: "HVC1";
|
|
2529
|
+
};
|
|
2530
|
+
export type H265WriteMp4PackagingType =
|
|
2531
|
+
(typeof H265WriteMp4PackagingType)[keyof typeof H265WriteMp4PackagingType];
|
|
2532
|
+
export declare const Mpeg2AdaptiveQuantization: {
|
|
2533
|
+
readonly HIGH: "HIGH";
|
|
2534
|
+
readonly LOW: "LOW";
|
|
2535
|
+
readonly MEDIUM: "MEDIUM";
|
|
2536
|
+
readonly OFF: "OFF";
|
|
2537
|
+
};
|
|
2538
|
+
export type Mpeg2AdaptiveQuantization =
|
|
2539
|
+
(typeof Mpeg2AdaptiveQuantization)[keyof typeof Mpeg2AdaptiveQuantization];
|
|
2540
|
+
export declare const Mpeg2CodecLevel: {
|
|
2541
|
+
readonly AUTO: "AUTO";
|
|
2542
|
+
readonly HIGH: "HIGH";
|
|
2543
|
+
readonly HIGH1440: "HIGH1440";
|
|
2544
|
+
readonly LOW: "LOW";
|
|
2545
|
+
readonly MAIN: "MAIN";
|
|
2546
|
+
};
|
|
2547
|
+
export type Mpeg2CodecLevel =
|
|
2548
|
+
(typeof Mpeg2CodecLevel)[keyof typeof Mpeg2CodecLevel];
|
|
2549
|
+
export declare const Mpeg2CodecProfile: {
|
|
2550
|
+
readonly MAIN: "MAIN";
|
|
2551
|
+
readonly PROFILE_422: "PROFILE_422";
|
|
2552
|
+
};
|
|
2553
|
+
export type Mpeg2CodecProfile =
|
|
2554
|
+
(typeof Mpeg2CodecProfile)[keyof typeof Mpeg2CodecProfile];
|
|
2555
|
+
export declare const Mpeg2DynamicSubGop: {
|
|
2556
|
+
readonly ADAPTIVE: "ADAPTIVE";
|
|
2557
|
+
readonly STATIC: "STATIC";
|
|
2558
|
+
};
|
|
2559
|
+
export type Mpeg2DynamicSubGop =
|
|
2560
|
+
(typeof Mpeg2DynamicSubGop)[keyof typeof Mpeg2DynamicSubGop];
|
|
2561
|
+
export declare const Mpeg2FramerateControl: {
|
|
2562
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2563
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2564
|
+
};
|
|
2565
|
+
export type Mpeg2FramerateControl =
|
|
2566
|
+
(typeof Mpeg2FramerateControl)[keyof typeof Mpeg2FramerateControl];
|
|
2567
|
+
export declare const Mpeg2FramerateConversionAlgorithm: {
|
|
2568
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2569
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2570
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2571
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2572
|
+
};
|
|
2573
|
+
export type Mpeg2FramerateConversionAlgorithm =
|
|
2574
|
+
(typeof Mpeg2FramerateConversionAlgorithm)[keyof typeof Mpeg2FramerateConversionAlgorithm];
|
|
2575
|
+
export declare const Mpeg2GopSizeUnits: {
|
|
2576
|
+
readonly FRAMES: "FRAMES";
|
|
2577
|
+
readonly SECONDS: "SECONDS";
|
|
2578
|
+
};
|
|
2579
|
+
export type Mpeg2GopSizeUnits =
|
|
2580
|
+
(typeof Mpeg2GopSizeUnits)[keyof typeof Mpeg2GopSizeUnits];
|
|
2581
|
+
export declare const Mpeg2InterlaceMode: {
|
|
2582
|
+
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
2583
|
+
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
2584
|
+
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
2585
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2586
|
+
readonly TOP_FIELD: "TOP_FIELD";
|
|
2587
|
+
};
|
|
2588
|
+
export type Mpeg2InterlaceMode =
|
|
2589
|
+
(typeof Mpeg2InterlaceMode)[keyof typeof Mpeg2InterlaceMode];
|
|
2590
|
+
export declare const Mpeg2IntraDcPrecision: {
|
|
2591
|
+
readonly AUTO: "AUTO";
|
|
2592
|
+
readonly INTRA_DC_PRECISION_10: "INTRA_DC_PRECISION_10";
|
|
2593
|
+
readonly INTRA_DC_PRECISION_11: "INTRA_DC_PRECISION_11";
|
|
2594
|
+
readonly INTRA_DC_PRECISION_8: "INTRA_DC_PRECISION_8";
|
|
2595
|
+
readonly INTRA_DC_PRECISION_9: "INTRA_DC_PRECISION_9";
|
|
2596
|
+
};
|
|
2597
|
+
export type Mpeg2IntraDcPrecision =
|
|
2598
|
+
(typeof Mpeg2IntraDcPrecision)[keyof typeof Mpeg2IntraDcPrecision];
|
|
2599
|
+
export declare const Mpeg2ParControl: {
|
|
2600
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2601
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2602
|
+
};
|
|
2603
|
+
export type Mpeg2ParControl =
|
|
2604
|
+
(typeof Mpeg2ParControl)[keyof typeof Mpeg2ParControl];
|
|
2605
|
+
export declare const Mpeg2QualityTuningLevel: {
|
|
2606
|
+
readonly MULTI_PASS: "MULTI_PASS";
|
|
2607
|
+
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
2608
|
+
};
|
|
2609
|
+
export type Mpeg2QualityTuningLevel =
|
|
2610
|
+
(typeof Mpeg2QualityTuningLevel)[keyof typeof Mpeg2QualityTuningLevel];
|
|
2611
|
+
export declare const Mpeg2RateControlMode: {
|
|
2612
|
+
readonly CBR: "CBR";
|
|
2613
|
+
readonly VBR: "VBR";
|
|
2614
|
+
};
|
|
2615
|
+
export type Mpeg2RateControlMode =
|
|
2616
|
+
(typeof Mpeg2RateControlMode)[keyof typeof Mpeg2RateControlMode];
|
|
2617
|
+
export declare const Mpeg2ScanTypeConversionMode: {
|
|
2618
|
+
readonly INTERLACED: "INTERLACED";
|
|
2619
|
+
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
2620
|
+
};
|
|
2621
|
+
export type Mpeg2ScanTypeConversionMode =
|
|
2622
|
+
(typeof Mpeg2ScanTypeConversionMode)[keyof typeof Mpeg2ScanTypeConversionMode];
|
|
2623
|
+
export declare const Mpeg2SceneChangeDetect: {
|
|
2624
|
+
readonly DISABLED: "DISABLED";
|
|
2625
|
+
readonly ENABLED: "ENABLED";
|
|
2626
|
+
};
|
|
2627
|
+
export type Mpeg2SceneChangeDetect =
|
|
2628
|
+
(typeof Mpeg2SceneChangeDetect)[keyof typeof Mpeg2SceneChangeDetect];
|
|
2629
|
+
export declare const Mpeg2SlowPal: {
|
|
2630
|
+
readonly DISABLED: "DISABLED";
|
|
2631
|
+
readonly ENABLED: "ENABLED";
|
|
2632
|
+
};
|
|
2633
|
+
export type Mpeg2SlowPal = (typeof Mpeg2SlowPal)[keyof typeof Mpeg2SlowPal];
|
|
2634
|
+
export declare const Mpeg2SpatialAdaptiveQuantization: {
|
|
2635
|
+
readonly DISABLED: "DISABLED";
|
|
2636
|
+
readonly ENABLED: "ENABLED";
|
|
2637
|
+
};
|
|
2638
|
+
export type Mpeg2SpatialAdaptiveQuantization =
|
|
2639
|
+
(typeof Mpeg2SpatialAdaptiveQuantization)[keyof typeof Mpeg2SpatialAdaptiveQuantization];
|
|
2640
|
+
export declare const Mpeg2Syntax: {
|
|
2641
|
+
readonly DEFAULT: "DEFAULT";
|
|
2642
|
+
readonly D_10: "D_10";
|
|
2643
|
+
};
|
|
2644
|
+
export type Mpeg2Syntax = (typeof Mpeg2Syntax)[keyof typeof Mpeg2Syntax];
|
|
2645
|
+
export declare const Mpeg2Telecine: {
|
|
2646
|
+
readonly HARD: "HARD";
|
|
2647
|
+
readonly NONE: "NONE";
|
|
2648
|
+
readonly SOFT: "SOFT";
|
|
2649
|
+
};
|
|
2650
|
+
export type Mpeg2Telecine = (typeof Mpeg2Telecine)[keyof typeof Mpeg2Telecine];
|
|
2651
|
+
export declare const Mpeg2TemporalAdaptiveQuantization: {
|
|
2652
|
+
readonly DISABLED: "DISABLED";
|
|
2653
|
+
readonly ENABLED: "ENABLED";
|
|
2654
|
+
};
|
|
2655
|
+
export type Mpeg2TemporalAdaptiveQuantization =
|
|
2656
|
+
(typeof Mpeg2TemporalAdaptiveQuantization)[keyof typeof Mpeg2TemporalAdaptiveQuantization];
|
|
2657
|
+
export declare const FrameControl: {
|
|
2658
|
+
readonly NEAREST_IDRFRAME: "NEAREST_IDRFRAME";
|
|
2659
|
+
readonly NEAREST_IFRAME: "NEAREST_IFRAME";
|
|
2660
|
+
};
|
|
2661
|
+
export type FrameControl = (typeof FrameControl)[keyof typeof FrameControl];
|
|
2662
|
+
export declare const VideoSelectorMode: {
|
|
2663
|
+
readonly AUTO: "AUTO";
|
|
2664
|
+
readonly REMUX_ALL: "REMUX_ALL";
|
|
2665
|
+
};
|
|
2666
|
+
export type VideoSelectorMode =
|
|
2667
|
+
(typeof VideoSelectorMode)[keyof typeof VideoSelectorMode];
|
|
2668
|
+
export declare const ProresChromaSampling: {
|
|
2669
|
+
readonly PRESERVE_444_SAMPLING: "PRESERVE_444_SAMPLING";
|
|
2670
|
+
readonly SUBSAMPLE_TO_422: "SUBSAMPLE_TO_422";
|
|
2671
|
+
};
|
|
2672
|
+
export type ProresChromaSampling =
|
|
2673
|
+
(typeof ProresChromaSampling)[keyof typeof ProresChromaSampling];
|
|
2674
|
+
export declare const ProresCodecProfile: {
|
|
2675
|
+
readonly APPLE_PRORES_422: "APPLE_PRORES_422";
|
|
2676
|
+
readonly APPLE_PRORES_422_HQ: "APPLE_PRORES_422_HQ";
|
|
2677
|
+
readonly APPLE_PRORES_422_LT: "APPLE_PRORES_422_LT";
|
|
2678
|
+
readonly APPLE_PRORES_422_PROXY: "APPLE_PRORES_422_PROXY";
|
|
2679
|
+
readonly APPLE_PRORES_4444: "APPLE_PRORES_4444";
|
|
2680
|
+
readonly APPLE_PRORES_4444_XQ: "APPLE_PRORES_4444_XQ";
|
|
2681
|
+
};
|
|
2682
|
+
export type ProresCodecProfile =
|
|
2683
|
+
(typeof ProresCodecProfile)[keyof typeof ProresCodecProfile];
|
|
2684
|
+
export declare const ProresFramerateControl: {
|
|
2685
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2686
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2687
|
+
};
|
|
2688
|
+
export type ProresFramerateControl =
|
|
2689
|
+
(typeof ProresFramerateControl)[keyof typeof ProresFramerateControl];
|
|
2690
|
+
export declare const ProresFramerateConversionAlgorithm: {
|
|
2691
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2692
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2693
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2694
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2695
|
+
};
|
|
2696
|
+
export type ProresFramerateConversionAlgorithm =
|
|
2697
|
+
(typeof ProresFramerateConversionAlgorithm)[keyof typeof ProresFramerateConversionAlgorithm];
|
|
2698
|
+
export declare const ProresInterlaceMode: {
|
|
2699
|
+
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
2700
|
+
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
2701
|
+
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
2702
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2703
|
+
readonly TOP_FIELD: "TOP_FIELD";
|
|
2704
|
+
};
|
|
2705
|
+
export type ProresInterlaceMode =
|
|
2706
|
+
(typeof ProresInterlaceMode)[keyof typeof ProresInterlaceMode];
|
|
2707
|
+
export declare const ProresParControl: {
|
|
2708
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2709
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2710
|
+
};
|
|
2711
|
+
export type ProresParControl =
|
|
2712
|
+
(typeof ProresParControl)[keyof typeof ProresParControl];
|
|
2713
|
+
export declare const ProresScanTypeConversionMode: {
|
|
2714
|
+
readonly INTERLACED: "INTERLACED";
|
|
2715
|
+
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
2716
|
+
};
|
|
2717
|
+
export type ProresScanTypeConversionMode =
|
|
2718
|
+
(typeof ProresScanTypeConversionMode)[keyof typeof ProresScanTypeConversionMode];
|
|
2719
|
+
export declare const ProresSlowPal: {
|
|
2720
|
+
readonly DISABLED: "DISABLED";
|
|
2721
|
+
readonly ENABLED: "ENABLED";
|
|
2722
|
+
};
|
|
2723
|
+
export type ProresSlowPal = (typeof ProresSlowPal)[keyof typeof ProresSlowPal];
|
|
2724
|
+
export declare const ProresTelecine: {
|
|
2725
|
+
readonly HARD: "HARD";
|
|
2726
|
+
readonly NONE: "NONE";
|
|
2727
|
+
};
|
|
2728
|
+
export type ProresTelecine =
|
|
2729
|
+
(typeof ProresTelecine)[keyof typeof ProresTelecine];
|
|
2730
|
+
export declare const UncompressedFourcc: {
|
|
2731
|
+
readonly I420: "I420";
|
|
2732
|
+
readonly I422: "I422";
|
|
2733
|
+
readonly I444: "I444";
|
|
2734
|
+
};
|
|
2735
|
+
export type UncompressedFourcc =
|
|
2736
|
+
(typeof UncompressedFourcc)[keyof typeof UncompressedFourcc];
|
|
2737
|
+
export declare const UncompressedFramerateControl: {
|
|
2738
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2739
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2740
|
+
};
|
|
2741
|
+
export type UncompressedFramerateControl =
|
|
2742
|
+
(typeof UncompressedFramerateControl)[keyof typeof UncompressedFramerateControl];
|
|
2743
|
+
export declare const UncompressedFramerateConversionAlgorithm: {
|
|
2744
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2745
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2746
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2747
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2748
|
+
};
|
|
2749
|
+
export type UncompressedFramerateConversionAlgorithm =
|
|
2750
|
+
(typeof UncompressedFramerateConversionAlgorithm)[keyof typeof UncompressedFramerateConversionAlgorithm];
|
|
2751
|
+
export declare const UncompressedInterlaceMode: {
|
|
2752
|
+
readonly INTERLACED: "INTERLACED";
|
|
2753
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2754
|
+
};
|
|
2755
|
+
export type UncompressedInterlaceMode =
|
|
2756
|
+
(typeof UncompressedInterlaceMode)[keyof typeof UncompressedInterlaceMode];
|
|
2757
|
+
export declare const UncompressedScanTypeConversionMode: {
|
|
2758
|
+
readonly INTERLACED: "INTERLACED";
|
|
2759
|
+
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
2760
|
+
};
|
|
2761
|
+
export type UncompressedScanTypeConversionMode =
|
|
2762
|
+
(typeof UncompressedScanTypeConversionMode)[keyof typeof UncompressedScanTypeConversionMode];
|
|
2763
|
+
export declare const UncompressedSlowPal: {
|
|
2764
|
+
readonly DISABLED: "DISABLED";
|
|
2765
|
+
readonly ENABLED: "ENABLED";
|
|
2766
|
+
};
|
|
2767
|
+
export type UncompressedSlowPal =
|
|
2768
|
+
(typeof UncompressedSlowPal)[keyof typeof UncompressedSlowPal];
|
|
2769
|
+
export declare const UncompressedTelecine: {
|
|
2770
|
+
readonly HARD: "HARD";
|
|
2771
|
+
readonly NONE: "NONE";
|
|
2772
|
+
};
|
|
2773
|
+
export type UncompressedTelecine =
|
|
2774
|
+
(typeof UncompressedTelecine)[keyof typeof UncompressedTelecine];
|
|
2775
|
+
export declare const Vc3FramerateControl: {
|
|
2776
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2777
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2778
|
+
};
|
|
2779
|
+
export type Vc3FramerateControl =
|
|
2780
|
+
(typeof Vc3FramerateControl)[keyof typeof Vc3FramerateControl];
|
|
2781
|
+
export declare const Vc3FramerateConversionAlgorithm: {
|
|
2782
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2783
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2784
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2785
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2786
|
+
};
|
|
2787
|
+
export type Vc3FramerateConversionAlgorithm =
|
|
2788
|
+
(typeof Vc3FramerateConversionAlgorithm)[keyof typeof Vc3FramerateConversionAlgorithm];
|
|
2789
|
+
export declare const Vc3InterlaceMode: {
|
|
2790
|
+
readonly INTERLACED: "INTERLACED";
|
|
2791
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2792
|
+
};
|
|
2793
|
+
export type Vc3InterlaceMode =
|
|
2794
|
+
(typeof Vc3InterlaceMode)[keyof typeof Vc3InterlaceMode];
|
|
2795
|
+
export declare const Vc3ScanTypeConversionMode: {
|
|
2796
|
+
readonly INTERLACED: "INTERLACED";
|
|
2797
|
+
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
2798
|
+
};
|
|
2799
|
+
export type Vc3ScanTypeConversionMode =
|
|
2800
|
+
(typeof Vc3ScanTypeConversionMode)[keyof typeof Vc3ScanTypeConversionMode];
|
|
2801
|
+
export declare const Vc3SlowPal: {
|
|
2802
|
+
readonly DISABLED: "DISABLED";
|
|
2803
|
+
readonly ENABLED: "ENABLED";
|
|
2804
|
+
};
|
|
2805
|
+
export type Vc3SlowPal = (typeof Vc3SlowPal)[keyof typeof Vc3SlowPal];
|
|
2806
|
+
export declare const Vc3Telecine: {
|
|
2807
|
+
readonly HARD: "HARD";
|
|
2808
|
+
readonly NONE: "NONE";
|
|
2809
|
+
};
|
|
2810
|
+
export type Vc3Telecine = (typeof Vc3Telecine)[keyof typeof Vc3Telecine];
|
|
2811
|
+
export declare const Vc3Class: {
|
|
2812
|
+
readonly CLASS_145_8BIT: "CLASS_145_8BIT";
|
|
2813
|
+
readonly CLASS_220_10BIT: "CLASS_220_10BIT";
|
|
2814
|
+
readonly CLASS_220_8BIT: "CLASS_220_8BIT";
|
|
2815
|
+
};
|
|
2816
|
+
export type Vc3Class = (typeof Vc3Class)[keyof typeof Vc3Class];
|
|
2817
|
+
export declare const Vp8FramerateControl: {
|
|
2818
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2819
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2820
|
+
};
|
|
2821
|
+
export type Vp8FramerateControl =
|
|
2822
|
+
(typeof Vp8FramerateControl)[keyof typeof Vp8FramerateControl];
|
|
2823
|
+
export declare const Vp8FramerateConversionAlgorithm: {
|
|
2824
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2825
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2826
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2827
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2828
|
+
};
|
|
2829
|
+
export type Vp8FramerateConversionAlgorithm =
|
|
2830
|
+
(typeof Vp8FramerateConversionAlgorithm)[keyof typeof Vp8FramerateConversionAlgorithm];
|
|
2831
|
+
export declare const Vp8ParControl: {
|
|
2832
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2833
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2834
|
+
};
|
|
2835
|
+
export type Vp8ParControl = (typeof Vp8ParControl)[keyof typeof Vp8ParControl];
|
|
2836
|
+
export declare const Vp8QualityTuningLevel: {
|
|
2837
|
+
readonly MULTI_PASS: "MULTI_PASS";
|
|
2838
|
+
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
2839
|
+
};
|
|
2840
|
+
export type Vp8QualityTuningLevel =
|
|
2841
|
+
(typeof Vp8QualityTuningLevel)[keyof typeof Vp8QualityTuningLevel];
|
|
2842
|
+
export declare const Vp8RateControlMode: {
|
|
2843
|
+
readonly VBR: "VBR";
|
|
2844
|
+
};
|
|
2845
|
+
export type Vp8RateControlMode =
|
|
2846
|
+
(typeof Vp8RateControlMode)[keyof typeof Vp8RateControlMode];
|
|
2847
|
+
export declare const Vp9FramerateControl: {
|
|
2848
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2849
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2850
|
+
};
|
|
2851
|
+
export type Vp9FramerateControl =
|
|
2852
|
+
(typeof Vp9FramerateControl)[keyof typeof Vp9FramerateControl];
|
|
2853
|
+
export declare const Vp9FramerateConversionAlgorithm: {
|
|
2854
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2855
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2856
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2857
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2858
|
+
};
|
|
2859
|
+
export type Vp9FramerateConversionAlgorithm =
|
|
2860
|
+
(typeof Vp9FramerateConversionAlgorithm)[keyof typeof Vp9FramerateConversionAlgorithm];
|
|
2861
|
+
export declare const Vp9ParControl: {
|
|
2862
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2863
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2864
|
+
};
|
|
2865
|
+
export type Vp9ParControl = (typeof Vp9ParControl)[keyof typeof Vp9ParControl];
|
|
2866
|
+
export declare const Vp9QualityTuningLevel: {
|
|
2867
|
+
readonly MULTI_PASS: "MULTI_PASS";
|
|
2868
|
+
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
2869
|
+
};
|
|
2870
|
+
export type Vp9QualityTuningLevel =
|
|
2871
|
+
(typeof Vp9QualityTuningLevel)[keyof typeof Vp9QualityTuningLevel];
|
|
2872
|
+
export declare const Vp9RateControlMode: {
|
|
2873
|
+
readonly VBR: "VBR";
|
|
2874
|
+
};
|
|
2875
|
+
export type Vp9RateControlMode =
|
|
2876
|
+
(typeof Vp9RateControlMode)[keyof typeof Vp9RateControlMode];
|
|
2877
|
+
export declare const XavcAdaptiveQuantization: {
|
|
2878
|
+
readonly AUTO: "AUTO";
|
|
2879
|
+
readonly HIGH: "HIGH";
|
|
2880
|
+
readonly HIGHER: "HIGHER";
|
|
2881
|
+
readonly LOW: "LOW";
|
|
2882
|
+
readonly MAX: "MAX";
|
|
2883
|
+
readonly MEDIUM: "MEDIUM";
|
|
2884
|
+
readonly OFF: "OFF";
|
|
2885
|
+
};
|
|
2886
|
+
export type XavcAdaptiveQuantization =
|
|
2887
|
+
(typeof XavcAdaptiveQuantization)[keyof typeof XavcAdaptiveQuantization];
|
|
2888
|
+
export declare const XavcEntropyEncoding: {
|
|
2889
|
+
readonly AUTO: "AUTO";
|
|
2890
|
+
readonly CABAC: "CABAC";
|
|
2891
|
+
readonly CAVLC: "CAVLC";
|
|
2892
|
+
};
|
|
2893
|
+
export type XavcEntropyEncoding =
|
|
2894
|
+
(typeof XavcEntropyEncoding)[keyof typeof XavcEntropyEncoding];
|
|
2895
|
+
export declare const XavcFramerateControl: {
|
|
2896
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2897
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
2898
|
+
};
|
|
2899
|
+
export type XavcFramerateControl =
|
|
2900
|
+
(typeof XavcFramerateControl)[keyof typeof XavcFramerateControl];
|
|
2901
|
+
export declare const XavcFramerateConversionAlgorithm: {
|
|
2902
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
2903
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
2904
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
2905
|
+
readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
|
|
2906
|
+
};
|
|
2907
|
+
export type XavcFramerateConversionAlgorithm =
|
|
2908
|
+
(typeof XavcFramerateConversionAlgorithm)[keyof typeof XavcFramerateConversionAlgorithm];
|
|
2909
|
+
export declare const XavcProfile: {
|
|
2910
|
+
readonly XAVC_4K: "XAVC_4K";
|
|
2911
|
+
readonly XAVC_4K_INTRA_CBG: "XAVC_4K_INTRA_CBG";
|
|
2912
|
+
readonly XAVC_4K_INTRA_VBR: "XAVC_4K_INTRA_VBR";
|
|
2913
|
+
readonly XAVC_HD: "XAVC_HD";
|
|
2914
|
+
readonly XAVC_HD_INTRA_CBG: "XAVC_HD_INTRA_CBG";
|
|
2915
|
+
};
|
|
2916
|
+
export type XavcProfile = (typeof XavcProfile)[keyof typeof XavcProfile];
|
|
2917
|
+
export declare const XavcSlowPal: {
|
|
2918
|
+
readonly DISABLED: "DISABLED";
|
|
2919
|
+
readonly ENABLED: "ENABLED";
|
|
2920
|
+
};
|
|
2921
|
+
export type XavcSlowPal = (typeof XavcSlowPal)[keyof typeof XavcSlowPal];
|
|
2922
|
+
export declare const XavcSpatialAdaptiveQuantization: {
|
|
2923
|
+
readonly DISABLED: "DISABLED";
|
|
2924
|
+
readonly ENABLED: "ENABLED";
|
|
2925
|
+
};
|
|
2926
|
+
export type XavcSpatialAdaptiveQuantization =
|
|
2927
|
+
(typeof XavcSpatialAdaptiveQuantization)[keyof typeof XavcSpatialAdaptiveQuantization];
|
|
2928
|
+
export declare const XavcTemporalAdaptiveQuantization: {
|
|
2929
|
+
readonly DISABLED: "DISABLED";
|
|
2930
|
+
readonly ENABLED: "ENABLED";
|
|
2931
|
+
};
|
|
2932
|
+
export type XavcTemporalAdaptiveQuantization =
|
|
2933
|
+
(typeof XavcTemporalAdaptiveQuantization)[keyof typeof XavcTemporalAdaptiveQuantization];
|
|
2934
|
+
export declare const Xavc4kIntraCbgProfileClass: {
|
|
2935
|
+
readonly CLASS_100: "CLASS_100";
|
|
2936
|
+
readonly CLASS_300: "CLASS_300";
|
|
2937
|
+
readonly CLASS_480: "CLASS_480";
|
|
2938
|
+
};
|
|
2939
|
+
export type Xavc4kIntraCbgProfileClass =
|
|
2940
|
+
(typeof Xavc4kIntraCbgProfileClass)[keyof typeof Xavc4kIntraCbgProfileClass];
|
|
2941
|
+
export declare const Xavc4kIntraVbrProfileClass: {
|
|
2942
|
+
readonly CLASS_100: "CLASS_100";
|
|
2943
|
+
readonly CLASS_300: "CLASS_300";
|
|
2944
|
+
readonly CLASS_480: "CLASS_480";
|
|
2945
|
+
};
|
|
2946
|
+
export type Xavc4kIntraVbrProfileClass =
|
|
2947
|
+
(typeof Xavc4kIntraVbrProfileClass)[keyof typeof Xavc4kIntraVbrProfileClass];
|
|
2948
|
+
export declare const Xavc4kProfileBitrateClass: {
|
|
2949
|
+
readonly BITRATE_CLASS_100: "BITRATE_CLASS_100";
|
|
2950
|
+
readonly BITRATE_CLASS_140: "BITRATE_CLASS_140";
|
|
2951
|
+
readonly BITRATE_CLASS_200: "BITRATE_CLASS_200";
|
|
2952
|
+
};
|
|
2953
|
+
export type Xavc4kProfileBitrateClass =
|
|
2954
|
+
(typeof Xavc4kProfileBitrateClass)[keyof typeof Xavc4kProfileBitrateClass];
|
|
2955
|
+
export declare const Xavc4kProfileCodecProfile: {
|
|
2956
|
+
readonly HIGH: "HIGH";
|
|
2957
|
+
readonly HIGH_422: "HIGH_422";
|
|
2958
|
+
};
|
|
2959
|
+
export type Xavc4kProfileCodecProfile =
|
|
2960
|
+
(typeof Xavc4kProfileCodecProfile)[keyof typeof Xavc4kProfileCodecProfile];
|
|
2961
|
+
export declare const XavcFlickerAdaptiveQuantization: {
|
|
2962
|
+
readonly DISABLED: "DISABLED";
|
|
2963
|
+
readonly ENABLED: "ENABLED";
|
|
2964
|
+
};
|
|
2965
|
+
export type XavcFlickerAdaptiveQuantization =
|
|
2966
|
+
(typeof XavcFlickerAdaptiveQuantization)[keyof typeof XavcFlickerAdaptiveQuantization];
|
|
2967
|
+
export declare const XavcGopBReference: {
|
|
2968
|
+
readonly DISABLED: "DISABLED";
|
|
2969
|
+
readonly ENABLED: "ENABLED";
|
|
2970
|
+
};
|
|
2971
|
+
export type XavcGopBReference =
|
|
2972
|
+
(typeof XavcGopBReference)[keyof typeof XavcGopBReference];
|
|
2973
|
+
export declare const Xavc4kProfileQualityTuningLevel: {
|
|
2974
|
+
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
2975
|
+
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
2976
|
+
readonly SINGLE_PASS_HQ: "SINGLE_PASS_HQ";
|
|
2977
|
+
};
|
|
2978
|
+
export type Xavc4kProfileQualityTuningLevel =
|
|
2979
|
+
(typeof Xavc4kProfileQualityTuningLevel)[keyof typeof Xavc4kProfileQualityTuningLevel];
|
|
2980
|
+
export declare const XavcHdIntraCbgProfileClass: {
|
|
2981
|
+
readonly CLASS_100: "CLASS_100";
|
|
2982
|
+
readonly CLASS_200: "CLASS_200";
|
|
2983
|
+
readonly CLASS_50: "CLASS_50";
|
|
2984
|
+
};
|
|
2985
|
+
export type XavcHdIntraCbgProfileClass =
|
|
2986
|
+
(typeof XavcHdIntraCbgProfileClass)[keyof typeof XavcHdIntraCbgProfileClass];
|
|
2987
|
+
export declare const XavcHdProfileBitrateClass: {
|
|
2988
|
+
readonly BITRATE_CLASS_25: "BITRATE_CLASS_25";
|
|
2989
|
+
readonly BITRATE_CLASS_35: "BITRATE_CLASS_35";
|
|
2990
|
+
readonly BITRATE_CLASS_50: "BITRATE_CLASS_50";
|
|
2991
|
+
};
|
|
2992
|
+
export type XavcHdProfileBitrateClass =
|
|
2993
|
+
(typeof XavcHdProfileBitrateClass)[keyof typeof XavcHdProfileBitrateClass];
|
|
2994
|
+
export declare const XavcInterlaceMode: {
|
|
2995
|
+
readonly BOTTOM_FIELD: "BOTTOM_FIELD";
|
|
2996
|
+
readonly FOLLOW_BOTTOM_FIELD: "FOLLOW_BOTTOM_FIELD";
|
|
2997
|
+
readonly FOLLOW_TOP_FIELD: "FOLLOW_TOP_FIELD";
|
|
2998
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
2999
|
+
readonly TOP_FIELD: "TOP_FIELD";
|
|
3000
|
+
};
|
|
3001
|
+
export type XavcInterlaceMode =
|
|
3002
|
+
(typeof XavcInterlaceMode)[keyof typeof XavcInterlaceMode];
|
|
3003
|
+
export declare const XavcHdProfileQualityTuningLevel: {
|
|
3004
|
+
readonly MULTI_PASS_HQ: "MULTI_PASS_HQ";
|
|
3005
|
+
readonly SINGLE_PASS: "SINGLE_PASS";
|
|
3006
|
+
readonly SINGLE_PASS_HQ: "SINGLE_PASS_HQ";
|
|
3007
|
+
};
|
|
3008
|
+
export type XavcHdProfileQualityTuningLevel =
|
|
3009
|
+
(typeof XavcHdProfileQualityTuningLevel)[keyof typeof XavcHdProfileQualityTuningLevel];
|
|
3010
|
+
export declare const XavcHdProfileTelecine: {
|
|
3011
|
+
readonly HARD: "HARD";
|
|
3012
|
+
readonly NONE: "NONE";
|
|
3013
|
+
};
|
|
3014
|
+
export type XavcHdProfileTelecine =
|
|
3015
|
+
(typeof XavcHdProfileTelecine)[keyof typeof XavcHdProfileTelecine];
|
|
3016
|
+
export declare const ColorMetadata: {
|
|
3017
|
+
readonly IGNORE: "IGNORE";
|
|
3018
|
+
readonly INSERT: "INSERT";
|
|
3019
|
+
};
|
|
3020
|
+
export type ColorMetadata = (typeof ColorMetadata)[keyof typeof ColorMetadata];
|
|
3021
|
+
export declare const DropFrameTimecode: {
|
|
3022
|
+
readonly DISABLED: "DISABLED";
|
|
3023
|
+
readonly ENABLED: "ENABLED";
|
|
3024
|
+
};
|
|
3025
|
+
export type DropFrameTimecode =
|
|
3026
|
+
(typeof DropFrameTimecode)[keyof typeof DropFrameTimecode];
|
|
3027
|
+
export declare const RespondToAfd: {
|
|
3028
|
+
readonly NONE: "NONE";
|
|
3029
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
3030
|
+
readonly RESPOND: "RESPOND";
|
|
3031
|
+
};
|
|
3032
|
+
export type RespondToAfd = (typeof RespondToAfd)[keyof typeof RespondToAfd];
|
|
3033
|
+
export declare const ScalingBehavior: {
|
|
3034
|
+
readonly DEFAULT: "DEFAULT";
|
|
3035
|
+
readonly FILL: "FILL";
|
|
3036
|
+
readonly FIT: "FIT";
|
|
3037
|
+
readonly FIT_NO_UPSCALE: "FIT_NO_UPSCALE";
|
|
3038
|
+
readonly STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT";
|
|
3039
|
+
};
|
|
3040
|
+
export type ScalingBehavior =
|
|
3041
|
+
(typeof ScalingBehavior)[keyof typeof ScalingBehavior];
|
|
3042
|
+
export declare const VideoTimecodeInsertion: {
|
|
3043
|
+
readonly DISABLED: "DISABLED";
|
|
3044
|
+
readonly PIC_TIMING_SEI: "PIC_TIMING_SEI";
|
|
3045
|
+
};
|
|
3046
|
+
export type VideoTimecodeInsertion =
|
|
3047
|
+
(typeof VideoTimecodeInsertion)[keyof typeof VideoTimecodeInsertion];
|
|
3048
|
+
export declare const TimecodeTrack: {
|
|
3049
|
+
readonly DISABLED: "DISABLED";
|
|
3050
|
+
readonly ENABLED: "ENABLED";
|
|
3051
|
+
};
|
|
3052
|
+
export type TimecodeTrack = (typeof TimecodeTrack)[keyof typeof TimecodeTrack];
|
|
3053
|
+
export declare const ColorSpaceConversion: {
|
|
3054
|
+
readonly FORCE_601: "FORCE_601";
|
|
3055
|
+
readonly FORCE_709: "FORCE_709";
|
|
3056
|
+
readonly FORCE_HDR10: "FORCE_HDR10";
|
|
3057
|
+
readonly FORCE_HLG_2020: "FORCE_HLG_2020";
|
|
3058
|
+
readonly FORCE_P3D65_HDR: "FORCE_P3D65_HDR";
|
|
3059
|
+
readonly FORCE_P3D65_SDR: "FORCE_P3D65_SDR";
|
|
3060
|
+
readonly FORCE_P3DCI: "FORCE_P3DCI";
|
|
3061
|
+
readonly NONE: "NONE";
|
|
3062
|
+
};
|
|
3063
|
+
export type ColorSpaceConversion =
|
|
3064
|
+
(typeof ColorSpaceConversion)[keyof typeof ColorSpaceConversion];
|
|
3065
|
+
export declare const HDRToSDRToneMapper: {
|
|
3066
|
+
readonly PRESERVE_DETAILS: "PRESERVE_DETAILS";
|
|
3067
|
+
readonly VIBRANT: "VIBRANT";
|
|
3068
|
+
};
|
|
3069
|
+
export type HDRToSDRToneMapper =
|
|
3070
|
+
(typeof HDRToSDRToneMapper)[keyof typeof HDRToSDRToneMapper];
|
|
3071
|
+
export declare const SampleRangeConversion: {
|
|
3072
|
+
readonly LIMITED_RANGE_CLIP: "LIMITED_RANGE_CLIP";
|
|
3073
|
+
readonly LIMITED_RANGE_SQUEEZE: "LIMITED_RANGE_SQUEEZE";
|
|
3074
|
+
readonly NONE: "NONE";
|
|
3075
|
+
};
|
|
3076
|
+
export type SampleRangeConversion =
|
|
3077
|
+
(typeof SampleRangeConversion)[keyof typeof SampleRangeConversion];
|
|
3078
|
+
export declare const DeinterlaceAlgorithm: {
|
|
3079
|
+
readonly BLEND: "BLEND";
|
|
3080
|
+
readonly BLEND_TICKER: "BLEND_TICKER";
|
|
3081
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
3082
|
+
readonly INTERPOLATE_TICKER: "INTERPOLATE_TICKER";
|
|
3083
|
+
readonly LINEAR_INTERPOLATION: "LINEAR_INTERPOLATION";
|
|
3084
|
+
};
|
|
3085
|
+
export type DeinterlaceAlgorithm =
|
|
3086
|
+
(typeof DeinterlaceAlgorithm)[keyof typeof DeinterlaceAlgorithm];
|
|
3087
|
+
export declare const DeinterlacerControl: {
|
|
3088
|
+
readonly FORCE_ALL_FRAMES: "FORCE_ALL_FRAMES";
|
|
3089
|
+
readonly NORMAL: "NORMAL";
|
|
3090
|
+
};
|
|
3091
|
+
export type DeinterlacerControl =
|
|
3092
|
+
(typeof DeinterlacerControl)[keyof typeof DeinterlacerControl];
|
|
3093
|
+
export declare const DeinterlacerMode: {
|
|
3094
|
+
readonly ADAPTIVE: "ADAPTIVE";
|
|
3095
|
+
readonly DEINTERLACE: "DEINTERLACE";
|
|
3096
|
+
readonly INVERSE_TELECINE: "INVERSE_TELECINE";
|
|
3097
|
+
};
|
|
3098
|
+
export type DeinterlacerMode =
|
|
3099
|
+
(typeof DeinterlacerMode)[keyof typeof DeinterlacerMode];
|
|
3100
|
+
export declare const DolbyVisionLevel6Mode: {
|
|
3101
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
3102
|
+
readonly RECALCULATE: "RECALCULATE";
|
|
3103
|
+
readonly SPECIFY: "SPECIFY";
|
|
3104
|
+
};
|
|
3105
|
+
export type DolbyVisionLevel6Mode =
|
|
3106
|
+
(typeof DolbyVisionLevel6Mode)[keyof typeof DolbyVisionLevel6Mode];
|
|
3107
|
+
export declare const DolbyVisionMapping: {
|
|
3108
|
+
readonly HDR10_1000: "HDR10_1000";
|
|
3109
|
+
readonly HDR10_NOMAP: "HDR10_NOMAP";
|
|
3110
|
+
};
|
|
3111
|
+
export type DolbyVisionMapping =
|
|
3112
|
+
(typeof DolbyVisionMapping)[keyof typeof DolbyVisionMapping];
|
|
3113
|
+
export declare const DolbyVisionProfile: {
|
|
3114
|
+
readonly PROFILE_5: "PROFILE_5";
|
|
3115
|
+
readonly PROFILE_8_1: "PROFILE_8_1";
|
|
3116
|
+
};
|
|
3117
|
+
export type DolbyVisionProfile =
|
|
3118
|
+
(typeof DolbyVisionProfile)[keyof typeof DolbyVisionProfile];
|
|
3119
|
+
export declare const NoiseReducerFilter: {
|
|
3120
|
+
readonly BILATERAL: "BILATERAL";
|
|
3121
|
+
readonly CONSERVE: "CONSERVE";
|
|
3122
|
+
readonly GAUSSIAN: "GAUSSIAN";
|
|
3123
|
+
readonly LANCZOS: "LANCZOS";
|
|
3124
|
+
readonly MEAN: "MEAN";
|
|
3125
|
+
readonly SHARPEN: "SHARPEN";
|
|
3126
|
+
readonly SPATIAL: "SPATIAL";
|
|
3127
|
+
readonly TEMPORAL: "TEMPORAL";
|
|
3128
|
+
};
|
|
3129
|
+
export type NoiseReducerFilter =
|
|
3130
|
+
(typeof NoiseReducerFilter)[keyof typeof NoiseReducerFilter];
|
|
3131
|
+
export declare const NoiseFilterPostTemporalSharpening: {
|
|
3132
|
+
readonly AUTO: "AUTO";
|
|
3133
|
+
readonly DISABLED: "DISABLED";
|
|
3134
|
+
readonly ENABLED: "ENABLED";
|
|
3135
|
+
};
|
|
3136
|
+
export type NoiseFilterPostTemporalSharpening =
|
|
3137
|
+
(typeof NoiseFilterPostTemporalSharpening)[keyof typeof NoiseFilterPostTemporalSharpening];
|
|
3138
|
+
export declare const NoiseFilterPostTemporalSharpeningStrength: {
|
|
3139
|
+
readonly HIGH: "HIGH";
|
|
3140
|
+
readonly LOW: "LOW";
|
|
3141
|
+
readonly MEDIUM: "MEDIUM";
|
|
3142
|
+
};
|
|
3143
|
+
export type NoiseFilterPostTemporalSharpeningStrength =
|
|
3144
|
+
(typeof NoiseFilterPostTemporalSharpeningStrength)[keyof typeof NoiseFilterPostTemporalSharpeningStrength];
|
|
3145
|
+
export declare const WatermarkingStrength: {
|
|
3146
|
+
readonly DEFAULT: "DEFAULT";
|
|
3147
|
+
readonly LIGHTER: "LIGHTER";
|
|
3148
|
+
readonly LIGHTEST: "LIGHTEST";
|
|
3149
|
+
readonly STRONGER: "STRONGER";
|
|
3150
|
+
readonly STRONGEST: "STRONGEST";
|
|
3151
|
+
};
|
|
3152
|
+
export type WatermarkingStrength =
|
|
3153
|
+
(typeof WatermarkingStrength)[keyof typeof WatermarkingStrength];
|
|
3154
|
+
export declare const TimecodeBurninPosition: {
|
|
3155
|
+
readonly BOTTOM_CENTER: "BOTTOM_CENTER";
|
|
3156
|
+
readonly BOTTOM_LEFT: "BOTTOM_LEFT";
|
|
3157
|
+
readonly BOTTOM_RIGHT: "BOTTOM_RIGHT";
|
|
3158
|
+
readonly MIDDLE_CENTER: "MIDDLE_CENTER";
|
|
3159
|
+
readonly MIDDLE_LEFT: "MIDDLE_LEFT";
|
|
3160
|
+
readonly MIDDLE_RIGHT: "MIDDLE_RIGHT";
|
|
3161
|
+
readonly TOP_CENTER: "TOP_CENTER";
|
|
3162
|
+
readonly TOP_LEFT: "TOP_LEFT";
|
|
3163
|
+
readonly TOP_RIGHT: "TOP_RIGHT";
|
|
3164
|
+
};
|
|
3165
|
+
export type TimecodeBurninPosition =
|
|
3166
|
+
(typeof TimecodeBurninPosition)[keyof typeof TimecodeBurninPosition];
|
|
3167
|
+
export declare const TimecodeSource: {
|
|
3168
|
+
readonly EMBEDDED: "EMBEDDED";
|
|
3169
|
+
readonly SPECIFIEDSTART: "SPECIFIEDSTART";
|
|
3170
|
+
readonly ZEROBASED: "ZEROBASED";
|
|
3171
|
+
};
|
|
3172
|
+
export type TimecodeSource =
|
|
3173
|
+
(typeof TimecodeSource)[keyof typeof TimecodeSource];
|
|
3174
|
+
export declare const ShareStatus: {
|
|
3175
|
+
readonly INITIATED: "INITIATED";
|
|
3176
|
+
readonly NOT_SHARED: "NOT_SHARED";
|
|
3177
|
+
readonly SHARED: "SHARED";
|
|
3178
|
+
};
|
|
3179
|
+
export type ShareStatus = (typeof ShareStatus)[keyof typeof ShareStatus];
|
|
3180
|
+
export declare const SimulateReservedQueue: {
|
|
3181
|
+
readonly DISABLED: "DISABLED";
|
|
3182
|
+
readonly ENABLED: "ENABLED";
|
|
3183
|
+
};
|
|
3184
|
+
export type SimulateReservedQueue =
|
|
3185
|
+
(typeof SimulateReservedQueue)[keyof typeof SimulateReservedQueue];
|
|
3186
|
+
export declare const JobStatus: {
|
|
3187
|
+
readonly CANCELED: "CANCELED";
|
|
3188
|
+
readonly COMPLETE: "COMPLETE";
|
|
3189
|
+
readonly ERROR: "ERROR";
|
|
3190
|
+
readonly PROGRESSING: "PROGRESSING";
|
|
3191
|
+
readonly SUBMITTED: "SUBMITTED";
|
|
3192
|
+
};
|
|
3193
|
+
export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
|
|
3194
|
+
export declare const StatusUpdateInterval: {
|
|
3195
|
+
readonly SECONDS_10: "SECONDS_10";
|
|
3196
|
+
readonly SECONDS_12: "SECONDS_12";
|
|
3197
|
+
readonly SECONDS_120: "SECONDS_120";
|
|
3198
|
+
readonly SECONDS_15: "SECONDS_15";
|
|
3199
|
+
readonly SECONDS_180: "SECONDS_180";
|
|
3200
|
+
readonly SECONDS_20: "SECONDS_20";
|
|
3201
|
+
readonly SECONDS_240: "SECONDS_240";
|
|
3202
|
+
readonly SECONDS_30: "SECONDS_30";
|
|
3203
|
+
readonly SECONDS_300: "SECONDS_300";
|
|
3204
|
+
readonly SECONDS_360: "SECONDS_360";
|
|
3205
|
+
readonly SECONDS_420: "SECONDS_420";
|
|
3206
|
+
readonly SECONDS_480: "SECONDS_480";
|
|
3207
|
+
readonly SECONDS_540: "SECONDS_540";
|
|
3208
|
+
readonly SECONDS_60: "SECONDS_60";
|
|
3209
|
+
readonly SECONDS_600: "SECONDS_600";
|
|
3210
|
+
};
|
|
3211
|
+
export type StatusUpdateInterval =
|
|
3212
|
+
(typeof StatusUpdateInterval)[keyof typeof StatusUpdateInterval];
|
|
3213
|
+
export declare const JobsQueryFilterKey: {
|
|
3214
|
+
readonly audioCodec: "audioCodec";
|
|
3215
|
+
readonly fileInput: "fileInput";
|
|
3216
|
+
readonly jobEngineVersionRequested: "jobEngineVersionRequested";
|
|
3217
|
+
readonly jobEngineVersionUsed: "jobEngineVersionUsed";
|
|
3218
|
+
readonly queue: "queue";
|
|
3219
|
+
readonly status: "status";
|
|
3220
|
+
readonly videoCodec: "videoCodec";
|
|
3221
|
+
};
|
|
3222
|
+
export type JobsQueryFilterKey =
|
|
3223
|
+
(typeof JobsQueryFilterKey)[keyof typeof JobsQueryFilterKey];
|
|
3224
|
+
export declare const Type: {
|
|
3225
|
+
readonly CUSTOM: "CUSTOM";
|
|
3226
|
+
readonly SYSTEM: "SYSTEM";
|
|
3227
|
+
};
|
|
3228
|
+
export type Type = (typeof Type)[keyof typeof Type];
|
|
3229
|
+
export declare const Format: {
|
|
3230
|
+
readonly matroska: "matroska";
|
|
3231
|
+
readonly mp4: "mp4";
|
|
3232
|
+
readonly mxf: "mxf";
|
|
3233
|
+
readonly quicktime: "quicktime";
|
|
3234
|
+
readonly webm: "webm";
|
|
3235
|
+
};
|
|
3236
|
+
export type Format = (typeof Format)[keyof typeof Format];
|
|
3237
|
+
export declare const Codec: {
|
|
3238
|
+
readonly AAC: "AAC";
|
|
3239
|
+
readonly AC3: "AC3";
|
|
3240
|
+
readonly AV1: "AV1";
|
|
3241
|
+
readonly AVC: "AVC";
|
|
3242
|
+
readonly C608: "C608";
|
|
3243
|
+
readonly C708: "C708";
|
|
3244
|
+
readonly EAC3: "EAC3";
|
|
3245
|
+
readonly FLAC: "FLAC";
|
|
3246
|
+
readonly HEVC: "HEVC";
|
|
3247
|
+
readonly JPEG2000: "JPEG2000";
|
|
3248
|
+
readonly MJPEG: "MJPEG";
|
|
3249
|
+
readonly MP3: "MP3";
|
|
3250
|
+
readonly MP4V: "MP4V";
|
|
3251
|
+
readonly MPEG1: "MPEG1";
|
|
3252
|
+
readonly MPEG2: "MPEG2";
|
|
3253
|
+
readonly OPUS: "OPUS";
|
|
3254
|
+
readonly PCM: "PCM";
|
|
3255
|
+
readonly PRORES: "PRORES";
|
|
3256
|
+
readonly QTRLE: "QTRLE";
|
|
3257
|
+
readonly THEORA: "THEORA";
|
|
3258
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
3259
|
+
readonly VFW: "VFW";
|
|
3260
|
+
readonly VORBIS: "VORBIS";
|
|
3261
|
+
readonly VP8: "VP8";
|
|
3262
|
+
readonly VP9: "VP9";
|
|
3263
|
+
readonly WEBVTT: "WEBVTT";
|
|
3264
|
+
};
|
|
3265
|
+
export type Codec = (typeof Codec)[keyof typeof Codec];
|
|
3266
|
+
export declare const TrackType: {
|
|
3267
|
+
readonly audio: "audio";
|
|
3268
|
+
readonly data: "data";
|
|
3269
|
+
readonly video: "video";
|
|
3270
|
+
};
|
|
3271
|
+
export type TrackType = (typeof TrackType)[keyof typeof TrackType];
|
|
3272
|
+
export declare const ColorPrimaries: {
|
|
3273
|
+
readonly EBU_3213_E: "EBU_3213_E";
|
|
3274
|
+
readonly GENERIC_FILM: "GENERIC_FILM";
|
|
3275
|
+
readonly IPT: "IPT";
|
|
3276
|
+
readonly ITU_2020: "ITU_2020";
|
|
3277
|
+
readonly ITU_470BG: "ITU_470BG";
|
|
3278
|
+
readonly ITU_470M: "ITU_470M";
|
|
3279
|
+
readonly ITU_709: "ITU_709";
|
|
3280
|
+
readonly LAST: "LAST";
|
|
3281
|
+
readonly RESERVED: "RESERVED";
|
|
3282
|
+
readonly SMPTE_170M: "SMPTE_170M";
|
|
3283
|
+
readonly SMPTE_2067XYZ: "SMPTE_2067XYZ";
|
|
3284
|
+
readonly SMPTE_240M: "SMPTE_240M";
|
|
3285
|
+
readonly SMPTE_428_1: "SMPTE_428_1";
|
|
3286
|
+
readonly SMPTE_431_2: "SMPTE_431_2";
|
|
3287
|
+
readonly SMPTE_EG_432_1: "SMPTE_EG_432_1";
|
|
3288
|
+
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
3289
|
+
};
|
|
3290
|
+
export type ColorPrimaries =
|
|
3291
|
+
(typeof ColorPrimaries)[keyof typeof ColorPrimaries];
|
|
3292
|
+
export declare const MatrixCoefficients: {
|
|
3293
|
+
readonly CD_CL: "CD_CL";
|
|
3294
|
+
readonly CD_NCL: "CD_NCL";
|
|
3295
|
+
readonly EBU3213: "EBU3213";
|
|
3296
|
+
readonly FCC: "FCC";
|
|
3297
|
+
readonly IPT: "IPT";
|
|
3298
|
+
readonly ITU_2020_CL: "ITU_2020_CL";
|
|
3299
|
+
readonly ITU_2020_NCL: "ITU_2020_NCL";
|
|
3300
|
+
readonly ITU_2100ICtCp: "ITU_2100ICtCp";
|
|
3301
|
+
readonly ITU_470BG: "ITU_470BG";
|
|
3302
|
+
readonly ITU_709: "ITU_709";
|
|
3303
|
+
readonly LAST: "LAST";
|
|
3304
|
+
readonly RESERVED: "RESERVED";
|
|
3305
|
+
readonly RGB: "RGB";
|
|
3306
|
+
readonly SMPTE_170M: "SMPTE_170M";
|
|
3307
|
+
readonly SMPTE_2085: "SMPTE_2085";
|
|
3308
|
+
readonly SMPTE_240M: "SMPTE_240M";
|
|
3309
|
+
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
3310
|
+
readonly YCgCo: "YCgCo";
|
|
3311
|
+
};
|
|
3312
|
+
export type MatrixCoefficients =
|
|
3313
|
+
(typeof MatrixCoefficients)[keyof typeof MatrixCoefficients];
|
|
3314
|
+
export declare const TransferCharacteristics: {
|
|
3315
|
+
readonly ARIB_B67: "ARIB_B67";
|
|
3316
|
+
readonly IEC_61966_2_1: "IEC_61966_2_1";
|
|
3317
|
+
readonly IEC_61966_2_4: "IEC_61966_2_4";
|
|
3318
|
+
readonly ITU_1361: "ITU_1361";
|
|
3319
|
+
readonly ITU_2020_10bit: "ITU_2020_10bit";
|
|
3320
|
+
readonly ITU_2020_12bit: "ITU_2020_12bit";
|
|
3321
|
+
readonly ITU_470BG: "ITU_470BG";
|
|
3322
|
+
readonly ITU_470M: "ITU_470M";
|
|
3323
|
+
readonly ITU_709: "ITU_709";
|
|
3324
|
+
readonly LAST: "LAST";
|
|
3325
|
+
readonly LINEAR: "LINEAR";
|
|
3326
|
+
readonly LOC10_2_5: "LOC10_2_5";
|
|
3327
|
+
readonly LOG10_2: "LOG10_2";
|
|
3328
|
+
readonly RESERVED: "RESERVED";
|
|
3329
|
+
readonly SMPTE_170M: "SMPTE_170M";
|
|
3330
|
+
readonly SMPTE_2084: "SMPTE_2084";
|
|
3331
|
+
readonly SMPTE_240M: "SMPTE_240M";
|
|
3332
|
+
readonly SMPTE_428_1: "SMPTE_428_1";
|
|
3333
|
+
readonly UNSPECIFIED: "UNSPECIFIED";
|
|
3334
|
+
};
|
|
3335
|
+
export type TransferCharacteristics =
|
|
3336
|
+
(typeof TransferCharacteristics)[keyof typeof TransferCharacteristics];
|
|
3337
|
+
export declare const PricingPlan: {
|
|
3338
|
+
readonly ON_DEMAND: "ON_DEMAND";
|
|
3339
|
+
readonly RESERVED: "RESERVED";
|
|
3340
|
+
};
|
|
3341
|
+
export type PricingPlan = (typeof PricingPlan)[keyof typeof PricingPlan];
|
|
3342
|
+
export declare const Commitment: {
|
|
3343
|
+
readonly ONE_YEAR: "ONE_YEAR";
|
|
3344
|
+
};
|
|
3345
|
+
export type Commitment = (typeof Commitment)[keyof typeof Commitment];
|
|
3346
|
+
export declare const RenewalType: {
|
|
3347
|
+
readonly AUTO_RENEW: "AUTO_RENEW";
|
|
3348
|
+
readonly EXPIRE: "EXPIRE";
|
|
3349
|
+
};
|
|
3350
|
+
export type RenewalType = (typeof RenewalType)[keyof typeof RenewalType];
|
|
3351
|
+
export declare const ReservationPlanStatus: {
|
|
3352
|
+
readonly ACTIVE: "ACTIVE";
|
|
3353
|
+
readonly EXPIRED: "EXPIRED";
|
|
3354
|
+
};
|
|
3355
|
+
export type ReservationPlanStatus =
|
|
3356
|
+
(typeof ReservationPlanStatus)[keyof typeof ReservationPlanStatus];
|
|
3357
|
+
export declare const QueueStatus: {
|
|
3358
|
+
readonly ACTIVE: "ACTIVE";
|
|
3359
|
+
readonly PAUSED: "PAUSED";
|
|
3360
|
+
};
|
|
3361
|
+
export type QueueStatus = (typeof QueueStatus)[keyof typeof QueueStatus];
|
|
3362
|
+
export declare const DescribeEndpointsMode: {
|
|
3363
|
+
readonly DEFAULT: "DEFAULT";
|
|
3364
|
+
readonly GET_ONLY: "GET_ONLY";
|
|
3365
|
+
};
|
|
3366
|
+
export type DescribeEndpointsMode =
|
|
3367
|
+
(typeof DescribeEndpointsMode)[keyof typeof DescribeEndpointsMode];
|
|
3368
|
+
export declare const JobsQueryStatus: {
|
|
3369
|
+
readonly COMPLETE: "COMPLETE";
|
|
3370
|
+
readonly ERROR: "ERROR";
|
|
3371
|
+
readonly PROGRESSING: "PROGRESSING";
|
|
3372
|
+
readonly SUBMITTED: "SUBMITTED";
|
|
3373
|
+
};
|
|
3374
|
+
export type JobsQueryStatus =
|
|
3375
|
+
(typeof JobsQueryStatus)[keyof typeof JobsQueryStatus];
|
|
3376
|
+
export declare const InputPolicy: {
|
|
3377
|
+
readonly ALLOWED: "ALLOWED";
|
|
3378
|
+
readonly DISALLOWED: "DISALLOWED";
|
|
3379
|
+
};
|
|
3380
|
+
export type InputPolicy = (typeof InputPolicy)[keyof typeof InputPolicy];
|
|
3381
|
+
export declare const JobTemplateListBy: {
|
|
3382
|
+
readonly CREATION_DATE: "CREATION_DATE";
|
|
3383
|
+
readonly NAME: "NAME";
|
|
3384
|
+
readonly SYSTEM: "SYSTEM";
|
|
3385
|
+
};
|
|
3386
|
+
export type JobTemplateListBy =
|
|
3387
|
+
(typeof JobTemplateListBy)[keyof typeof JobTemplateListBy];
|
|
3388
|
+
export declare const Order: {
|
|
3389
|
+
readonly ASCENDING: "ASCENDING";
|
|
3390
|
+
readonly DESCENDING: "DESCENDING";
|
|
3391
|
+
};
|
|
3392
|
+
export type Order = (typeof Order)[keyof typeof Order];
|
|
3393
|
+
export declare const PresetListBy: {
|
|
3394
|
+
readonly CREATION_DATE: "CREATION_DATE";
|
|
3395
|
+
readonly NAME: "NAME";
|
|
3396
|
+
readonly SYSTEM: "SYSTEM";
|
|
3397
|
+
};
|
|
3398
|
+
export type PresetListBy = (typeof PresetListBy)[keyof typeof PresetListBy];
|
|
3399
|
+
export declare const QueueListBy: {
|
|
3400
|
+
readonly CREATION_DATE: "CREATION_DATE";
|
|
3401
|
+
readonly NAME: "NAME";
|
|
3402
|
+
};
|
|
3403
|
+
export type QueueListBy = (typeof QueueListBy)[keyof typeof QueueListBy];
|