@aws-sdk/client-medialive 3.300.0 → 3.303.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/models/models_0.js +779 -935
- package/dist-cjs/models/models_1.js +532 -641
- package/dist-es/models/models_0.js +779 -935
- package/dist-es/models/models_1.js +532 -641
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteCommand.d.ts +2 -2
- package/dist-types/commands/BatchStartCommand.d.ts +2 -2
- package/dist-types/commands/BatchStopCommand.d.ts +2 -2
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +33 -33
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +164 -182
- package/dist-types/commands/CreateInputCommand.d.ts +12 -12
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateMultiplexCommand.d.ts +4 -4
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +5 -5
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +2 -2
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +3 -3
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +8 -8
- package/dist-types/commands/UpdateChannelCommand.d.ts +162 -180
- package/dist-types/commands/UpdateInputCommand.d.ts +10 -10
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +4 -4
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +2 -2
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +5 -5
- package/dist-types/commands/UpdateReservationCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1559 -779
- package/dist-types/models/models_1.d.ts +1077 -532
- package/dist-types/ts3.4/models/models_0.d.ts +1060 -779
- package/dist-types/ts3.4/models/models_1.d.ts +729 -532
- package/package.json +37 -37
|
@@ -6,53 +6,66 @@ export interface AudioChannelMapping {
|
|
|
6
6
|
InputChannelLevels: InputChannelLevel[] | undefined;
|
|
7
7
|
OutputChannel: number | undefined;
|
|
8
8
|
}
|
|
9
|
-
export declare
|
|
10
|
-
ITU_1770_1
|
|
11
|
-
ITU_1770_2
|
|
12
|
-
}
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
export declare const AudioNormalizationAlgorithm: {
|
|
10
|
+
readonly ITU_1770_1: "ITU_1770_1";
|
|
11
|
+
readonly ITU_1770_2: "ITU_1770_2";
|
|
12
|
+
};
|
|
13
|
+
export type AudioNormalizationAlgorithm =
|
|
14
|
+
(typeof AudioNormalizationAlgorithm)[keyof typeof AudioNormalizationAlgorithm];
|
|
15
|
+
export declare const AudioNormalizationAlgorithmControl: {
|
|
16
|
+
readonly CORRECT_AUDIO: "CORRECT_AUDIO";
|
|
17
|
+
};
|
|
18
|
+
export type AudioNormalizationAlgorithmControl =
|
|
19
|
+
(typeof AudioNormalizationAlgorithmControl)[keyof typeof AudioNormalizationAlgorithmControl];
|
|
16
20
|
export interface AudioNormalizationSettings {
|
|
17
21
|
Algorithm?: AudioNormalizationAlgorithm | string;
|
|
18
22
|
AlgorithmControl?: AudioNormalizationAlgorithmControl | string;
|
|
19
23
|
TargetLkfs?: number;
|
|
20
24
|
}
|
|
21
|
-
export declare
|
|
22
|
-
CLEAN_EFFECTS
|
|
23
|
-
HEARING_IMPAIRED
|
|
24
|
-
UNDEFINED
|
|
25
|
-
VISUAL_IMPAIRED_COMMENTARY
|
|
26
|
-
}
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
25
|
+
export declare const AudioType: {
|
|
26
|
+
readonly CLEAN_EFFECTS: "CLEAN_EFFECTS";
|
|
27
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
28
|
+
readonly UNDEFINED: "UNDEFINED";
|
|
29
|
+
readonly VISUAL_IMPAIRED_COMMENTARY: "VISUAL_IMPAIRED_COMMENTARY";
|
|
30
|
+
};
|
|
31
|
+
export type AudioType = (typeof AudioType)[keyof typeof AudioType];
|
|
32
|
+
export declare const AudioDescriptionAudioTypeControl: {
|
|
33
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
34
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
35
|
+
};
|
|
36
|
+
export type AudioDescriptionAudioTypeControl =
|
|
37
|
+
(typeof AudioDescriptionAudioTypeControl)[keyof typeof AudioDescriptionAudioTypeControl];
|
|
38
|
+
export declare const NielsenWatermarksCbetStepaside: {
|
|
39
|
+
readonly DISABLED: "DISABLED";
|
|
40
|
+
readonly ENABLED: "ENABLED";
|
|
41
|
+
};
|
|
42
|
+
export type NielsenWatermarksCbetStepaside =
|
|
43
|
+
(typeof NielsenWatermarksCbetStepaside)[keyof typeof NielsenWatermarksCbetStepaside];
|
|
35
44
|
export interface NielsenCBET {
|
|
36
45
|
CbetCheckDigitString: string | undefined;
|
|
37
46
|
CbetStepaside: NielsenWatermarksCbetStepaside | string | undefined;
|
|
38
47
|
Csid: string | undefined;
|
|
39
48
|
}
|
|
40
|
-
export declare
|
|
41
|
-
FINAL_DISTRIBUTOR
|
|
42
|
-
PROGRAM_CONTENT
|
|
43
|
-
}
|
|
44
|
-
export
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
49
|
+
export declare const NielsenWatermarksDistributionTypes: {
|
|
50
|
+
readonly FINAL_DISTRIBUTOR: "FINAL_DISTRIBUTOR";
|
|
51
|
+
readonly PROGRAM_CONTENT: "PROGRAM_CONTENT";
|
|
52
|
+
};
|
|
53
|
+
export type NielsenWatermarksDistributionTypes =
|
|
54
|
+
(typeof NielsenWatermarksDistributionTypes)[keyof typeof NielsenWatermarksDistributionTypes];
|
|
55
|
+
export declare const NielsenWatermarkTimezones: {
|
|
56
|
+
readonly AMERICA_PUERTO_RICO: "AMERICA_PUERTO_RICO";
|
|
57
|
+
readonly US_ALASKA: "US_ALASKA";
|
|
58
|
+
readonly US_ARIZONA: "US_ARIZONA";
|
|
59
|
+
readonly US_CENTRAL: "US_CENTRAL";
|
|
60
|
+
readonly US_EASTERN: "US_EASTERN";
|
|
61
|
+
readonly US_HAWAII: "US_HAWAII";
|
|
62
|
+
readonly US_MOUNTAIN: "US_MOUNTAIN";
|
|
63
|
+
readonly US_PACIFIC: "US_PACIFIC";
|
|
64
|
+
readonly US_SAMOA: "US_SAMOA";
|
|
65
|
+
readonly UTC: "UTC";
|
|
66
|
+
};
|
|
67
|
+
export type NielsenWatermarkTimezones =
|
|
68
|
+
(typeof NielsenWatermarkTimezones)[keyof typeof NielsenWatermarkTimezones];
|
|
56
69
|
export interface NielsenNaesIiNw {
|
|
57
70
|
CheckDigitString: string | undefined;
|
|
58
71
|
Sid: number | undefined;
|
|
@@ -66,40 +79,48 @@ export interface NielsenWatermarksSettings {
|
|
|
66
79
|
export interface AudioWatermarkSettings {
|
|
67
80
|
NielsenWatermarksSettings?: NielsenWatermarksSettings;
|
|
68
81
|
}
|
|
69
|
-
export declare
|
|
70
|
-
AD_RECEIVER_MIX
|
|
71
|
-
CODING_MODE_1_0
|
|
72
|
-
CODING_MODE_1_1
|
|
73
|
-
CODING_MODE_2_0
|
|
74
|
-
CODING_MODE_5_1
|
|
75
|
-
}
|
|
76
|
-
export
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
}
|
|
82
|
+
export declare const AacCodingMode: {
|
|
83
|
+
readonly AD_RECEIVER_MIX: "AD_RECEIVER_MIX";
|
|
84
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
85
|
+
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
86
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
87
|
+
readonly CODING_MODE_5_1: "CODING_MODE_5_1";
|
|
88
|
+
};
|
|
89
|
+
export type AacCodingMode = (typeof AacCodingMode)[keyof typeof AacCodingMode];
|
|
90
|
+
export declare const AacInputType: {
|
|
91
|
+
readonly BROADCASTER_MIXED_AD: "BROADCASTER_MIXED_AD";
|
|
92
|
+
readonly NORMAL: "NORMAL";
|
|
93
|
+
};
|
|
94
|
+
export type AacInputType = (typeof AacInputType)[keyof typeof AacInputType];
|
|
95
|
+
export declare const AacProfile: {
|
|
96
|
+
readonly HEV1: "HEV1";
|
|
97
|
+
readonly HEV2: "HEV2";
|
|
98
|
+
readonly LC: "LC";
|
|
99
|
+
};
|
|
100
|
+
export type AacProfile = (typeof AacProfile)[keyof typeof AacProfile];
|
|
101
|
+
export declare const AacRateControlMode: {
|
|
102
|
+
readonly CBR: "CBR";
|
|
103
|
+
readonly VBR: "VBR";
|
|
104
|
+
};
|
|
105
|
+
export type AacRateControlMode =
|
|
106
|
+
(typeof AacRateControlMode)[keyof typeof AacRateControlMode];
|
|
107
|
+
export declare const AacRawFormat: {
|
|
108
|
+
readonly LATM_LOAS: "LATM_LOAS";
|
|
109
|
+
readonly NONE: "NONE";
|
|
110
|
+
};
|
|
111
|
+
export type AacRawFormat = (typeof AacRawFormat)[keyof typeof AacRawFormat];
|
|
112
|
+
export declare const AacSpec: {
|
|
113
|
+
readonly MPEG2: "MPEG2";
|
|
114
|
+
readonly MPEG4: "MPEG4";
|
|
115
|
+
};
|
|
116
|
+
export type AacSpec = (typeof AacSpec)[keyof typeof AacSpec];
|
|
117
|
+
export declare const AacVbrQuality: {
|
|
118
|
+
readonly HIGH: "HIGH";
|
|
119
|
+
readonly LOW: "LOW";
|
|
120
|
+
readonly MEDIUM_HIGH: "MEDIUM_HIGH";
|
|
121
|
+
readonly MEDIUM_LOW: "MEDIUM_LOW";
|
|
122
|
+
};
|
|
123
|
+
export type AacVbrQuality = (typeof AacVbrQuality)[keyof typeof AacVbrQuality];
|
|
103
124
|
export interface AacSettings {
|
|
104
125
|
Bitrate?: number;
|
|
105
126
|
CodingMode?: AacCodingMode | string;
|
|
@@ -111,34 +132,41 @@ export interface AacSettings {
|
|
|
111
132
|
Spec?: AacSpec | string;
|
|
112
133
|
VbrQuality?: AacVbrQuality | string;
|
|
113
134
|
}
|
|
114
|
-
export declare
|
|
115
|
-
COMMENTARY
|
|
116
|
-
COMPLETE_MAIN
|
|
117
|
-
DIALOGUE
|
|
118
|
-
EMERGENCY
|
|
119
|
-
HEARING_IMPAIRED
|
|
120
|
-
MUSIC_AND_EFFECTS
|
|
121
|
-
VISUALLY_IMPAIRED
|
|
122
|
-
VOICE_OVER
|
|
123
|
-
}
|
|
124
|
-
export
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
export declare
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
}
|
|
135
|
+
export declare const Ac3BitstreamMode: {
|
|
136
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
137
|
+
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
138
|
+
readonly DIALOGUE: "DIALOGUE";
|
|
139
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
140
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
141
|
+
readonly MUSIC_AND_EFFECTS: "MUSIC_AND_EFFECTS";
|
|
142
|
+
readonly VISUALLY_IMPAIRED: "VISUALLY_IMPAIRED";
|
|
143
|
+
readonly VOICE_OVER: "VOICE_OVER";
|
|
144
|
+
};
|
|
145
|
+
export type Ac3BitstreamMode =
|
|
146
|
+
(typeof Ac3BitstreamMode)[keyof typeof Ac3BitstreamMode];
|
|
147
|
+
export declare const Ac3CodingMode: {
|
|
148
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
149
|
+
readonly CODING_MODE_1_1: "CODING_MODE_1_1";
|
|
150
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
151
|
+
readonly CODING_MODE_3_2_LFE: "CODING_MODE_3_2_LFE";
|
|
152
|
+
};
|
|
153
|
+
export type Ac3CodingMode = (typeof Ac3CodingMode)[keyof typeof Ac3CodingMode];
|
|
154
|
+
export declare const Ac3DrcProfile: {
|
|
155
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
156
|
+
readonly NONE: "NONE";
|
|
157
|
+
};
|
|
158
|
+
export type Ac3DrcProfile = (typeof Ac3DrcProfile)[keyof typeof Ac3DrcProfile];
|
|
159
|
+
export declare const Ac3LfeFilter: {
|
|
160
|
+
readonly DISABLED: "DISABLED";
|
|
161
|
+
readonly ENABLED: "ENABLED";
|
|
162
|
+
};
|
|
163
|
+
export type Ac3LfeFilter = (typeof Ac3LfeFilter)[keyof typeof Ac3LfeFilter];
|
|
164
|
+
export declare const Ac3MetadataControl: {
|
|
165
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
166
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
167
|
+
};
|
|
168
|
+
export type Ac3MetadataControl =
|
|
169
|
+
(typeof Ac3MetadataControl)[keyof typeof Ac3MetadataControl];
|
|
142
170
|
export interface Ac3Settings {
|
|
143
171
|
Bitrate?: number;
|
|
144
172
|
BitstreamMode?: Ac3BitstreamMode | string;
|
|
@@ -148,27 +176,33 @@ export interface Ac3Settings {
|
|
|
148
176
|
LfeFilter?: Ac3LfeFilter | string;
|
|
149
177
|
MetadataControl?: Ac3MetadataControl | string;
|
|
150
178
|
}
|
|
151
|
-
export declare
|
|
152
|
-
CODING_MODE_5_1_4
|
|
153
|
-
CODING_MODE_7_1_4
|
|
154
|
-
CODING_MODE_9_1_6
|
|
155
|
-
}
|
|
156
|
-
export
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
179
|
+
export declare const Eac3AtmosCodingMode: {
|
|
180
|
+
readonly CODING_MODE_5_1_4: "CODING_MODE_5_1_4";
|
|
181
|
+
readonly CODING_MODE_7_1_4: "CODING_MODE_7_1_4";
|
|
182
|
+
readonly CODING_MODE_9_1_6: "CODING_MODE_9_1_6";
|
|
183
|
+
};
|
|
184
|
+
export type Eac3AtmosCodingMode =
|
|
185
|
+
(typeof Eac3AtmosCodingMode)[keyof typeof Eac3AtmosCodingMode];
|
|
186
|
+
export declare const Eac3AtmosDrcLine: {
|
|
187
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
188
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
189
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
190
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
191
|
+
readonly NONE: "NONE";
|
|
192
|
+
readonly SPEECH: "SPEECH";
|
|
193
|
+
};
|
|
194
|
+
export type Eac3AtmosDrcLine =
|
|
195
|
+
(typeof Eac3AtmosDrcLine)[keyof typeof Eac3AtmosDrcLine];
|
|
196
|
+
export declare const Eac3AtmosDrcRf: {
|
|
197
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
198
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
199
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
200
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
201
|
+
readonly NONE: "NONE";
|
|
202
|
+
readonly SPEECH: "SPEECH";
|
|
203
|
+
};
|
|
204
|
+
export type Eac3AtmosDrcRf =
|
|
205
|
+
(typeof Eac3AtmosDrcRf)[keyof typeof Eac3AtmosDrcRf];
|
|
172
206
|
export interface Eac3AtmosSettings {
|
|
173
207
|
Bitrate?: number;
|
|
174
208
|
CodingMode?: Eac3AtmosCodingMode | string;
|
|
@@ -178,78 +212,102 @@ export interface Eac3AtmosSettings {
|
|
|
178
212
|
HeightTrim?: number;
|
|
179
213
|
SurroundTrim?: number;
|
|
180
214
|
}
|
|
181
|
-
export declare
|
|
182
|
-
ATTENUATE_3_DB
|
|
183
|
-
NONE
|
|
184
|
-
}
|
|
185
|
-
export
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
}
|
|
201
|
-
export
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
export declare
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
}
|
|
225
|
-
export
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
export declare
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
export declare
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
}
|
|
215
|
+
export declare const Eac3AttenuationControl: {
|
|
216
|
+
readonly ATTENUATE_3_DB: "ATTENUATE_3_DB";
|
|
217
|
+
readonly NONE: "NONE";
|
|
218
|
+
};
|
|
219
|
+
export type Eac3AttenuationControl =
|
|
220
|
+
(typeof Eac3AttenuationControl)[keyof typeof Eac3AttenuationControl];
|
|
221
|
+
export declare const Eac3BitstreamMode: {
|
|
222
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
223
|
+
readonly COMPLETE_MAIN: "COMPLETE_MAIN";
|
|
224
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
225
|
+
readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
|
|
226
|
+
readonly VISUALLY_IMPAIRED: "VISUALLY_IMPAIRED";
|
|
227
|
+
};
|
|
228
|
+
export type Eac3BitstreamMode =
|
|
229
|
+
(typeof Eac3BitstreamMode)[keyof typeof Eac3BitstreamMode];
|
|
230
|
+
export declare const Eac3CodingMode: {
|
|
231
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
232
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
233
|
+
readonly CODING_MODE_3_2: "CODING_MODE_3_2";
|
|
234
|
+
};
|
|
235
|
+
export type Eac3CodingMode =
|
|
236
|
+
(typeof Eac3CodingMode)[keyof typeof Eac3CodingMode];
|
|
237
|
+
export declare const Eac3DcFilter: {
|
|
238
|
+
readonly DISABLED: "DISABLED";
|
|
239
|
+
readonly ENABLED: "ENABLED";
|
|
240
|
+
};
|
|
241
|
+
export type Eac3DcFilter = (typeof Eac3DcFilter)[keyof typeof Eac3DcFilter];
|
|
242
|
+
export declare const Eac3DrcLine: {
|
|
243
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
244
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
245
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
246
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
247
|
+
readonly NONE: "NONE";
|
|
248
|
+
readonly SPEECH: "SPEECH";
|
|
249
|
+
};
|
|
250
|
+
export type Eac3DrcLine = (typeof Eac3DrcLine)[keyof typeof Eac3DrcLine];
|
|
251
|
+
export declare const Eac3DrcRf: {
|
|
252
|
+
readonly FILM_LIGHT: "FILM_LIGHT";
|
|
253
|
+
readonly FILM_STANDARD: "FILM_STANDARD";
|
|
254
|
+
readonly MUSIC_LIGHT: "MUSIC_LIGHT";
|
|
255
|
+
readonly MUSIC_STANDARD: "MUSIC_STANDARD";
|
|
256
|
+
readonly NONE: "NONE";
|
|
257
|
+
readonly SPEECH: "SPEECH";
|
|
258
|
+
};
|
|
259
|
+
export type Eac3DrcRf = (typeof Eac3DrcRf)[keyof typeof Eac3DrcRf];
|
|
260
|
+
export declare const Eac3LfeControl: {
|
|
261
|
+
readonly LFE: "LFE";
|
|
262
|
+
readonly NO_LFE: "NO_LFE";
|
|
263
|
+
};
|
|
264
|
+
export type Eac3LfeControl =
|
|
265
|
+
(typeof Eac3LfeControl)[keyof typeof Eac3LfeControl];
|
|
266
|
+
export declare const Eac3LfeFilter: {
|
|
267
|
+
readonly DISABLED: "DISABLED";
|
|
268
|
+
readonly ENABLED: "ENABLED";
|
|
269
|
+
};
|
|
270
|
+
export type Eac3LfeFilter = (typeof Eac3LfeFilter)[keyof typeof Eac3LfeFilter];
|
|
271
|
+
export declare const Eac3MetadataControl: {
|
|
272
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
273
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
274
|
+
};
|
|
275
|
+
export type Eac3MetadataControl =
|
|
276
|
+
(typeof Eac3MetadataControl)[keyof typeof Eac3MetadataControl];
|
|
277
|
+
export declare const Eac3PassthroughControl: {
|
|
278
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
279
|
+
readonly WHEN_POSSIBLE: "WHEN_POSSIBLE";
|
|
280
|
+
};
|
|
281
|
+
export type Eac3PassthroughControl =
|
|
282
|
+
(typeof Eac3PassthroughControl)[keyof typeof Eac3PassthroughControl];
|
|
283
|
+
export declare const Eac3PhaseControl: {
|
|
284
|
+
readonly NO_SHIFT: "NO_SHIFT";
|
|
285
|
+
readonly SHIFT_90_DEGREES: "SHIFT_90_DEGREES";
|
|
286
|
+
};
|
|
287
|
+
export type Eac3PhaseControl =
|
|
288
|
+
(typeof Eac3PhaseControl)[keyof typeof Eac3PhaseControl];
|
|
289
|
+
export declare const Eac3StereoDownmix: {
|
|
290
|
+
readonly DPL2: "DPL2";
|
|
291
|
+
readonly LO_RO: "LO_RO";
|
|
292
|
+
readonly LT_RT: "LT_RT";
|
|
293
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
294
|
+
};
|
|
295
|
+
export type Eac3StereoDownmix =
|
|
296
|
+
(typeof Eac3StereoDownmix)[keyof typeof Eac3StereoDownmix];
|
|
297
|
+
export declare const Eac3SurroundExMode: {
|
|
298
|
+
readonly DISABLED: "DISABLED";
|
|
299
|
+
readonly ENABLED: "ENABLED";
|
|
300
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
301
|
+
};
|
|
302
|
+
export type Eac3SurroundExMode =
|
|
303
|
+
(typeof Eac3SurroundExMode)[keyof typeof Eac3SurroundExMode];
|
|
304
|
+
export declare const Eac3SurroundMode: {
|
|
305
|
+
readonly DISABLED: "DISABLED";
|
|
306
|
+
readonly ENABLED: "ENABLED";
|
|
307
|
+
readonly NOT_INDICATED: "NOT_INDICATED";
|
|
308
|
+
};
|
|
309
|
+
export type Eac3SurroundMode =
|
|
310
|
+
(typeof Eac3SurroundMode)[keyof typeof Eac3SurroundMode];
|
|
253
311
|
export interface Eac3Settings {
|
|
254
312
|
AttenuationControl?: Eac3AttenuationControl | string;
|
|
255
313
|
Bitrate?: number;
|
|
@@ -272,22 +330,24 @@ export interface Eac3Settings {
|
|
|
272
330
|
SurroundExMode?: Eac3SurroundExMode | string;
|
|
273
331
|
SurroundMode?: Eac3SurroundMode | string;
|
|
274
332
|
}
|
|
275
|
-
export declare
|
|
276
|
-
CODING_MODE_1_0
|
|
277
|
-
CODING_MODE_2_0
|
|
278
|
-
}
|
|
333
|
+
export declare const Mp2CodingMode: {
|
|
334
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
335
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
336
|
+
};
|
|
337
|
+
export type Mp2CodingMode = (typeof Mp2CodingMode)[keyof typeof Mp2CodingMode];
|
|
279
338
|
export interface Mp2Settings {
|
|
280
339
|
Bitrate?: number;
|
|
281
340
|
CodingMode?: Mp2CodingMode | string;
|
|
282
341
|
SampleRate?: number;
|
|
283
342
|
}
|
|
284
343
|
export interface PassThroughSettings {}
|
|
285
|
-
export declare
|
|
286
|
-
CODING_MODE_1_0
|
|
287
|
-
CODING_MODE_2_0
|
|
288
|
-
CODING_MODE_4_0
|
|
289
|
-
CODING_MODE_8_0
|
|
290
|
-
}
|
|
344
|
+
export declare const WavCodingMode: {
|
|
345
|
+
readonly CODING_MODE_1_0: "CODING_MODE_1_0";
|
|
346
|
+
readonly CODING_MODE_2_0: "CODING_MODE_2_0";
|
|
347
|
+
readonly CODING_MODE_4_0: "CODING_MODE_4_0";
|
|
348
|
+
readonly CODING_MODE_8_0: "CODING_MODE_8_0";
|
|
349
|
+
};
|
|
350
|
+
export type WavCodingMode = (typeof WavCodingMode)[keyof typeof WavCodingMode];
|
|
291
351
|
export interface WavSettings {
|
|
292
352
|
BitDepth?: number;
|
|
293
353
|
CodingMode?: WavCodingMode | string;
|
|
@@ -302,10 +362,12 @@ export interface AudioCodecSettings {
|
|
|
302
362
|
PassThroughSettings?: PassThroughSettings;
|
|
303
363
|
WavSettings?: WavSettings;
|
|
304
364
|
}
|
|
305
|
-
export declare
|
|
306
|
-
FOLLOW_INPUT
|
|
307
|
-
USE_CONFIGURED
|
|
308
|
-
}
|
|
365
|
+
export declare const AudioDescriptionLanguageCodeControl: {
|
|
366
|
+
readonly FOLLOW_INPUT: "FOLLOW_INPUT";
|
|
367
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
368
|
+
};
|
|
369
|
+
export type AudioDescriptionLanguageCodeControl =
|
|
370
|
+
(typeof AudioDescriptionLanguageCodeControl)[keyof typeof AudioDescriptionLanguageCodeControl];
|
|
309
371
|
export interface RemixSettings {
|
|
310
372
|
ChannelMappings: AudioChannelMapping[] | undefined;
|
|
311
373
|
ChannelsIn?: number;
|
|
@@ -328,10 +390,12 @@ export interface AudioHlsRenditionSelection {
|
|
|
328
390
|
GroupId: string | undefined;
|
|
329
391
|
Name: string | undefined;
|
|
330
392
|
}
|
|
331
|
-
export declare
|
|
332
|
-
LOOSE
|
|
333
|
-
STRICT
|
|
334
|
-
}
|
|
393
|
+
export declare const AudioLanguageSelectionPolicy: {
|
|
394
|
+
readonly LOOSE: "LOOSE";
|
|
395
|
+
readonly STRICT: "STRICT";
|
|
396
|
+
};
|
|
397
|
+
export type AudioLanguageSelectionPolicy =
|
|
398
|
+
(typeof AudioLanguageSelectionPolicy)[keyof typeof AudioLanguageSelectionPolicy];
|
|
335
399
|
export interface AudioLanguageSelection {
|
|
336
400
|
LanguageCode: string | undefined;
|
|
337
401
|
LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | string;
|
|
@@ -339,17 +403,19 @@ export interface AudioLanguageSelection {
|
|
|
339
403
|
export interface AudioPidSelection {
|
|
340
404
|
Pid: number | undefined;
|
|
341
405
|
}
|
|
342
|
-
export declare
|
|
343
|
-
ALL_CHANNELS
|
|
344
|
-
PROGRAM_1
|
|
345
|
-
PROGRAM_2
|
|
346
|
-
PROGRAM_3
|
|
347
|
-
PROGRAM_4
|
|
348
|
-
PROGRAM_5
|
|
349
|
-
PROGRAM_6
|
|
350
|
-
PROGRAM_7
|
|
351
|
-
PROGRAM_8
|
|
352
|
-
}
|
|
406
|
+
export declare const DolbyEProgramSelection: {
|
|
407
|
+
readonly ALL_CHANNELS: "ALL_CHANNELS";
|
|
408
|
+
readonly PROGRAM_1: "PROGRAM_1";
|
|
409
|
+
readonly PROGRAM_2: "PROGRAM_2";
|
|
410
|
+
readonly PROGRAM_3: "PROGRAM_3";
|
|
411
|
+
readonly PROGRAM_4: "PROGRAM_4";
|
|
412
|
+
readonly PROGRAM_5: "PROGRAM_5";
|
|
413
|
+
readonly PROGRAM_6: "PROGRAM_6";
|
|
414
|
+
readonly PROGRAM_7: "PROGRAM_7";
|
|
415
|
+
readonly PROGRAM_8: "PROGRAM_8";
|
|
416
|
+
};
|
|
417
|
+
export type DolbyEProgramSelection =
|
|
418
|
+
(typeof DolbyEProgramSelection)[keyof typeof DolbyEProgramSelection];
|
|
353
419
|
export interface AudioDolbyEDecode {
|
|
354
420
|
ProgramSelection: DolbyEProgramSelection | string | undefined;
|
|
355
421
|
}
|
|
@@ -381,51 +447,65 @@ export interface BatchSuccessfulResultModel {
|
|
|
381
447
|
Id?: string;
|
|
382
448
|
State?: string;
|
|
383
449
|
}
|
|
384
|
-
export declare
|
|
385
|
-
DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES
|
|
386
|
-
IMPLEMENTS_ACCESSIBILITY_FEATURES
|
|
387
|
-
}
|
|
450
|
+
export declare const AccessibilityType: {
|
|
451
|
+
readonly DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES";
|
|
452
|
+
readonly IMPLEMENTS_ACCESSIBILITY_FEATURES: "IMPLEMENTS_ACCESSIBILITY_FEATURES";
|
|
453
|
+
};
|
|
454
|
+
export type AccessibilityType =
|
|
455
|
+
(typeof AccessibilityType)[keyof typeof AccessibilityType];
|
|
388
456
|
export interface AribDestinationSettings {}
|
|
389
|
-
export declare
|
|
390
|
-
CENTERED
|
|
391
|
-
LEFT
|
|
392
|
-
SMART
|
|
393
|
-
}
|
|
394
|
-
export
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
457
|
+
export declare const BurnInAlignment: {
|
|
458
|
+
readonly CENTERED: "CENTERED";
|
|
459
|
+
readonly LEFT: "LEFT";
|
|
460
|
+
readonly SMART: "SMART";
|
|
461
|
+
};
|
|
462
|
+
export type BurnInAlignment =
|
|
463
|
+
(typeof BurnInAlignment)[keyof typeof BurnInAlignment];
|
|
464
|
+
export declare const BurnInBackgroundColor: {
|
|
465
|
+
readonly BLACK: "BLACK";
|
|
466
|
+
readonly NONE: "NONE";
|
|
467
|
+
readonly WHITE: "WHITE";
|
|
468
|
+
};
|
|
469
|
+
export type BurnInBackgroundColor =
|
|
470
|
+
(typeof BurnInBackgroundColor)[keyof typeof BurnInBackgroundColor];
|
|
399
471
|
export interface InputLocation {
|
|
400
472
|
PasswordParam?: string;
|
|
401
473
|
Uri: string | undefined;
|
|
402
474
|
Username?: string;
|
|
403
475
|
}
|
|
404
|
-
export declare
|
|
405
|
-
BLACK
|
|
406
|
-
BLUE
|
|
407
|
-
GREEN
|
|
408
|
-
RED
|
|
409
|
-
WHITE
|
|
410
|
-
YELLOW
|
|
411
|
-
}
|
|
412
|
-
export
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
476
|
+
export declare const BurnInFontColor: {
|
|
477
|
+
readonly BLACK: "BLACK";
|
|
478
|
+
readonly BLUE: "BLUE";
|
|
479
|
+
readonly GREEN: "GREEN";
|
|
480
|
+
readonly RED: "RED";
|
|
481
|
+
readonly WHITE: "WHITE";
|
|
482
|
+
readonly YELLOW: "YELLOW";
|
|
483
|
+
};
|
|
484
|
+
export type BurnInFontColor =
|
|
485
|
+
(typeof BurnInFontColor)[keyof typeof BurnInFontColor];
|
|
486
|
+
export declare const BurnInOutlineColor: {
|
|
487
|
+
readonly BLACK: "BLACK";
|
|
488
|
+
readonly BLUE: "BLUE";
|
|
489
|
+
readonly GREEN: "GREEN";
|
|
490
|
+
readonly RED: "RED";
|
|
491
|
+
readonly WHITE: "WHITE";
|
|
492
|
+
readonly YELLOW: "YELLOW";
|
|
493
|
+
};
|
|
494
|
+
export type BurnInOutlineColor =
|
|
495
|
+
(typeof BurnInOutlineColor)[keyof typeof BurnInOutlineColor];
|
|
496
|
+
export declare const BurnInShadowColor: {
|
|
497
|
+
readonly BLACK: "BLACK";
|
|
498
|
+
readonly NONE: "NONE";
|
|
499
|
+
readonly WHITE: "WHITE";
|
|
500
|
+
};
|
|
501
|
+
export type BurnInShadowColor =
|
|
502
|
+
(typeof BurnInShadowColor)[keyof typeof BurnInShadowColor];
|
|
503
|
+
export declare const BurnInTeletextGridControl: {
|
|
504
|
+
readonly FIXED: "FIXED";
|
|
505
|
+
readonly SCALED: "SCALED";
|
|
506
|
+
};
|
|
507
|
+
export type BurnInTeletextGridControl =
|
|
508
|
+
(typeof BurnInTeletextGridControl)[keyof typeof BurnInTeletextGridControl];
|
|
429
509
|
export interface BurnInDestinationSettings {
|
|
430
510
|
Alignment?: BurnInAlignment | string;
|
|
431
511
|
BackgroundColor?: BurnInBackgroundColor | string;
|
|
@@ -445,41 +525,53 @@ export interface BurnInDestinationSettings {
|
|
|
445
525
|
XPosition?: number;
|
|
446
526
|
YPosition?: number;
|
|
447
527
|
}
|
|
448
|
-
export declare
|
|
449
|
-
CENTERED
|
|
450
|
-
LEFT
|
|
451
|
-
SMART
|
|
452
|
-
}
|
|
453
|
-
export
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
WHITE
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
528
|
+
export declare const DvbSubDestinationAlignment: {
|
|
529
|
+
readonly CENTERED: "CENTERED";
|
|
530
|
+
readonly LEFT: "LEFT";
|
|
531
|
+
readonly SMART: "SMART";
|
|
532
|
+
};
|
|
533
|
+
export type DvbSubDestinationAlignment =
|
|
534
|
+
(typeof DvbSubDestinationAlignment)[keyof typeof DvbSubDestinationAlignment];
|
|
535
|
+
export declare const DvbSubDestinationBackgroundColor: {
|
|
536
|
+
readonly BLACK: "BLACK";
|
|
537
|
+
readonly NONE: "NONE";
|
|
538
|
+
readonly WHITE: "WHITE";
|
|
539
|
+
};
|
|
540
|
+
export type DvbSubDestinationBackgroundColor =
|
|
541
|
+
(typeof DvbSubDestinationBackgroundColor)[keyof typeof DvbSubDestinationBackgroundColor];
|
|
542
|
+
export declare const DvbSubDestinationFontColor: {
|
|
543
|
+
readonly BLACK: "BLACK";
|
|
544
|
+
readonly BLUE: "BLUE";
|
|
545
|
+
readonly GREEN: "GREEN";
|
|
546
|
+
readonly RED: "RED";
|
|
547
|
+
readonly WHITE: "WHITE";
|
|
548
|
+
readonly YELLOW: "YELLOW";
|
|
549
|
+
};
|
|
550
|
+
export type DvbSubDestinationFontColor =
|
|
551
|
+
(typeof DvbSubDestinationFontColor)[keyof typeof DvbSubDestinationFontColor];
|
|
552
|
+
export declare const DvbSubDestinationOutlineColor: {
|
|
553
|
+
readonly BLACK: "BLACK";
|
|
554
|
+
readonly BLUE: "BLUE";
|
|
555
|
+
readonly GREEN: "GREEN";
|
|
556
|
+
readonly RED: "RED";
|
|
557
|
+
readonly WHITE: "WHITE";
|
|
558
|
+
readonly YELLOW: "YELLOW";
|
|
559
|
+
};
|
|
560
|
+
export type DvbSubDestinationOutlineColor =
|
|
561
|
+
(typeof DvbSubDestinationOutlineColor)[keyof typeof DvbSubDestinationOutlineColor];
|
|
562
|
+
export declare const DvbSubDestinationShadowColor: {
|
|
563
|
+
readonly BLACK: "BLACK";
|
|
564
|
+
readonly NONE: "NONE";
|
|
565
|
+
readonly WHITE: "WHITE";
|
|
566
|
+
};
|
|
567
|
+
export type DvbSubDestinationShadowColor =
|
|
568
|
+
(typeof DvbSubDestinationShadowColor)[keyof typeof DvbSubDestinationShadowColor];
|
|
569
|
+
export declare const DvbSubDestinationTeletextGridControl: {
|
|
570
|
+
readonly FIXED: "FIXED";
|
|
571
|
+
readonly SCALED: "SCALED";
|
|
572
|
+
};
|
|
573
|
+
export type DvbSubDestinationTeletextGridControl =
|
|
574
|
+
(typeof DvbSubDestinationTeletextGridControl)[keyof typeof DvbSubDestinationTeletextGridControl];
|
|
483
575
|
export interface DvbSubDestinationSettings {
|
|
484
576
|
Alignment?: DvbSubDestinationAlignment | string;
|
|
485
577
|
BackgroundColor?: DvbSubDestinationBackgroundColor | string;
|
|
@@ -499,14 +591,18 @@ export interface DvbSubDestinationSettings {
|
|
|
499
591
|
XPosition?: number;
|
|
500
592
|
YPosition?: number;
|
|
501
593
|
}
|
|
502
|
-
export declare
|
|
503
|
-
DISABLED
|
|
504
|
-
ENABLED
|
|
505
|
-
}
|
|
506
|
-
export
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
594
|
+
export declare const EbuTtDFillLineGapControl: {
|
|
595
|
+
readonly DISABLED: "DISABLED";
|
|
596
|
+
readonly ENABLED: "ENABLED";
|
|
597
|
+
};
|
|
598
|
+
export type EbuTtDFillLineGapControl =
|
|
599
|
+
(typeof EbuTtDFillLineGapControl)[keyof typeof EbuTtDFillLineGapControl];
|
|
600
|
+
export declare const EbuTtDDestinationStyleControl: {
|
|
601
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
602
|
+
readonly INCLUDE: "INCLUDE";
|
|
603
|
+
};
|
|
604
|
+
export type EbuTtDDestinationStyleControl =
|
|
605
|
+
(typeof EbuTtDDestinationStyleControl)[keyof typeof EbuTtDDestinationStyleControl];
|
|
510
606
|
export interface EbuTtDDestinationSettings {
|
|
511
607
|
CopyrightHolder?: string;
|
|
512
608
|
FillLineGap?: EbuTtDFillLineGapControl | string;
|
|
@@ -520,17 +616,21 @@ export interface Scte20PlusEmbeddedDestinationSettings {}
|
|
|
520
616
|
export interface Scte27DestinationSettings {}
|
|
521
617
|
export interface SmpteTtDestinationSettings {}
|
|
522
618
|
export interface TeletextDestinationSettings {}
|
|
523
|
-
export declare
|
|
524
|
-
PASSTHROUGH
|
|
525
|
-
USE_CONFIGURED
|
|
526
|
-
}
|
|
619
|
+
export declare const TtmlDestinationStyleControl: {
|
|
620
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
621
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
622
|
+
};
|
|
623
|
+
export type TtmlDestinationStyleControl =
|
|
624
|
+
(typeof TtmlDestinationStyleControl)[keyof typeof TtmlDestinationStyleControl];
|
|
527
625
|
export interface TtmlDestinationSettings {
|
|
528
626
|
StyleControl?: TtmlDestinationStyleControl | string;
|
|
529
627
|
}
|
|
530
|
-
export declare
|
|
531
|
-
NO_STYLE_DATA
|
|
532
|
-
PASSTHROUGH
|
|
533
|
-
}
|
|
628
|
+
export declare const WebvttDestinationStyleControl: {
|
|
629
|
+
readonly NO_STYLE_DATA: "NO_STYLE_DATA";
|
|
630
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
631
|
+
};
|
|
632
|
+
export type WebvttDestinationStyleControl =
|
|
633
|
+
(typeof WebvttDestinationStyleControl)[keyof typeof WebvttDestinationStyleControl];
|
|
534
634
|
export interface WebvttDestinationSettings {
|
|
535
635
|
StyleControl?: WebvttDestinationStyleControl | string;
|
|
536
636
|
}
|
|
@@ -566,48 +666,58 @@ export interface AncillarySourceSettings {
|
|
|
566
666
|
SourceAncillaryChannelNumber?: number;
|
|
567
667
|
}
|
|
568
668
|
export interface AribSourceSettings {}
|
|
569
|
-
export declare
|
|
570
|
-
DEU
|
|
571
|
-
ENG
|
|
572
|
-
FRA
|
|
573
|
-
NLD
|
|
574
|
-
POR
|
|
575
|
-
SPA
|
|
576
|
-
}
|
|
669
|
+
export declare const DvbSubOcrLanguage: {
|
|
670
|
+
readonly DEU: "DEU";
|
|
671
|
+
readonly ENG: "ENG";
|
|
672
|
+
readonly FRA: "FRA";
|
|
673
|
+
readonly NLD: "NLD";
|
|
674
|
+
readonly POR: "POR";
|
|
675
|
+
readonly SPA: "SPA";
|
|
676
|
+
};
|
|
677
|
+
export type DvbSubOcrLanguage =
|
|
678
|
+
(typeof DvbSubOcrLanguage)[keyof typeof DvbSubOcrLanguage];
|
|
577
679
|
export interface DvbSubSourceSettings {
|
|
578
680
|
OcrLanguage?: DvbSubOcrLanguage | string;
|
|
579
681
|
Pid?: number;
|
|
580
682
|
}
|
|
581
|
-
export declare
|
|
582
|
-
DISABLED
|
|
583
|
-
UPCONVERT
|
|
584
|
-
}
|
|
585
|
-
export
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
683
|
+
export declare const EmbeddedConvert608To708: {
|
|
684
|
+
readonly DISABLED: "DISABLED";
|
|
685
|
+
readonly UPCONVERT: "UPCONVERT";
|
|
686
|
+
};
|
|
687
|
+
export type EmbeddedConvert608To708 =
|
|
688
|
+
(typeof EmbeddedConvert608To708)[keyof typeof EmbeddedConvert608To708];
|
|
689
|
+
export declare const EmbeddedScte20Detection: {
|
|
690
|
+
readonly AUTO: "AUTO";
|
|
691
|
+
readonly OFF: "OFF";
|
|
692
|
+
};
|
|
693
|
+
export type EmbeddedScte20Detection =
|
|
694
|
+
(typeof EmbeddedScte20Detection)[keyof typeof EmbeddedScte20Detection];
|
|
589
695
|
export interface EmbeddedSourceSettings {
|
|
590
696
|
Convert608To708?: EmbeddedConvert608To708 | string;
|
|
591
697
|
Scte20Detection?: EmbeddedScte20Detection | string;
|
|
592
698
|
Source608ChannelNumber?: number;
|
|
593
699
|
Source608TrackNumber?: number;
|
|
594
700
|
}
|
|
595
|
-
export declare
|
|
596
|
-
DISABLED
|
|
597
|
-
UPCONVERT
|
|
598
|
-
}
|
|
701
|
+
export declare const Scte20Convert608To708: {
|
|
702
|
+
readonly DISABLED: "DISABLED";
|
|
703
|
+
readonly UPCONVERT: "UPCONVERT";
|
|
704
|
+
};
|
|
705
|
+
export type Scte20Convert608To708 =
|
|
706
|
+
(typeof Scte20Convert608To708)[keyof typeof Scte20Convert608To708];
|
|
599
707
|
export interface Scte20SourceSettings {
|
|
600
708
|
Convert608To708?: Scte20Convert608To708 | string;
|
|
601
709
|
Source608ChannelNumber?: number;
|
|
602
710
|
}
|
|
603
|
-
export declare
|
|
604
|
-
DEU
|
|
605
|
-
ENG
|
|
606
|
-
FRA
|
|
607
|
-
NLD
|
|
608
|
-
POR
|
|
609
|
-
SPA
|
|
610
|
-
}
|
|
711
|
+
export declare const Scte27OcrLanguage: {
|
|
712
|
+
readonly DEU: "DEU";
|
|
713
|
+
readonly ENG: "ENG";
|
|
714
|
+
readonly FRA: "FRA";
|
|
715
|
+
readonly NLD: "NLD";
|
|
716
|
+
readonly POR: "POR";
|
|
717
|
+
readonly SPA: "SPA";
|
|
718
|
+
};
|
|
719
|
+
export type Scte27OcrLanguage =
|
|
720
|
+
(typeof Scte27OcrLanguage)[keyof typeof Scte27OcrLanguage];
|
|
611
721
|
export interface Scte27SourceSettings {
|
|
612
722
|
OcrLanguage?: Scte27OcrLanguage | string;
|
|
613
723
|
Pid?: number;
|
|
@@ -639,19 +749,22 @@ export interface CaptionSelector {
|
|
|
639
749
|
export interface ChannelEgressEndpoint {
|
|
640
750
|
SourceIp?: string;
|
|
641
751
|
}
|
|
642
|
-
export declare
|
|
643
|
-
FHD
|
|
644
|
-
HD
|
|
645
|
-
SD
|
|
646
|
-
UHD
|
|
647
|
-
}
|
|
752
|
+
export declare const CdiInputResolution: {
|
|
753
|
+
readonly FHD: "FHD";
|
|
754
|
+
readonly HD: "HD";
|
|
755
|
+
readonly SD: "SD";
|
|
756
|
+
readonly UHD: "UHD";
|
|
757
|
+
};
|
|
758
|
+
export type CdiInputResolution =
|
|
759
|
+
(typeof CdiInputResolution)[keyof typeof CdiInputResolution];
|
|
648
760
|
export interface CdiInputSpecification {
|
|
649
761
|
Resolution?: CdiInputResolution | string;
|
|
650
762
|
}
|
|
651
|
-
export declare
|
|
652
|
-
SINGLE_PIPELINE
|
|
653
|
-
STANDARD
|
|
654
|
-
}
|
|
763
|
+
export declare const ChannelClass: {
|
|
764
|
+
readonly SINGLE_PIPELINE: "SINGLE_PIPELINE";
|
|
765
|
+
readonly STANDARD: "STANDARD";
|
|
766
|
+
};
|
|
767
|
+
export type ChannelClass = (typeof ChannelClass)[keyof typeof ChannelClass];
|
|
655
768
|
export interface MediaPackageOutputDestinationSettings {
|
|
656
769
|
ChannelId?: string;
|
|
657
770
|
}
|
|
@@ -690,33 +803,42 @@ export interface FailoverConditionSettings {
|
|
|
690
803
|
export interface FailoverCondition {
|
|
691
804
|
FailoverConditionSettings?: FailoverConditionSettings;
|
|
692
805
|
}
|
|
693
|
-
export declare
|
|
694
|
-
EQUAL_INPUT_PREFERENCE
|
|
695
|
-
PRIMARY_INPUT_PREFERRED
|
|
696
|
-
}
|
|
806
|
+
export declare const InputPreference: {
|
|
807
|
+
readonly EQUAL_INPUT_PREFERENCE: "EQUAL_INPUT_PREFERENCE";
|
|
808
|
+
readonly PRIMARY_INPUT_PREFERRED: "PRIMARY_INPUT_PREFERRED";
|
|
809
|
+
};
|
|
810
|
+
export type InputPreference =
|
|
811
|
+
(typeof InputPreference)[keyof typeof InputPreference];
|
|
697
812
|
export interface AutomaticInputFailoverSettings {
|
|
698
813
|
ErrorClearTimeMsec?: number;
|
|
699
814
|
FailoverConditions?: FailoverCondition[];
|
|
700
815
|
InputPreference?: InputPreference | string;
|
|
701
816
|
SecondaryInputId: string | undefined;
|
|
702
817
|
}
|
|
703
|
-
export declare
|
|
704
|
-
DISABLED
|
|
705
|
-
ENABLED
|
|
706
|
-
}
|
|
707
|
-
export
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
}
|
|
818
|
+
export declare const InputDeblockFilter: {
|
|
819
|
+
readonly DISABLED: "DISABLED";
|
|
820
|
+
readonly ENABLED: "ENABLED";
|
|
821
|
+
};
|
|
822
|
+
export type InputDeblockFilter =
|
|
823
|
+
(typeof InputDeblockFilter)[keyof typeof InputDeblockFilter];
|
|
824
|
+
export declare const InputDenoiseFilter: {
|
|
825
|
+
readonly DISABLED: "DISABLED";
|
|
826
|
+
readonly ENABLED: "ENABLED";
|
|
827
|
+
};
|
|
828
|
+
export type InputDenoiseFilter =
|
|
829
|
+
(typeof InputDenoiseFilter)[keyof typeof InputDenoiseFilter];
|
|
830
|
+
export declare const InputFilter: {
|
|
831
|
+
readonly AUTO: "AUTO";
|
|
832
|
+
readonly DISABLED: "DISABLED";
|
|
833
|
+
readonly FORCED: "FORCED";
|
|
834
|
+
};
|
|
835
|
+
export type InputFilter = (typeof InputFilter)[keyof typeof InputFilter];
|
|
836
|
+
export declare const HlsScte35SourceType: {
|
|
837
|
+
readonly MANIFEST: "MANIFEST";
|
|
838
|
+
readonly SEGMENTS: "SEGMENTS";
|
|
839
|
+
};
|
|
840
|
+
export type HlsScte35SourceType =
|
|
841
|
+
(typeof HlsScte35SourceType)[keyof typeof HlsScte35SourceType];
|
|
720
842
|
export interface HlsInputSettings {
|
|
721
843
|
Bandwidth?: number;
|
|
722
844
|
BufferSegments?: number;
|
|
@@ -724,29 +846,37 @@ export interface HlsInputSettings {
|
|
|
724
846
|
RetryInterval?: number;
|
|
725
847
|
Scte35Source?: HlsScte35SourceType | string;
|
|
726
848
|
}
|
|
727
|
-
export declare
|
|
728
|
-
CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME
|
|
729
|
-
CHECK_CRYPTOGRAPHY_ONLY
|
|
730
|
-
}
|
|
849
|
+
export declare const NetworkInputServerValidation: {
|
|
850
|
+
readonly CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME";
|
|
851
|
+
readonly CHECK_CRYPTOGRAPHY_ONLY: "CHECK_CRYPTOGRAPHY_ONLY";
|
|
852
|
+
};
|
|
853
|
+
export type NetworkInputServerValidation =
|
|
854
|
+
(typeof NetworkInputServerValidation)[keyof typeof NetworkInputServerValidation];
|
|
731
855
|
export interface NetworkInputSettings {
|
|
732
856
|
HlsInputSettings?: HlsInputSettings;
|
|
733
857
|
ServerValidation?: NetworkInputServerValidation | string;
|
|
734
858
|
}
|
|
735
|
-
export declare
|
|
736
|
-
IGNORE
|
|
737
|
-
PREFER
|
|
738
|
-
}
|
|
739
|
-
export
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
859
|
+
export declare const Smpte2038DataPreference: {
|
|
860
|
+
readonly IGNORE: "IGNORE";
|
|
861
|
+
readonly PREFER: "PREFER";
|
|
862
|
+
};
|
|
863
|
+
export type Smpte2038DataPreference =
|
|
864
|
+
(typeof Smpte2038DataPreference)[keyof typeof Smpte2038DataPreference];
|
|
865
|
+
export declare const InputSourceEndBehavior: {
|
|
866
|
+
readonly CONTINUE: "CONTINUE";
|
|
867
|
+
readonly LOOP: "LOOP";
|
|
868
|
+
};
|
|
869
|
+
export type InputSourceEndBehavior =
|
|
870
|
+
(typeof InputSourceEndBehavior)[keyof typeof InputSourceEndBehavior];
|
|
871
|
+
export declare const VideoSelectorColorSpace: {
|
|
872
|
+
readonly FOLLOW: "FOLLOW";
|
|
873
|
+
readonly HDR10: "HDR10";
|
|
874
|
+
readonly HLG_2020: "HLG_2020";
|
|
875
|
+
readonly REC_601: "REC_601";
|
|
876
|
+
readonly REC_709: "REC_709";
|
|
877
|
+
};
|
|
878
|
+
export type VideoSelectorColorSpace =
|
|
879
|
+
(typeof VideoSelectorColorSpace)[keyof typeof VideoSelectorColorSpace];
|
|
750
880
|
export interface Hdr10Settings {
|
|
751
881
|
MaxCll?: number;
|
|
752
882
|
MaxFall?: number;
|
|
@@ -754,10 +884,12 @@ export interface Hdr10Settings {
|
|
|
754
884
|
export interface VideoSelectorColorSpaceSettings {
|
|
755
885
|
Hdr10Settings?: Hdr10Settings;
|
|
756
886
|
}
|
|
757
|
-
export declare
|
|
758
|
-
FALLBACK
|
|
759
|
-
FORCE
|
|
760
|
-
}
|
|
887
|
+
export declare const VideoSelectorColorSpaceUsage: {
|
|
888
|
+
readonly FALLBACK: "FALLBACK";
|
|
889
|
+
readonly FORCE: "FORCE";
|
|
890
|
+
};
|
|
891
|
+
export type VideoSelectorColorSpaceUsage =
|
|
892
|
+
(typeof VideoSelectorColorSpaceUsage)[keyof typeof VideoSelectorColorSpaceUsage];
|
|
761
893
|
export interface VideoSelectorPid {
|
|
762
894
|
Pid?: number;
|
|
763
895
|
}
|
|
@@ -793,61 +925,70 @@ export interface InputAttachment {
|
|
|
793
925
|
InputId?: string;
|
|
794
926
|
InputSettings?: InputSettings;
|
|
795
927
|
}
|
|
796
|
-
export declare
|
|
797
|
-
AVC
|
|
798
|
-
HEVC
|
|
799
|
-
MPEG2
|
|
800
|
-
}
|
|
801
|
-
export
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
928
|
+
export declare const InputCodec: {
|
|
929
|
+
readonly AVC: "AVC";
|
|
930
|
+
readonly HEVC: "HEVC";
|
|
931
|
+
readonly MPEG2: "MPEG2";
|
|
932
|
+
};
|
|
933
|
+
export type InputCodec = (typeof InputCodec)[keyof typeof InputCodec];
|
|
934
|
+
export declare const InputMaximumBitrate: {
|
|
935
|
+
readonly MAX_10_MBPS: "MAX_10_MBPS";
|
|
936
|
+
readonly MAX_20_MBPS: "MAX_20_MBPS";
|
|
937
|
+
readonly MAX_50_MBPS: "MAX_50_MBPS";
|
|
938
|
+
};
|
|
939
|
+
export type InputMaximumBitrate =
|
|
940
|
+
(typeof InputMaximumBitrate)[keyof typeof InputMaximumBitrate];
|
|
941
|
+
export declare const InputResolution: {
|
|
942
|
+
readonly HD: "HD";
|
|
943
|
+
readonly SD: "SD";
|
|
944
|
+
readonly UHD: "UHD";
|
|
945
|
+
};
|
|
946
|
+
export type InputResolution =
|
|
947
|
+
(typeof InputResolution)[keyof typeof InputResolution];
|
|
811
948
|
export interface InputSpecification {
|
|
812
949
|
Codec?: InputCodec | string;
|
|
813
950
|
MaximumBitrate?: InputMaximumBitrate | string;
|
|
814
951
|
Resolution?: InputResolution | string;
|
|
815
952
|
}
|
|
816
|
-
export declare
|
|
817
|
-
DEBUG
|
|
818
|
-
DISABLED
|
|
819
|
-
ERROR
|
|
820
|
-
INFO
|
|
821
|
-
WARNING
|
|
822
|
-
}
|
|
823
|
-
export
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
953
|
+
export declare const LogLevel: {
|
|
954
|
+
readonly DEBUG: "DEBUG";
|
|
955
|
+
readonly DISABLED: "DISABLED";
|
|
956
|
+
readonly ERROR: "ERROR";
|
|
957
|
+
readonly INFO: "INFO";
|
|
958
|
+
readonly WARNING: "WARNING";
|
|
959
|
+
};
|
|
960
|
+
export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel];
|
|
961
|
+
export declare const MaintenanceDay: {
|
|
962
|
+
readonly FRIDAY: "FRIDAY";
|
|
963
|
+
readonly MONDAY: "MONDAY";
|
|
964
|
+
readonly SATURDAY: "SATURDAY";
|
|
965
|
+
readonly SUNDAY: "SUNDAY";
|
|
966
|
+
readonly THURSDAY: "THURSDAY";
|
|
967
|
+
readonly TUESDAY: "TUESDAY";
|
|
968
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
969
|
+
};
|
|
970
|
+
export type MaintenanceDay =
|
|
971
|
+
(typeof MaintenanceDay)[keyof typeof MaintenanceDay];
|
|
832
972
|
export interface MaintenanceStatus {
|
|
833
973
|
MaintenanceDay?: MaintenanceDay | string;
|
|
834
974
|
MaintenanceDeadline?: string;
|
|
835
975
|
MaintenanceScheduledDate?: string;
|
|
836
976
|
MaintenanceStartTime?: string;
|
|
837
977
|
}
|
|
838
|
-
export declare
|
|
839
|
-
CREATE_FAILED
|
|
840
|
-
CREATING
|
|
841
|
-
DELETED
|
|
842
|
-
DELETING
|
|
843
|
-
IDLE
|
|
844
|
-
RECOVERING
|
|
845
|
-
RUNNING
|
|
846
|
-
STARTING
|
|
847
|
-
STOPPING
|
|
848
|
-
UPDATE_FAILED
|
|
849
|
-
UPDATING
|
|
850
|
-
}
|
|
978
|
+
export declare const ChannelState: {
|
|
979
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
980
|
+
readonly CREATING: "CREATING";
|
|
981
|
+
readonly DELETED: "DELETED";
|
|
982
|
+
readonly DELETING: "DELETING";
|
|
983
|
+
readonly IDLE: "IDLE";
|
|
984
|
+
readonly RECOVERING: "RECOVERING";
|
|
985
|
+
readonly RUNNING: "RUNNING";
|
|
986
|
+
readonly STARTING: "STARTING";
|
|
987
|
+
readonly STOPPING: "STOPPING";
|
|
988
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
989
|
+
readonly UPDATING: "UPDATING";
|
|
990
|
+
};
|
|
991
|
+
export type ChannelState = (typeof ChannelState)[keyof typeof ChannelState];
|
|
851
992
|
export interface VpcOutputSettingsDescription {
|
|
852
993
|
AvailabilityZones?: string[];
|
|
853
994
|
NetworkInterfaceIds?: string[];
|
|
@@ -872,11 +1013,12 @@ export interface ChannelSummary {
|
|
|
872
1013
|
Tags?: Record<string, string>;
|
|
873
1014
|
Vpc?: VpcOutputSettingsDescription;
|
|
874
1015
|
}
|
|
875
|
-
export declare
|
|
876
|
-
ADOBE
|
|
877
|
-
ELEMENTAL
|
|
878
|
-
ELEMENTAL_SCTE35
|
|
879
|
-
}
|
|
1016
|
+
export declare const HlsAdMarkers: {
|
|
1017
|
+
readonly ADOBE: "ADOBE";
|
|
1018
|
+
readonly ELEMENTAL: "ELEMENTAL";
|
|
1019
|
+
readonly ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35";
|
|
1020
|
+
};
|
|
1021
|
+
export type HlsAdMarkers = (typeof HlsAdMarkers)[keyof typeof HlsAdMarkers];
|
|
880
1022
|
export interface InputDestinationVpc {
|
|
881
1023
|
AvailabilityZone?: string;
|
|
882
1024
|
NetworkInterfaceId?: string;
|
|
@@ -887,17 +1029,20 @@ export interface InputDestination {
|
|
|
887
1029
|
Url?: string;
|
|
888
1030
|
Vpc?: InputDestinationVpc;
|
|
889
1031
|
}
|
|
890
|
-
export declare
|
|
891
|
-
SINGLE_PIPELINE
|
|
892
|
-
STANDARD
|
|
893
|
-
}
|
|
1032
|
+
export declare const InputClass: {
|
|
1033
|
+
readonly SINGLE_PIPELINE: "SINGLE_PIPELINE";
|
|
1034
|
+
readonly STANDARD: "STANDARD";
|
|
1035
|
+
};
|
|
1036
|
+
export type InputClass = (typeof InputClass)[keyof typeof InputClass];
|
|
894
1037
|
export interface InputDeviceSettings {
|
|
895
1038
|
Id?: string;
|
|
896
1039
|
}
|
|
897
|
-
export declare
|
|
898
|
-
DYNAMIC
|
|
899
|
-
STATIC
|
|
900
|
-
}
|
|
1040
|
+
export declare const InputSourceType: {
|
|
1041
|
+
readonly DYNAMIC: "DYNAMIC";
|
|
1042
|
+
readonly STATIC: "STATIC";
|
|
1043
|
+
};
|
|
1044
|
+
export type InputSourceType =
|
|
1045
|
+
(typeof InputSourceType)[keyof typeof InputSourceType];
|
|
901
1046
|
export interface MediaConnectFlow {
|
|
902
1047
|
FlowArn?: string;
|
|
903
1048
|
}
|
|
@@ -906,25 +1051,27 @@ export interface InputSource {
|
|
|
906
1051
|
Url?: string;
|
|
907
1052
|
Username?: string;
|
|
908
1053
|
}
|
|
909
|
-
export declare
|
|
910
|
-
ATTACHED
|
|
911
|
-
CREATING
|
|
912
|
-
DELETED
|
|
913
|
-
DELETING
|
|
914
|
-
DETACHED
|
|
915
|
-
}
|
|
916
|
-
export
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
1054
|
+
export declare const InputState: {
|
|
1055
|
+
readonly ATTACHED: "ATTACHED";
|
|
1056
|
+
readonly CREATING: "CREATING";
|
|
1057
|
+
readonly DELETED: "DELETED";
|
|
1058
|
+
readonly DELETING: "DELETING";
|
|
1059
|
+
readonly DETACHED: "DETACHED";
|
|
1060
|
+
};
|
|
1061
|
+
export type InputState = (typeof InputState)[keyof typeof InputState];
|
|
1062
|
+
export declare const InputType: {
|
|
1063
|
+
readonly AWS_CDI: "AWS_CDI";
|
|
1064
|
+
readonly INPUT_DEVICE: "INPUT_DEVICE";
|
|
1065
|
+
readonly MEDIACONNECT: "MEDIACONNECT";
|
|
1066
|
+
readonly MP4_FILE: "MP4_FILE";
|
|
1067
|
+
readonly RTMP_PULL: "RTMP_PULL";
|
|
1068
|
+
readonly RTMP_PUSH: "RTMP_PUSH";
|
|
1069
|
+
readonly RTP_PUSH: "RTP_PUSH";
|
|
1070
|
+
readonly TS_FILE: "TS_FILE";
|
|
1071
|
+
readonly UDP_PUSH: "UDP_PUSH";
|
|
1072
|
+
readonly URL_PULL: "URL_PULL";
|
|
1073
|
+
};
|
|
1074
|
+
export type InputType = (typeof InputType)[keyof typeof InputType];
|
|
928
1075
|
export interface Input {
|
|
929
1076
|
Arn?: string;
|
|
930
1077
|
AttachedChannels?: string[];
|
|
@@ -949,36 +1096,50 @@ export interface InputDestinationRequest {
|
|
|
949
1096
|
export interface InputDeviceRequest {
|
|
950
1097
|
Id?: string;
|
|
951
1098
|
}
|
|
952
|
-
export declare
|
|
953
|
-
CONNECTED
|
|
954
|
-
DISCONNECTED
|
|
955
|
-
}
|
|
956
|
-
export
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
}
|
|
969
|
-
export
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
}
|
|
1099
|
+
export declare const InputDeviceConnectionState: {
|
|
1100
|
+
readonly CONNECTED: "CONNECTED";
|
|
1101
|
+
readonly DISCONNECTED: "DISCONNECTED";
|
|
1102
|
+
};
|
|
1103
|
+
export type InputDeviceConnectionState =
|
|
1104
|
+
(typeof InputDeviceConnectionState)[keyof typeof InputDeviceConnectionState];
|
|
1105
|
+
export declare const DeviceSettingsSyncState: {
|
|
1106
|
+
readonly SYNCED: "SYNCED";
|
|
1107
|
+
readonly SYNCING: "SYNCING";
|
|
1108
|
+
};
|
|
1109
|
+
export type DeviceSettingsSyncState =
|
|
1110
|
+
(typeof DeviceSettingsSyncState)[keyof typeof DeviceSettingsSyncState];
|
|
1111
|
+
export declare const DeviceUpdateStatus: {
|
|
1112
|
+
readonly NOT_UP_TO_DATE: "NOT_UP_TO_DATE";
|
|
1113
|
+
readonly UPDATING: "UPDATING";
|
|
1114
|
+
readonly UP_TO_DATE: "UP_TO_DATE";
|
|
1115
|
+
};
|
|
1116
|
+
export type DeviceUpdateStatus =
|
|
1117
|
+
(typeof DeviceUpdateStatus)[keyof typeof DeviceUpdateStatus];
|
|
1118
|
+
export declare const InputDeviceActiveInput: {
|
|
1119
|
+
readonly HDMI: "HDMI";
|
|
1120
|
+
readonly SDI: "SDI";
|
|
1121
|
+
};
|
|
1122
|
+
export type InputDeviceActiveInput =
|
|
1123
|
+
(typeof InputDeviceActiveInput)[keyof typeof InputDeviceActiveInput];
|
|
1124
|
+
export declare const InputDeviceConfiguredInput: {
|
|
1125
|
+
readonly AUTO: "AUTO";
|
|
1126
|
+
readonly HDMI: "HDMI";
|
|
1127
|
+
readonly SDI: "SDI";
|
|
1128
|
+
};
|
|
1129
|
+
export type InputDeviceConfiguredInput =
|
|
1130
|
+
(typeof InputDeviceConfiguredInput)[keyof typeof InputDeviceConfiguredInput];
|
|
1131
|
+
export declare const InputDeviceState: {
|
|
1132
|
+
readonly IDLE: "IDLE";
|
|
1133
|
+
readonly STREAMING: "STREAMING";
|
|
1134
|
+
};
|
|
1135
|
+
export type InputDeviceState =
|
|
1136
|
+
(typeof InputDeviceState)[keyof typeof InputDeviceState];
|
|
1137
|
+
export declare const InputDeviceScanType: {
|
|
1138
|
+
readonly INTERLACED: "INTERLACED";
|
|
1139
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
1140
|
+
};
|
|
1141
|
+
export type InputDeviceScanType =
|
|
1142
|
+
(typeof InputDeviceScanType)[keyof typeof InputDeviceScanType];
|
|
982
1143
|
export interface InputDeviceHdSettings {
|
|
983
1144
|
ActiveInput?: InputDeviceActiveInput | string;
|
|
984
1145
|
ConfiguredInput?: InputDeviceConfiguredInput | string;
|
|
@@ -990,10 +1151,12 @@ export interface InputDeviceHdSettings {
|
|
|
990
1151
|
Width?: number;
|
|
991
1152
|
LatencyMs?: number;
|
|
992
1153
|
}
|
|
993
|
-
export declare
|
|
994
|
-
DHCP
|
|
995
|
-
STATIC
|
|
996
|
-
}
|
|
1154
|
+
export declare const InputDeviceIpScheme: {
|
|
1155
|
+
readonly DHCP: "DHCP";
|
|
1156
|
+
readonly STATIC: "STATIC";
|
|
1157
|
+
};
|
|
1158
|
+
export type InputDeviceIpScheme =
|
|
1159
|
+
(typeof InputDeviceIpScheme)[keyof typeof InputDeviceIpScheme];
|
|
997
1160
|
export interface InputDeviceNetworkSettings {
|
|
998
1161
|
DnsAddresses?: string[];
|
|
999
1162
|
Gateway?: string;
|
|
@@ -1001,10 +1164,12 @@ export interface InputDeviceNetworkSettings {
|
|
|
1001
1164
|
IpScheme?: InputDeviceIpScheme | string;
|
|
1002
1165
|
SubnetMask?: string;
|
|
1003
1166
|
}
|
|
1004
|
-
export declare
|
|
1005
|
-
HD
|
|
1006
|
-
UHD
|
|
1007
|
-
}
|
|
1167
|
+
export declare const InputDeviceType: {
|
|
1168
|
+
readonly HD: "HD";
|
|
1169
|
+
readonly UHD: "UHD";
|
|
1170
|
+
};
|
|
1171
|
+
export type InputDeviceType =
|
|
1172
|
+
(typeof InputDeviceType)[keyof typeof InputDeviceType];
|
|
1008
1173
|
export interface InputDeviceUhdSettings {
|
|
1009
1174
|
ActiveInput?: InputDeviceActiveInput | string;
|
|
1010
1175
|
ConfiguredInput?: InputDeviceConfiguredInput | string;
|
|
@@ -1031,12 +1196,14 @@ export interface InputDeviceSummary {
|
|
|
1031
1196
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1032
1197
|
Tags?: Record<string, string>;
|
|
1033
1198
|
}
|
|
1034
|
-
export declare
|
|
1035
|
-
DELETED
|
|
1036
|
-
IDLE
|
|
1037
|
-
IN_USE
|
|
1038
|
-
UPDATING
|
|
1039
|
-
}
|
|
1199
|
+
export declare const InputSecurityGroupState: {
|
|
1200
|
+
readonly DELETED: "DELETED";
|
|
1201
|
+
readonly IDLE: "IDLE";
|
|
1202
|
+
readonly IN_USE: "IN_USE";
|
|
1203
|
+
readonly UPDATING: "UPDATING";
|
|
1204
|
+
};
|
|
1205
|
+
export type InputSecurityGroupState =
|
|
1206
|
+
(typeof InputSecurityGroupState)[keyof typeof InputSecurityGroupState];
|
|
1040
1207
|
export interface InputWhitelistRule {
|
|
1041
1208
|
Cidr?: string;
|
|
1042
1209
|
}
|
|
@@ -1076,17 +1243,19 @@ export interface MultiplexProgramSummary {
|
|
|
1076
1243
|
export interface MultiplexSettingsSummary {
|
|
1077
1244
|
TransportStreamBitrate?: number;
|
|
1078
1245
|
}
|
|
1079
|
-
export declare
|
|
1080
|
-
CREATE_FAILED
|
|
1081
|
-
CREATING
|
|
1082
|
-
DELETED
|
|
1083
|
-
DELETING
|
|
1084
|
-
IDLE
|
|
1085
|
-
RECOVERING
|
|
1086
|
-
RUNNING
|
|
1087
|
-
STARTING
|
|
1088
|
-
STOPPING
|
|
1089
|
-
}
|
|
1246
|
+
export declare const MultiplexState: {
|
|
1247
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
1248
|
+
readonly CREATING: "CREATING";
|
|
1249
|
+
readonly DELETED: "DELETED";
|
|
1250
|
+
readonly DELETING: "DELETING";
|
|
1251
|
+
readonly IDLE: "IDLE";
|
|
1252
|
+
readonly RECOVERING: "RECOVERING";
|
|
1253
|
+
readonly RUNNING: "RUNNING";
|
|
1254
|
+
readonly STARTING: "STARTING";
|
|
1255
|
+
readonly STOPPING: "STOPPING";
|
|
1256
|
+
};
|
|
1257
|
+
export type MultiplexState =
|
|
1258
|
+
(typeof MultiplexState)[keyof typeof MultiplexState];
|
|
1090
1259
|
export interface MultiplexSummary {
|
|
1091
1260
|
Arn?: string;
|
|
1092
1261
|
AvailabilityZones?: string[];
|
|
@@ -1098,51 +1267,68 @@ export interface MultiplexSummary {
|
|
|
1098
1267
|
State?: MultiplexState | string;
|
|
1099
1268
|
Tags?: Record<string, string>;
|
|
1100
1269
|
}
|
|
1101
|
-
export declare
|
|
1102
|
-
MONTHS
|
|
1103
|
-
}
|
|
1104
|
-
export
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
export declare
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
}
|
|
1270
|
+
export declare const OfferingDurationUnits: {
|
|
1271
|
+
readonly MONTHS: "MONTHS";
|
|
1272
|
+
};
|
|
1273
|
+
export type OfferingDurationUnits =
|
|
1274
|
+
(typeof OfferingDurationUnits)[keyof typeof OfferingDurationUnits];
|
|
1275
|
+
export declare const OfferingType: {
|
|
1276
|
+
readonly NO_UPFRONT: "NO_UPFRONT";
|
|
1277
|
+
};
|
|
1278
|
+
export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
|
|
1279
|
+
export declare const ReservationCodec: {
|
|
1280
|
+
readonly AUDIO: "AUDIO";
|
|
1281
|
+
readonly AVC: "AVC";
|
|
1282
|
+
readonly HEVC: "HEVC";
|
|
1283
|
+
readonly LINK: "LINK";
|
|
1284
|
+
readonly MPEG2: "MPEG2";
|
|
1285
|
+
};
|
|
1286
|
+
export type ReservationCodec =
|
|
1287
|
+
(typeof ReservationCodec)[keyof typeof ReservationCodec];
|
|
1288
|
+
export declare const ReservationMaximumBitrate: {
|
|
1289
|
+
readonly MAX_10_MBPS: "MAX_10_MBPS";
|
|
1290
|
+
readonly MAX_20_MBPS: "MAX_20_MBPS";
|
|
1291
|
+
readonly MAX_50_MBPS: "MAX_50_MBPS";
|
|
1292
|
+
};
|
|
1293
|
+
export type ReservationMaximumBitrate =
|
|
1294
|
+
(typeof ReservationMaximumBitrate)[keyof typeof ReservationMaximumBitrate];
|
|
1295
|
+
export declare const ReservationMaximumFramerate: {
|
|
1296
|
+
readonly MAX_30_FPS: "MAX_30_FPS";
|
|
1297
|
+
readonly MAX_60_FPS: "MAX_60_FPS";
|
|
1298
|
+
};
|
|
1299
|
+
export type ReservationMaximumFramerate =
|
|
1300
|
+
(typeof ReservationMaximumFramerate)[keyof typeof ReservationMaximumFramerate];
|
|
1301
|
+
export declare const ReservationResolution: {
|
|
1302
|
+
readonly FHD: "FHD";
|
|
1303
|
+
readonly HD: "HD";
|
|
1304
|
+
readonly SD: "SD";
|
|
1305
|
+
readonly UHD: "UHD";
|
|
1306
|
+
};
|
|
1307
|
+
export type ReservationResolution =
|
|
1308
|
+
(typeof ReservationResolution)[keyof typeof ReservationResolution];
|
|
1309
|
+
export declare const ReservationResourceType: {
|
|
1310
|
+
readonly CHANNEL: "CHANNEL";
|
|
1311
|
+
readonly INPUT: "INPUT";
|
|
1312
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
1313
|
+
readonly OUTPUT: "OUTPUT";
|
|
1314
|
+
};
|
|
1315
|
+
export type ReservationResourceType =
|
|
1316
|
+
(typeof ReservationResourceType)[keyof typeof ReservationResourceType];
|
|
1317
|
+
export declare const ReservationSpecialFeature: {
|
|
1318
|
+
readonly ADVANCED_AUDIO: "ADVANCED_AUDIO";
|
|
1319
|
+
readonly AUDIO_NORMALIZATION: "AUDIO_NORMALIZATION";
|
|
1320
|
+
readonly MGHD: "MGHD";
|
|
1321
|
+
readonly MGUHD: "MGUHD";
|
|
1322
|
+
};
|
|
1323
|
+
export type ReservationSpecialFeature =
|
|
1324
|
+
(typeof ReservationSpecialFeature)[keyof typeof ReservationSpecialFeature];
|
|
1325
|
+
export declare const ReservationVideoQuality: {
|
|
1326
|
+
readonly ENHANCED: "ENHANCED";
|
|
1327
|
+
readonly PREMIUM: "PREMIUM";
|
|
1328
|
+
readonly STANDARD: "STANDARD";
|
|
1329
|
+
};
|
|
1330
|
+
export type ReservationVideoQuality =
|
|
1331
|
+
(typeof ReservationVideoQuality)[keyof typeof ReservationVideoQuality];
|
|
1146
1332
|
export interface ReservationResourceSpecification {
|
|
1147
1333
|
ChannelClass?: ChannelClass | string;
|
|
1148
1334
|
Codec?: ReservationCodec | string;
|
|
@@ -1166,45 +1352,60 @@ export interface Offering {
|
|
|
1166
1352
|
ResourceSpecification?: ReservationResourceSpecification;
|
|
1167
1353
|
UsagePrice?: number;
|
|
1168
1354
|
}
|
|
1169
|
-
export declare
|
|
1170
|
-
DROP
|
|
1171
|
-
ENCODE_SILENCE
|
|
1172
|
-
}
|
|
1173
|
-
export
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1355
|
+
export declare const M2tsAbsentInputAudioBehavior: {
|
|
1356
|
+
readonly DROP: "DROP";
|
|
1357
|
+
readonly ENCODE_SILENCE: "ENCODE_SILENCE";
|
|
1358
|
+
};
|
|
1359
|
+
export type M2tsAbsentInputAudioBehavior =
|
|
1360
|
+
(typeof M2tsAbsentInputAudioBehavior)[keyof typeof M2tsAbsentInputAudioBehavior];
|
|
1361
|
+
export declare const M2tsArib: {
|
|
1362
|
+
readonly DISABLED: "DISABLED";
|
|
1363
|
+
readonly ENABLED: "ENABLED";
|
|
1364
|
+
};
|
|
1365
|
+
export type M2tsArib = (typeof M2tsArib)[keyof typeof M2tsArib];
|
|
1366
|
+
export declare const M2tsAribCaptionsPidControl: {
|
|
1367
|
+
readonly AUTO: "AUTO";
|
|
1368
|
+
readonly USE_CONFIGURED: "USE_CONFIGURED";
|
|
1369
|
+
};
|
|
1370
|
+
export type M2tsAribCaptionsPidControl =
|
|
1371
|
+
(typeof M2tsAribCaptionsPidControl)[keyof typeof M2tsAribCaptionsPidControl];
|
|
1372
|
+
export declare const M2tsAudioBufferModel: {
|
|
1373
|
+
readonly ATSC: "ATSC";
|
|
1374
|
+
readonly DVB: "DVB";
|
|
1375
|
+
};
|
|
1376
|
+
export type M2tsAudioBufferModel =
|
|
1377
|
+
(typeof M2tsAudioBufferModel)[keyof typeof M2tsAudioBufferModel];
|
|
1378
|
+
export declare const M2tsAudioStreamType: {
|
|
1379
|
+
readonly ATSC: "ATSC";
|
|
1380
|
+
readonly DVB: "DVB";
|
|
1381
|
+
};
|
|
1382
|
+
export type M2tsAudioStreamType =
|
|
1383
|
+
(typeof M2tsAudioStreamType)[keyof typeof M2tsAudioStreamType];
|
|
1384
|
+
export declare const M2tsBufferModel: {
|
|
1385
|
+
readonly MULTIPLEX: "MULTIPLEX";
|
|
1386
|
+
readonly NONE: "NONE";
|
|
1387
|
+
};
|
|
1388
|
+
export type M2tsBufferModel =
|
|
1389
|
+
(typeof M2tsBufferModel)[keyof typeof M2tsBufferModel];
|
|
1390
|
+
export declare const M2tsCcDescriptor: {
|
|
1391
|
+
readonly DISABLED: "DISABLED";
|
|
1392
|
+
readonly ENABLED: "ENABLED";
|
|
1393
|
+
};
|
|
1394
|
+
export type M2tsCcDescriptor =
|
|
1395
|
+
(typeof M2tsCcDescriptor)[keyof typeof M2tsCcDescriptor];
|
|
1197
1396
|
export interface DvbNitSettings {
|
|
1198
1397
|
NetworkId: number | undefined;
|
|
1199
1398
|
NetworkName: string | undefined;
|
|
1200
1399
|
RepInterval?: number;
|
|
1201
1400
|
}
|
|
1202
|
-
export declare
|
|
1203
|
-
SDT_FOLLOW
|
|
1204
|
-
SDT_FOLLOW_IF_PRESENT
|
|
1205
|
-
SDT_MANUAL
|
|
1206
|
-
SDT_NONE
|
|
1207
|
-
}
|
|
1401
|
+
export declare const DvbSdtOutputSdt: {
|
|
1402
|
+
readonly SDT_FOLLOW: "SDT_FOLLOW";
|
|
1403
|
+
readonly SDT_FOLLOW_IF_PRESENT: "SDT_FOLLOW_IF_PRESENT";
|
|
1404
|
+
readonly SDT_MANUAL: "SDT_MANUAL";
|
|
1405
|
+
readonly SDT_NONE: "SDT_NONE";
|
|
1406
|
+
};
|
|
1407
|
+
export type DvbSdtOutputSdt =
|
|
1408
|
+
(typeof DvbSdtOutputSdt)[keyof typeof DvbSdtOutputSdt];
|
|
1208
1409
|
export interface DvbSdtSettings {
|
|
1209
1410
|
OutputSdt?: DvbSdtOutputSdt | string;
|
|
1210
1411
|
RepInterval?: number;
|
|
@@ -1214,58 +1415,80 @@ export interface DvbSdtSettings {
|
|
|
1214
1415
|
export interface DvbTdtSettings {
|
|
1215
1416
|
RepInterval?: number;
|
|
1216
1417
|
}
|
|
1217
|
-
export declare
|
|
1218
|
-
NONE
|
|
1219
|
-
PASSTHROUGH
|
|
1220
|
-
}
|
|
1221
|
-
export
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
export declare
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
}
|
|
1233
|
-
export
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
export declare
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
}
|
|
1245
|
-
export
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1418
|
+
export declare const M2tsEbifControl: {
|
|
1419
|
+
readonly NONE: "NONE";
|
|
1420
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1421
|
+
};
|
|
1422
|
+
export type M2tsEbifControl =
|
|
1423
|
+
(typeof M2tsEbifControl)[keyof typeof M2tsEbifControl];
|
|
1424
|
+
export declare const M2tsAudioInterval: {
|
|
1425
|
+
readonly VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS";
|
|
1426
|
+
readonly VIDEO_INTERVAL: "VIDEO_INTERVAL";
|
|
1427
|
+
};
|
|
1428
|
+
export type M2tsAudioInterval =
|
|
1429
|
+
(typeof M2tsAudioInterval)[keyof typeof M2tsAudioInterval];
|
|
1430
|
+
export declare const M2tsEbpPlacement: {
|
|
1431
|
+
readonly VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS";
|
|
1432
|
+
readonly VIDEO_PID: "VIDEO_PID";
|
|
1433
|
+
};
|
|
1434
|
+
export type M2tsEbpPlacement =
|
|
1435
|
+
(typeof M2tsEbpPlacement)[keyof typeof M2tsEbpPlacement];
|
|
1436
|
+
export declare const M2tsEsRateInPes: {
|
|
1437
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1438
|
+
readonly INCLUDE: "INCLUDE";
|
|
1439
|
+
};
|
|
1440
|
+
export type M2tsEsRateInPes =
|
|
1441
|
+
(typeof M2tsEsRateInPes)[keyof typeof M2tsEsRateInPes];
|
|
1442
|
+
export declare const M2tsKlv: {
|
|
1443
|
+
readonly NONE: "NONE";
|
|
1444
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1445
|
+
};
|
|
1446
|
+
export type M2tsKlv = (typeof M2tsKlv)[keyof typeof M2tsKlv];
|
|
1447
|
+
export declare const M2tsNielsenId3Behavior: {
|
|
1448
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
1449
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1450
|
+
};
|
|
1451
|
+
export type M2tsNielsenId3Behavior =
|
|
1452
|
+
(typeof M2tsNielsenId3Behavior)[keyof typeof M2tsNielsenId3Behavior];
|
|
1453
|
+
export declare const M2tsPcrControl: {
|
|
1454
|
+
readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
|
|
1455
|
+
readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
|
|
1456
|
+
};
|
|
1457
|
+
export type M2tsPcrControl =
|
|
1458
|
+
(typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
|
|
1459
|
+
export declare const M2tsRateMode: {
|
|
1460
|
+
readonly CBR: "CBR";
|
|
1461
|
+
readonly VBR: "VBR";
|
|
1462
|
+
};
|
|
1463
|
+
export type M2tsRateMode = (typeof M2tsRateMode)[keyof typeof M2tsRateMode];
|
|
1464
|
+
export declare const M2tsScte35Control: {
|
|
1465
|
+
readonly NONE: "NONE";
|
|
1466
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1467
|
+
};
|
|
1468
|
+
export type M2tsScte35Control =
|
|
1469
|
+
(typeof M2tsScte35Control)[keyof typeof M2tsScte35Control];
|
|
1470
|
+
export declare const M2tsSegmentationMarkers: {
|
|
1471
|
+
readonly EBP: "EBP";
|
|
1472
|
+
readonly EBP_LEGACY: "EBP_LEGACY";
|
|
1473
|
+
readonly NONE: "NONE";
|
|
1474
|
+
readonly PSI_SEGSTART: "PSI_SEGSTART";
|
|
1475
|
+
readonly RAI_ADAPT: "RAI_ADAPT";
|
|
1476
|
+
readonly RAI_SEGSTART: "RAI_SEGSTART";
|
|
1477
|
+
};
|
|
1478
|
+
export type M2tsSegmentationMarkers =
|
|
1479
|
+
(typeof M2tsSegmentationMarkers)[keyof typeof M2tsSegmentationMarkers];
|
|
1480
|
+
export declare const M2tsSegmentationStyle: {
|
|
1481
|
+
readonly MAINTAIN_CADENCE: "MAINTAIN_CADENCE";
|
|
1482
|
+
readonly RESET_CADENCE: "RESET_CADENCE";
|
|
1483
|
+
};
|
|
1484
|
+
export type M2tsSegmentationStyle =
|
|
1485
|
+
(typeof M2tsSegmentationStyle)[keyof typeof M2tsSegmentationStyle];
|
|
1486
|
+
export declare const M2tsTimedMetadataBehavior: {
|
|
1487
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
1488
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1489
|
+
};
|
|
1490
|
+
export type M2tsTimedMetadataBehavior =
|
|
1491
|
+
(typeof M2tsTimedMetadataBehavior)[keyof typeof M2tsTimedMetadataBehavior];
|
|
1269
1492
|
export interface M2tsSettings {
|
|
1270
1493
|
AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior | string;
|
|
1271
1494
|
Arib?: M2tsArib | string;
|
|
@@ -1329,56 +1552,74 @@ export interface ArchiveOutputSettings {
|
|
|
1329
1552
|
export interface FrameCaptureOutputSettings {
|
|
1330
1553
|
NameModifier?: string;
|
|
1331
1554
|
}
|
|
1332
|
-
export declare
|
|
1333
|
-
HEV1
|
|
1334
|
-
HVC1
|
|
1335
|
-
}
|
|
1336
|
-
export
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1555
|
+
export declare const HlsH265PackagingType: {
|
|
1556
|
+
readonly HEV1: "HEV1";
|
|
1557
|
+
readonly HVC1: "HVC1";
|
|
1558
|
+
};
|
|
1559
|
+
export type HlsH265PackagingType =
|
|
1560
|
+
(typeof HlsH265PackagingType)[keyof typeof HlsH265PackagingType];
|
|
1561
|
+
export declare const AudioOnlyHlsTrackType: {
|
|
1562
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT: "ALTERNATE_AUDIO_AUTO_SELECT";
|
|
1563
|
+
readonly ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT";
|
|
1564
|
+
readonly ALTERNATE_AUDIO_NOT_AUTO_SELECT: "ALTERNATE_AUDIO_NOT_AUTO_SELECT";
|
|
1565
|
+
readonly AUDIO_ONLY_VARIANT_STREAM: "AUDIO_ONLY_VARIANT_STREAM";
|
|
1566
|
+
};
|
|
1567
|
+
export type AudioOnlyHlsTrackType =
|
|
1568
|
+
(typeof AudioOnlyHlsTrackType)[keyof typeof AudioOnlyHlsTrackType];
|
|
1569
|
+
export declare const AudioOnlyHlsSegmentType: {
|
|
1570
|
+
readonly AAC: "AAC";
|
|
1571
|
+
readonly FMP4: "FMP4";
|
|
1572
|
+
};
|
|
1573
|
+
export type AudioOnlyHlsSegmentType =
|
|
1574
|
+
(typeof AudioOnlyHlsSegmentType)[keyof typeof AudioOnlyHlsSegmentType];
|
|
1346
1575
|
export interface AudioOnlyHlsSettings {
|
|
1347
1576
|
AudioGroupId?: string;
|
|
1348
1577
|
AudioOnlyImage?: InputLocation;
|
|
1349
1578
|
AudioTrackType?: AudioOnlyHlsTrackType | string;
|
|
1350
1579
|
SegmentType?: AudioOnlyHlsSegmentType | string;
|
|
1351
1580
|
}
|
|
1352
|
-
export declare
|
|
1353
|
-
NO_PASSTHROUGH
|
|
1354
|
-
PASSTHROUGH
|
|
1355
|
-
}
|
|
1356
|
-
export
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1581
|
+
export declare const Fmp4NielsenId3Behavior: {
|
|
1582
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
1583
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1584
|
+
};
|
|
1585
|
+
export type Fmp4NielsenId3Behavior =
|
|
1586
|
+
(typeof Fmp4NielsenId3Behavior)[keyof typeof Fmp4NielsenId3Behavior];
|
|
1587
|
+
export declare const Fmp4TimedMetadataBehavior: {
|
|
1588
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
1589
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1590
|
+
};
|
|
1591
|
+
export type Fmp4TimedMetadataBehavior =
|
|
1592
|
+
(typeof Fmp4TimedMetadataBehavior)[keyof typeof Fmp4TimedMetadataBehavior];
|
|
1360
1593
|
export interface Fmp4HlsSettings {
|
|
1361
1594
|
AudioRenditionSets?: string;
|
|
1362
1595
|
NielsenId3Behavior?: Fmp4NielsenId3Behavior | string;
|
|
1363
1596
|
TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | string;
|
|
1364
1597
|
}
|
|
1365
1598
|
export interface FrameCaptureHlsSettings {}
|
|
1366
|
-
export declare
|
|
1367
|
-
NO_PASSTHROUGH
|
|
1368
|
-
PASSTHROUGH
|
|
1369
|
-
}
|
|
1370
|
-
export
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
export declare
|
|
1379
|
-
NO_PASSTHROUGH
|
|
1380
|
-
PASSTHROUGH
|
|
1381
|
-
}
|
|
1599
|
+
export declare const M3u8NielsenId3Behavior: {
|
|
1600
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
1601
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1602
|
+
};
|
|
1603
|
+
export type M3u8NielsenId3Behavior =
|
|
1604
|
+
(typeof M3u8NielsenId3Behavior)[keyof typeof M3u8NielsenId3Behavior];
|
|
1605
|
+
export declare const M3u8PcrControl: {
|
|
1606
|
+
readonly CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD";
|
|
1607
|
+
readonly PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET";
|
|
1608
|
+
};
|
|
1609
|
+
export type M3u8PcrControl =
|
|
1610
|
+
(typeof M3u8PcrControl)[keyof typeof M3u8PcrControl];
|
|
1611
|
+
export declare const M3u8Scte35Behavior: {
|
|
1612
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
1613
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1614
|
+
};
|
|
1615
|
+
export type M3u8Scte35Behavior =
|
|
1616
|
+
(typeof M3u8Scte35Behavior)[keyof typeof M3u8Scte35Behavior];
|
|
1617
|
+
export declare const M3u8TimedMetadataBehavior: {
|
|
1618
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
1619
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1620
|
+
};
|
|
1621
|
+
export type M3u8TimedMetadataBehavior =
|
|
1622
|
+
(typeof M3u8TimedMetadataBehavior)[keyof typeof M3u8TimedMetadataBehavior];
|
|
1382
1623
|
export interface M3u8Settings {
|
|
1383
1624
|
AudioFramesPerPes?: number;
|
|
1384
1625
|
AudioPids?: string;
|
|
@@ -1415,10 +1656,12 @@ export interface HlsOutputSettings {
|
|
|
1415
1656
|
SegmentModifier?: string;
|
|
1416
1657
|
}
|
|
1417
1658
|
export interface MediaPackageOutputSettings {}
|
|
1418
|
-
export declare
|
|
1419
|
-
HEV1
|
|
1420
|
-
HVC1
|
|
1421
|
-
}
|
|
1659
|
+
export declare const MsSmoothH265PackagingType: {
|
|
1660
|
+
readonly HEV1: "HEV1";
|
|
1661
|
+
readonly HVC1: "HVC1";
|
|
1662
|
+
};
|
|
1663
|
+
export type MsSmoothH265PackagingType =
|
|
1664
|
+
(typeof MsSmoothH265PackagingType)[keyof typeof MsSmoothH265PackagingType];
|
|
1422
1665
|
export interface MsSmoothOutputSettings {
|
|
1423
1666
|
H265PackagingType?: MsSmoothH265PackagingType | string;
|
|
1424
1667
|
NameModifier?: string;
|
|
@@ -1429,10 +1672,12 @@ export interface OutputLocationRef {
|
|
|
1429
1672
|
export interface MultiplexOutputSettings {
|
|
1430
1673
|
Destination: OutputLocationRef | undefined;
|
|
1431
1674
|
}
|
|
1432
|
-
export declare
|
|
1433
|
-
SELF_SIGNED
|
|
1434
|
-
VERIFY_AUTHENTICITY
|
|
1435
|
-
}
|
|
1675
|
+
export declare const RtmpOutputCertificateMode: {
|
|
1676
|
+
readonly SELF_SIGNED: "SELF_SIGNED";
|
|
1677
|
+
readonly VERIFY_AUTHENTICITY: "VERIFY_AUTHENTICITY";
|
|
1678
|
+
};
|
|
1679
|
+
export type RtmpOutputCertificateMode =
|
|
1680
|
+
(typeof RtmpOutputCertificateMode)[keyof typeof RtmpOutputCertificateMode];
|
|
1436
1681
|
export interface RtmpOutputSettings {
|
|
1437
1682
|
CertificateMode?: RtmpOutputCertificateMode | string;
|
|
1438
1683
|
ConnectionRetryInterval?: number;
|
|
@@ -1442,10 +1687,12 @@ export interface RtmpOutputSettings {
|
|
|
1442
1687
|
export interface UdpContainerSettings {
|
|
1443
1688
|
M2tsSettings?: M2tsSettings;
|
|
1444
1689
|
}
|
|
1445
|
-
export declare
|
|
1446
|
-
COLUMN
|
|
1447
|
-
COLUMN_AND_ROW
|
|
1448
|
-
}
|
|
1690
|
+
export declare const FecOutputIncludeFec: {
|
|
1691
|
+
readonly COLUMN: "COLUMN";
|
|
1692
|
+
readonly COLUMN_AND_ROW: "COLUMN_AND_ROW";
|
|
1693
|
+
};
|
|
1694
|
+
export type FecOutputIncludeFec =
|
|
1695
|
+
(typeof FecOutputIncludeFec)[keyof typeof FecOutputIncludeFec];
|
|
1449
1696
|
export interface FecOutputSettings {
|
|
1450
1697
|
ColumnDepth?: number;
|
|
1451
1698
|
IncludeFec?: FecOutputIncludeFec | string;
|
|
@@ -1474,12 +1721,13 @@ export interface Output {
|
|
|
1474
1721
|
OutputSettings: OutputSettings | undefined;
|
|
1475
1722
|
VideoDescriptionName?: string;
|
|
1476
1723
|
}
|
|
1477
|
-
export declare
|
|
1478
|
-
AUTHENTICATED_READ
|
|
1479
|
-
BUCKET_OWNER_FULL_CONTROL
|
|
1480
|
-
BUCKET_OWNER_READ
|
|
1481
|
-
PUBLIC_READ
|
|
1482
|
-
}
|
|
1724
|
+
export declare const S3CannedAcl: {
|
|
1725
|
+
readonly AUTHENTICATED_READ: "AUTHENTICATED_READ";
|
|
1726
|
+
readonly BUCKET_OWNER_FULL_CONTROL: "BUCKET_OWNER_FULL_CONTROL";
|
|
1727
|
+
readonly BUCKET_OWNER_READ: "BUCKET_OWNER_READ";
|
|
1728
|
+
readonly PUBLIC_READ: "PUBLIC_READ";
|
|
1729
|
+
};
|
|
1730
|
+
export type S3CannedAcl = (typeof S3CannedAcl)[keyof typeof S3CannedAcl];
|
|
1483
1731
|
export interface ArchiveS3Settings {
|
|
1484
1732
|
CannedAcl?: S3CannedAcl | string;
|
|
1485
1733
|
}
|
|
@@ -1501,35 +1749,49 @@ export interface FrameCaptureGroupSettings {
|
|
|
1501
1749
|
Destination: OutputLocationRef | undefined;
|
|
1502
1750
|
FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
|
|
1503
1751
|
}
|
|
1504
|
-
export declare
|
|
1505
|
-
INSERT
|
|
1506
|
-
NONE
|
|
1507
|
-
OMIT
|
|
1508
|
-
}
|
|
1509
|
-
export
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
export declare
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
}
|
|
1521
|
-
export
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
export declare
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
}
|
|
1752
|
+
export declare const HlsCaptionLanguageSetting: {
|
|
1753
|
+
readonly INSERT: "INSERT";
|
|
1754
|
+
readonly NONE: "NONE";
|
|
1755
|
+
readonly OMIT: "OMIT";
|
|
1756
|
+
};
|
|
1757
|
+
export type HlsCaptionLanguageSetting =
|
|
1758
|
+
(typeof HlsCaptionLanguageSetting)[keyof typeof HlsCaptionLanguageSetting];
|
|
1759
|
+
export declare const HlsClientCache: {
|
|
1760
|
+
readonly DISABLED: "DISABLED";
|
|
1761
|
+
readonly ENABLED: "ENABLED";
|
|
1762
|
+
};
|
|
1763
|
+
export type HlsClientCache =
|
|
1764
|
+
(typeof HlsClientCache)[keyof typeof HlsClientCache];
|
|
1765
|
+
export declare const HlsCodecSpecification: {
|
|
1766
|
+
readonly RFC_4281: "RFC_4281";
|
|
1767
|
+
readonly RFC_6381: "RFC_6381";
|
|
1768
|
+
};
|
|
1769
|
+
export type HlsCodecSpecification =
|
|
1770
|
+
(typeof HlsCodecSpecification)[keyof typeof HlsCodecSpecification];
|
|
1771
|
+
export declare const HlsDirectoryStructure: {
|
|
1772
|
+
readonly SINGLE_DIRECTORY: "SINGLE_DIRECTORY";
|
|
1773
|
+
readonly SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM";
|
|
1774
|
+
};
|
|
1775
|
+
export type HlsDirectoryStructure =
|
|
1776
|
+
(typeof HlsDirectoryStructure)[keyof typeof HlsDirectoryStructure];
|
|
1777
|
+
export declare const HlsDiscontinuityTags: {
|
|
1778
|
+
readonly INSERT: "INSERT";
|
|
1779
|
+
readonly NEVER_INSERT: "NEVER_INSERT";
|
|
1780
|
+
};
|
|
1781
|
+
export type HlsDiscontinuityTags =
|
|
1782
|
+
(typeof HlsDiscontinuityTags)[keyof typeof HlsDiscontinuityTags];
|
|
1783
|
+
export declare const HlsEncryptionType: {
|
|
1784
|
+
readonly AES128: "AES128";
|
|
1785
|
+
readonly SAMPLE_AES: "SAMPLE_AES";
|
|
1786
|
+
};
|
|
1787
|
+
export type HlsEncryptionType =
|
|
1788
|
+
(typeof HlsEncryptionType)[keyof typeof HlsEncryptionType];
|
|
1789
|
+
export declare const HlsAkamaiHttpTransferMode: {
|
|
1790
|
+
readonly CHUNKED: "CHUNKED";
|
|
1791
|
+
readonly NON_CHUNKED: "NON_CHUNKED";
|
|
1792
|
+
};
|
|
1793
|
+
export type HlsAkamaiHttpTransferMode =
|
|
1794
|
+
(typeof HlsAkamaiHttpTransferMode)[keyof typeof HlsAkamaiHttpTransferMode];
|
|
1533
1795
|
export interface HlsAkamaiSettings {
|
|
1534
1796
|
ConnectionRetryInterval?: number;
|
|
1535
1797
|
FilecacheDuration?: number;
|
|
@@ -1545,9 +1807,11 @@ export interface HlsBasicPutSettings {
|
|
|
1545
1807
|
NumRetries?: number;
|
|
1546
1808
|
RestartDelay?: number;
|
|
1547
1809
|
}
|
|
1548
|
-
export declare
|
|
1549
|
-
TEMPORAL
|
|
1550
|
-
}
|
|
1810
|
+
export declare const HlsMediaStoreStorageClass: {
|
|
1811
|
+
readonly TEMPORAL: "TEMPORAL";
|
|
1812
|
+
};
|
|
1813
|
+
export type HlsMediaStoreStorageClass =
|
|
1814
|
+
(typeof HlsMediaStoreStorageClass)[keyof typeof HlsMediaStoreStorageClass];
|
|
1551
1815
|
export interface HlsMediaStoreSettings {
|
|
1552
1816
|
ConnectionRetryInterval?: number;
|
|
1553
1817
|
FilecacheDuration?: number;
|
|
@@ -1558,10 +1822,12 @@ export interface HlsMediaStoreSettings {
|
|
|
1558
1822
|
export interface HlsS3Settings {
|
|
1559
1823
|
CannedAcl?: S3CannedAcl | string;
|
|
1560
1824
|
}
|
|
1561
|
-
export declare
|
|
1562
|
-
CHUNKED
|
|
1563
|
-
NON_CHUNKED
|
|
1564
|
-
}
|
|
1825
|
+
export declare const HlsWebdavHttpTransferMode: {
|
|
1826
|
+
readonly CHUNKED: "CHUNKED";
|
|
1827
|
+
readonly NON_CHUNKED: "NON_CHUNKED";
|
|
1828
|
+
};
|
|
1829
|
+
export type HlsWebdavHttpTransferMode =
|
|
1830
|
+
(typeof HlsWebdavHttpTransferMode)[keyof typeof HlsWebdavHttpTransferMode];
|
|
1565
1831
|
export interface HlsWebdavSettings {
|
|
1566
1832
|
ConnectionRetryInterval?: number;
|
|
1567
1833
|
FilecacheDuration?: number;
|
|
@@ -1576,30 +1842,41 @@ export interface HlsCdnSettings {
|
|
|
1576
1842
|
HlsS3Settings?: HlsS3Settings;
|
|
1577
1843
|
HlsWebdavSettings?: HlsWebdavSettings;
|
|
1578
1844
|
}
|
|
1579
|
-
export declare
|
|
1580
|
-
DISABLED
|
|
1581
|
-
ENABLED
|
|
1582
|
-
}
|
|
1583
|
-
export
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
export declare
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
}
|
|
1595
|
-
export
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1845
|
+
export declare const HlsId3SegmentTaggingState: {
|
|
1846
|
+
readonly DISABLED: "DISABLED";
|
|
1847
|
+
readonly ENABLED: "ENABLED";
|
|
1848
|
+
};
|
|
1849
|
+
export type HlsId3SegmentTaggingState =
|
|
1850
|
+
(typeof HlsId3SegmentTaggingState)[keyof typeof HlsId3SegmentTaggingState];
|
|
1851
|
+
export declare const IFrameOnlyPlaylistType: {
|
|
1852
|
+
readonly DISABLED: "DISABLED";
|
|
1853
|
+
readonly STANDARD: "STANDARD";
|
|
1854
|
+
};
|
|
1855
|
+
export type IFrameOnlyPlaylistType =
|
|
1856
|
+
(typeof IFrameOnlyPlaylistType)[keyof typeof IFrameOnlyPlaylistType];
|
|
1857
|
+
export declare const HlsIncompleteSegmentBehavior: {
|
|
1858
|
+
readonly AUTO: "AUTO";
|
|
1859
|
+
readonly SUPPRESS: "SUPPRESS";
|
|
1860
|
+
};
|
|
1861
|
+
export type HlsIncompleteSegmentBehavior =
|
|
1862
|
+
(typeof HlsIncompleteSegmentBehavior)[keyof typeof HlsIncompleteSegmentBehavior];
|
|
1863
|
+
export declare const InputLossActionForHlsOut: {
|
|
1864
|
+
readonly EMIT_OUTPUT: "EMIT_OUTPUT";
|
|
1865
|
+
readonly PAUSE_OUTPUT: "PAUSE_OUTPUT";
|
|
1866
|
+
};
|
|
1867
|
+
export type InputLossActionForHlsOut =
|
|
1868
|
+
(typeof InputLossActionForHlsOut)[keyof typeof InputLossActionForHlsOut];
|
|
1869
|
+
export declare const HlsIvInManifest: {
|
|
1870
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
1871
|
+
readonly INCLUDE: "INCLUDE";
|
|
1872
|
+
};
|
|
1873
|
+
export type HlsIvInManifest =
|
|
1874
|
+
(typeof HlsIvInManifest)[keyof typeof HlsIvInManifest];
|
|
1875
|
+
export declare const HlsIvSource: {
|
|
1876
|
+
readonly EXPLICIT: "EXPLICIT";
|
|
1877
|
+
readonly FOLLOWS_SEGMENT_NUMBER: "FOLLOWS_SEGMENT_NUMBER";
|
|
1878
|
+
};
|
|
1879
|
+
export type HlsIvSource = (typeof HlsIvSource)[keyof typeof HlsIvSource];
|
|
1603
1880
|
export interface StaticKeySettings {
|
|
1604
1881
|
KeyProviderServer?: InputLocation;
|
|
1605
1882
|
StaticKeyValue: string | undefined;
|
|
@@ -1607,11 +1884,15 @@ export interface StaticKeySettings {
|
|
|
1607
1884
|
export interface KeyProviderSettings {
|
|
1608
1885
|
StaticKeySettings?: StaticKeySettings;
|
|
1609
1886
|
}
|
|
1610
|
-
export declare
|
|
1611
|
-
GZIP
|
|
1612
|
-
NONE
|
|
1613
|
-
}
|
|
1614
|
-
export
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1887
|
+
export declare const HlsManifestCompression: {
|
|
1888
|
+
readonly GZIP: "GZIP";
|
|
1889
|
+
readonly NONE: "NONE";
|
|
1890
|
+
};
|
|
1891
|
+
export type HlsManifestCompression =
|
|
1892
|
+
(typeof HlsManifestCompression)[keyof typeof HlsManifestCompression];
|
|
1893
|
+
export declare const HlsManifestDurationFormat: {
|
|
1894
|
+
readonly FLOATING_POINT: "FLOATING_POINT";
|
|
1895
|
+
readonly INTEGER: "INTEGER";
|
|
1896
|
+
};
|
|
1897
|
+
export type HlsManifestDurationFormat =
|
|
1898
|
+
(typeof HlsManifestDurationFormat)[keyof typeof HlsManifestDurationFormat];
|