@aws-sdk/client-medialive 3.299.0 → 3.300.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/protocols/Aws_restJson1.js +9 -0
- package/dist-es/protocols/Aws_restJson1.js +9 -0
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +3 -0
- package/dist-types/commands/BatchDeleteCommand.d.ts +14 -0
- package/dist-types/commands/BatchStartCommand.d.ts +8 -0
- package/dist-types/commands/BatchStopCommand.d.ts +8 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +137 -0
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +3 -0
- package/dist-types/commands/ClaimDeviceCommand.d.ts +3 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +1005 -0
- package/dist-types/commands/CreateInputCommand.d.ts +42 -0
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +10 -0
- package/dist-types/commands/CreateMultiplexCommand.d.ts +16 -0
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +21 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +7 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +3 -0
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +3 -0
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +4 -0
- package/dist-types/commands/DeleteReservationCommand.d.ts +3 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +3 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +3 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +3 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +5 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +4 -0
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +5 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +4 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListInputsCommand.d.ts +4 -0
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +5 -0
- package/dist-types/commands/ListMultiplexesCommand.d.ts +4 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +14 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +12 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +14 -0
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +4 -0
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +3 -0
- package/dist-types/commands/StartChannelCommand.d.ts +3 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +3 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +3 -0
- package/dist-types/commands/StopChannelCommand.d.ts +3 -0
- package/dist-types/commands/StopMultiplexCommand.d.ts +3 -0
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +26 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +990 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +30 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +14 -0
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +10 -0
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +20 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/models/models_1.d.ts +9 -1
- package/dist-types/models/models_2.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3 -1
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/package.json +8 -8
|
@@ -26,6 +26,996 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
26
26
|
* import { MediaLiveClient, UpdateChannelCommand } from "@aws-sdk/client-medialive"; // ES Modules import
|
|
27
27
|
* // const { MediaLiveClient, UpdateChannelCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
|
|
28
28
|
* const client = new MediaLiveClient(config);
|
|
29
|
+
* const input = {
|
|
30
|
+
* CdiInputSpecification: {
|
|
31
|
+
* Resolution: "SD" || "HD" || "FHD" || "UHD",
|
|
32
|
+
* },
|
|
33
|
+
* ChannelId: "STRING_VALUE", // required
|
|
34
|
+
* Destinations: [
|
|
35
|
+
* {
|
|
36
|
+
* Id: "STRING_VALUE",
|
|
37
|
+
* MediaPackageSettings: [
|
|
38
|
+
* {
|
|
39
|
+
* ChannelId: "STRING_VALUE",
|
|
40
|
+
* },
|
|
41
|
+
* ],
|
|
42
|
+
* MultiplexSettings: {
|
|
43
|
+
* MultiplexId: "STRING_VALUE",
|
|
44
|
+
* ProgramName: "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* Settings: [
|
|
47
|
+
* {
|
|
48
|
+
* PasswordParam: "STRING_VALUE",
|
|
49
|
+
* StreamName: "STRING_VALUE",
|
|
50
|
+
* Url: "STRING_VALUE",
|
|
51
|
+
* Username: "STRING_VALUE",
|
|
52
|
+
* },
|
|
53
|
+
* ],
|
|
54
|
+
* },
|
|
55
|
+
* ],
|
|
56
|
+
* EncoderSettings: {
|
|
57
|
+
* AudioDescriptions: [ // required
|
|
58
|
+
* {
|
|
59
|
+
* AudioNormalizationSettings: {
|
|
60
|
+
* Algorithm: "ITU_1770_1" || "ITU_1770_2",
|
|
61
|
+
* AlgorithmControl: "CORRECT_AUDIO",
|
|
62
|
+
* TargetLkfs: Number("double"),
|
|
63
|
+
* },
|
|
64
|
+
* AudioSelectorName: "STRING_VALUE", // required
|
|
65
|
+
* AudioType: "CLEAN_EFFECTS" || "HEARING_IMPAIRED" || "UNDEFINED" || "VISUAL_IMPAIRED_COMMENTARY",
|
|
66
|
+
* AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
67
|
+
* AudioWatermarkingSettings: {
|
|
68
|
+
* NielsenWatermarksSettings: {
|
|
69
|
+
* NielsenCbetSettings: {
|
|
70
|
+
* CbetCheckDigitString: "STRING_VALUE", // required
|
|
71
|
+
* CbetStepaside: "DISABLED" || "ENABLED", // required
|
|
72
|
+
* Csid: "STRING_VALUE", // required
|
|
73
|
+
* },
|
|
74
|
+
* NielsenDistributionType: "FINAL_DISTRIBUTOR" || "PROGRAM_CONTENT",
|
|
75
|
+
* NielsenNaesIiNwSettings: {
|
|
76
|
+
* CheckDigitString: "STRING_VALUE", // required
|
|
77
|
+
* Sid: Number("double"), // required
|
|
78
|
+
* Timezone: "AMERICA_PUERTO_RICO" || "US_ALASKA" || "US_ARIZONA" || "US_CENTRAL" || "US_EASTERN" || "US_HAWAII" || "US_MOUNTAIN" || "US_PACIFIC" || "US_SAMOA" || "UTC",
|
|
79
|
+
* },
|
|
80
|
+
* },
|
|
81
|
+
* },
|
|
82
|
+
* CodecSettings: {
|
|
83
|
+
* AacSettings: {
|
|
84
|
+
* Bitrate: Number("double"),
|
|
85
|
+
* CodingMode: "AD_RECEIVER_MIX" || "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_5_1",
|
|
86
|
+
* InputType: "BROADCASTER_MIXED_AD" || "NORMAL",
|
|
87
|
+
* Profile: "HEV1" || "HEV2" || "LC",
|
|
88
|
+
* RateControlMode: "CBR" || "VBR",
|
|
89
|
+
* RawFormat: "LATM_LOAS" || "NONE",
|
|
90
|
+
* SampleRate: Number("double"),
|
|
91
|
+
* Spec: "MPEG2" || "MPEG4",
|
|
92
|
+
* VbrQuality: "HIGH" || "LOW" || "MEDIUM_HIGH" || "MEDIUM_LOW",
|
|
93
|
+
* },
|
|
94
|
+
* Ac3Settings: {
|
|
95
|
+
* Bitrate: Number("double"),
|
|
96
|
+
* BitstreamMode: "COMMENTARY" || "COMPLETE_MAIN" || "DIALOGUE" || "EMERGENCY" || "HEARING_IMPAIRED" || "MUSIC_AND_EFFECTS" || "VISUALLY_IMPAIRED" || "VOICE_OVER",
|
|
97
|
+
* CodingMode: "CODING_MODE_1_0" || "CODING_MODE_1_1" || "CODING_MODE_2_0" || "CODING_MODE_3_2_LFE",
|
|
98
|
+
* Dialnorm: Number("int"),
|
|
99
|
+
* DrcProfile: "FILM_STANDARD" || "NONE",
|
|
100
|
+
* LfeFilter: "DISABLED" || "ENABLED",
|
|
101
|
+
* MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
102
|
+
* },
|
|
103
|
+
* Eac3AtmosSettings: {
|
|
104
|
+
* Bitrate: Number("double"),
|
|
105
|
+
* CodingMode: "CODING_MODE_5_1_4" || "CODING_MODE_7_1_4" || "CODING_MODE_9_1_6",
|
|
106
|
+
* Dialnorm: Number("int"),
|
|
107
|
+
* DrcLine: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
|
|
108
|
+
* DrcRf: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
|
|
109
|
+
* HeightTrim: Number("double"),
|
|
110
|
+
* SurroundTrim: Number("double"),
|
|
111
|
+
* },
|
|
112
|
+
* Eac3Settings: {
|
|
113
|
+
* AttenuationControl: "ATTENUATE_3_DB" || "NONE",
|
|
114
|
+
* Bitrate: Number("double"),
|
|
115
|
+
* BitstreamMode: "COMMENTARY" || "COMPLETE_MAIN" || "EMERGENCY" || "HEARING_IMPAIRED" || "VISUALLY_IMPAIRED",
|
|
116
|
+
* CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_3_2",
|
|
117
|
+
* DcFilter: "DISABLED" || "ENABLED",
|
|
118
|
+
* Dialnorm: Number("int"),
|
|
119
|
+
* DrcLine: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
|
|
120
|
+
* DrcRf: "FILM_LIGHT" || "FILM_STANDARD" || "MUSIC_LIGHT" || "MUSIC_STANDARD" || "NONE" || "SPEECH",
|
|
121
|
+
* LfeControl: "LFE" || "NO_LFE",
|
|
122
|
+
* LfeFilter: "DISABLED" || "ENABLED",
|
|
123
|
+
* LoRoCenterMixLevel: Number("double"),
|
|
124
|
+
* LoRoSurroundMixLevel: Number("double"),
|
|
125
|
+
* LtRtCenterMixLevel: Number("double"),
|
|
126
|
+
* LtRtSurroundMixLevel: Number("double"),
|
|
127
|
+
* MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
128
|
+
* PassthroughControl: "NO_PASSTHROUGH" || "WHEN_POSSIBLE",
|
|
129
|
+
* PhaseControl: "NO_SHIFT" || "SHIFT_90_DEGREES",
|
|
130
|
+
* StereoDownmix: "DPL2" || "LO_RO" || "LT_RT" || "NOT_INDICATED",
|
|
131
|
+
* SurroundExMode: "DISABLED" || "ENABLED" || "NOT_INDICATED",
|
|
132
|
+
* SurroundMode: "DISABLED" || "ENABLED" || "NOT_INDICATED",
|
|
133
|
+
* },
|
|
134
|
+
* Mp2Settings: {
|
|
135
|
+
* Bitrate: Number("double"),
|
|
136
|
+
* CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0",
|
|
137
|
+
* SampleRate: Number("double"),
|
|
138
|
+
* },
|
|
139
|
+
* PassThroughSettings: {},
|
|
140
|
+
* WavSettings: {
|
|
141
|
+
* BitDepth: Number("double"),
|
|
142
|
+
* CodingMode: "CODING_MODE_1_0" || "CODING_MODE_2_0" || "CODING_MODE_4_0" || "CODING_MODE_8_0",
|
|
143
|
+
* SampleRate: Number("double"),
|
|
144
|
+
* },
|
|
145
|
+
* },
|
|
146
|
+
* LanguageCode: "STRING_VALUE",
|
|
147
|
+
* LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
148
|
+
* Name: "STRING_VALUE", // required
|
|
149
|
+
* RemixSettings: {
|
|
150
|
+
* ChannelMappings: [ // required
|
|
151
|
+
* {
|
|
152
|
+
* InputChannelLevels: [ // required
|
|
153
|
+
* {
|
|
154
|
+
* Gain: Number("int"), // required
|
|
155
|
+
* InputChannel: Number("int"), // required
|
|
156
|
+
* },
|
|
157
|
+
* ],
|
|
158
|
+
* OutputChannel: Number("int"), // required
|
|
159
|
+
* },
|
|
160
|
+
* ],
|
|
161
|
+
* ChannelsIn: Number("int"),
|
|
162
|
+
* ChannelsOut: Number("int"),
|
|
163
|
+
* },
|
|
164
|
+
* StreamName: "STRING_VALUE",
|
|
165
|
+
* },
|
|
166
|
+
* ],
|
|
167
|
+
* AvailBlanking: {
|
|
168
|
+
* AvailBlankingImage: {
|
|
169
|
+
* PasswordParam: "STRING_VALUE",
|
|
170
|
+
* Uri: "STRING_VALUE", // required
|
|
171
|
+
* Username: "STRING_VALUE",
|
|
172
|
+
* },
|
|
173
|
+
* State: "DISABLED" || "ENABLED",
|
|
174
|
+
* },
|
|
175
|
+
* AvailConfiguration: {
|
|
176
|
+
* AvailSettings: {
|
|
177
|
+
* Esam: {
|
|
178
|
+
* AcquisitionPointId: "STRING_VALUE", // required
|
|
179
|
+
* AdAvailOffset: Number("int"),
|
|
180
|
+
* PasswordParam: "STRING_VALUE",
|
|
181
|
+
* PoisEndpoint: "STRING_VALUE", // required
|
|
182
|
+
* Username: "STRING_VALUE",
|
|
183
|
+
* ZoneIdentity: "STRING_VALUE",
|
|
184
|
+
* },
|
|
185
|
+
* Scte35SpliceInsert: {
|
|
186
|
+
* AdAvailOffset: Number("int"),
|
|
187
|
+
* NoRegionalBlackoutFlag: "FOLLOW" || "IGNORE",
|
|
188
|
+
* WebDeliveryAllowedFlag: "FOLLOW" || "IGNORE",
|
|
189
|
+
* },
|
|
190
|
+
* Scte35TimeSignalApos: {
|
|
191
|
+
* AdAvailOffset: Number("int"),
|
|
192
|
+
* NoRegionalBlackoutFlag: "FOLLOW" || "IGNORE",
|
|
193
|
+
* WebDeliveryAllowedFlag: "FOLLOW" || "IGNORE",
|
|
194
|
+
* },
|
|
195
|
+
* },
|
|
196
|
+
* },
|
|
197
|
+
* BlackoutSlate: {
|
|
198
|
+
* BlackoutSlateImage: {
|
|
199
|
+
* PasswordParam: "STRING_VALUE",
|
|
200
|
+
* Uri: "STRING_VALUE", // required
|
|
201
|
+
* Username: "STRING_VALUE",
|
|
202
|
+
* },
|
|
203
|
+
* NetworkEndBlackout: "DISABLED" || "ENABLED",
|
|
204
|
+
* NetworkEndBlackoutImage: {
|
|
205
|
+
* PasswordParam: "STRING_VALUE",
|
|
206
|
+
* Uri: "STRING_VALUE", // required
|
|
207
|
+
* Username: "STRING_VALUE",
|
|
208
|
+
* },
|
|
209
|
+
* NetworkId: "STRING_VALUE",
|
|
210
|
+
* State: "DISABLED" || "ENABLED",
|
|
211
|
+
* },
|
|
212
|
+
* CaptionDescriptions: [
|
|
213
|
+
* {
|
|
214
|
+
* Accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES" || "IMPLEMENTS_ACCESSIBILITY_FEATURES",
|
|
215
|
+
* CaptionSelectorName: "STRING_VALUE", // required
|
|
216
|
+
* DestinationSettings: {
|
|
217
|
+
* AribDestinationSettings: {},
|
|
218
|
+
* BurnInDestinationSettings: {
|
|
219
|
+
* Alignment: "CENTERED" || "LEFT" || "SMART",
|
|
220
|
+
* BackgroundColor: "BLACK" || "NONE" || "WHITE",
|
|
221
|
+
* BackgroundOpacity: Number("int"),
|
|
222
|
+
* Font: {
|
|
223
|
+
* PasswordParam: "STRING_VALUE",
|
|
224
|
+
* Uri: "STRING_VALUE", // required
|
|
225
|
+
* Username: "STRING_VALUE",
|
|
226
|
+
* },
|
|
227
|
+
* FontColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
|
|
228
|
+
* FontOpacity: Number("int"),
|
|
229
|
+
* FontResolution: Number("int"),
|
|
230
|
+
* FontSize: "STRING_VALUE",
|
|
231
|
+
* OutlineColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
|
|
232
|
+
* OutlineSize: Number("int"),
|
|
233
|
+
* ShadowColor: "BLACK" || "NONE" || "WHITE",
|
|
234
|
+
* ShadowOpacity: Number("int"),
|
|
235
|
+
* ShadowXOffset: Number("int"),
|
|
236
|
+
* ShadowYOffset: Number("int"),
|
|
237
|
+
* TeletextGridControl: "FIXED" || "SCALED",
|
|
238
|
+
* XPosition: Number("int"),
|
|
239
|
+
* YPosition: Number("int"),
|
|
240
|
+
* },
|
|
241
|
+
* DvbSubDestinationSettings: {
|
|
242
|
+
* Alignment: "CENTERED" || "LEFT" || "SMART",
|
|
243
|
+
* BackgroundColor: "BLACK" || "NONE" || "WHITE",
|
|
244
|
+
* BackgroundOpacity: Number("int"),
|
|
245
|
+
* Font: {
|
|
246
|
+
* PasswordParam: "STRING_VALUE",
|
|
247
|
+
* Uri: "STRING_VALUE", // required
|
|
248
|
+
* Username: "STRING_VALUE",
|
|
249
|
+
* },
|
|
250
|
+
* FontColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
|
|
251
|
+
* FontOpacity: Number("int"),
|
|
252
|
+
* FontResolution: Number("int"),
|
|
253
|
+
* FontSize: "STRING_VALUE",
|
|
254
|
+
* OutlineColor: "BLACK" || "BLUE" || "GREEN" || "RED" || "WHITE" || "YELLOW",
|
|
255
|
+
* OutlineSize: Number("int"),
|
|
256
|
+
* ShadowColor: "BLACK" || "NONE" || "WHITE",
|
|
257
|
+
* ShadowOpacity: Number("int"),
|
|
258
|
+
* ShadowXOffset: Number("int"),
|
|
259
|
+
* ShadowYOffset: Number("int"),
|
|
260
|
+
* TeletextGridControl: "FIXED" || "SCALED",
|
|
261
|
+
* XPosition: Number("int"),
|
|
262
|
+
* YPosition: Number("int"),
|
|
263
|
+
* },
|
|
264
|
+
* EbuTtDDestinationSettings: {
|
|
265
|
+
* CopyrightHolder: "STRING_VALUE",
|
|
266
|
+
* FillLineGap: "DISABLED" || "ENABLED",
|
|
267
|
+
* FontFamily: "STRING_VALUE",
|
|
268
|
+
* StyleControl: "EXCLUDE" || "INCLUDE",
|
|
269
|
+
* },
|
|
270
|
+
* EmbeddedDestinationSettings: {},
|
|
271
|
+
* EmbeddedPlusScte20DestinationSettings: {},
|
|
272
|
+
* RtmpCaptionInfoDestinationSettings: {},
|
|
273
|
+
* Scte20PlusEmbeddedDestinationSettings: {},
|
|
274
|
+
* Scte27DestinationSettings: {},
|
|
275
|
+
* SmpteTtDestinationSettings: {},
|
|
276
|
+
* TeletextDestinationSettings: {},
|
|
277
|
+
* TtmlDestinationSettings: {
|
|
278
|
+
* StyleControl: "PASSTHROUGH" || "USE_CONFIGURED",
|
|
279
|
+
* },
|
|
280
|
+
* WebvttDestinationSettings: {
|
|
281
|
+
* StyleControl: "NO_STYLE_DATA" || "PASSTHROUGH",
|
|
282
|
+
* },
|
|
283
|
+
* },
|
|
284
|
+
* LanguageCode: "STRING_VALUE",
|
|
285
|
+
* LanguageDescription: "STRING_VALUE",
|
|
286
|
+
* Name: "STRING_VALUE", // required
|
|
287
|
+
* },
|
|
288
|
+
* ],
|
|
289
|
+
* FeatureActivations: {
|
|
290
|
+
* InputPrepareScheduleActions: "DISABLED" || "ENABLED",
|
|
291
|
+
* },
|
|
292
|
+
* GlobalConfiguration: {
|
|
293
|
+
* InitialAudioGain: Number("int"),
|
|
294
|
+
* InputEndAction: "NONE" || "SWITCH_AND_LOOP_INPUTS",
|
|
295
|
+
* InputLossBehavior: {
|
|
296
|
+
* BlackFrameMsec: Number("int"),
|
|
297
|
+
* InputLossImageColor: "STRING_VALUE",
|
|
298
|
+
* InputLossImageSlate: {
|
|
299
|
+
* PasswordParam: "<InputLocation>",
|
|
300
|
+
* Uri: "<InputLocation>",
|
|
301
|
+
* Username: "<InputLocation>",
|
|
302
|
+
* },
|
|
303
|
+
* InputLossImageType: "COLOR" || "SLATE",
|
|
304
|
+
* RepeatFrameMsec: Number("int"),
|
|
305
|
+
* },
|
|
306
|
+
* OutputLockingMode: "EPOCH_LOCKING" || "PIPELINE_LOCKING",
|
|
307
|
+
* OutputTimingSource: "INPUT_CLOCK" || "SYSTEM_CLOCK",
|
|
308
|
+
* SupportLowFramerateInputs: "DISABLED" || "ENABLED",
|
|
309
|
+
* },
|
|
310
|
+
* MotionGraphicsConfiguration: {
|
|
311
|
+
* MotionGraphicsInsertion: "DISABLED" || "ENABLED",
|
|
312
|
+
* MotionGraphicsSettings: {
|
|
313
|
+
* HtmlMotionGraphicsSettings: {},
|
|
314
|
+
* },
|
|
315
|
+
* },
|
|
316
|
+
* NielsenConfiguration: {
|
|
317
|
+
* DistributorId: "STRING_VALUE",
|
|
318
|
+
* NielsenPcmToId3Tagging: "DISABLED" || "ENABLED",
|
|
319
|
+
* },
|
|
320
|
+
* OutputGroups: [ // required
|
|
321
|
+
* {
|
|
322
|
+
* Name: "STRING_VALUE",
|
|
323
|
+
* OutputGroupSettings: {
|
|
324
|
+
* ArchiveGroupSettings: {
|
|
325
|
+
* ArchiveCdnSettings: {
|
|
326
|
+
* ArchiveS3Settings: {
|
|
327
|
+
* CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
|
|
328
|
+
* },
|
|
329
|
+
* },
|
|
330
|
+
* Destination: {
|
|
331
|
+
* DestinationRefId: "STRING_VALUE",
|
|
332
|
+
* },
|
|
333
|
+
* RolloverInterval: Number("int"),
|
|
334
|
+
* },
|
|
335
|
+
* FrameCaptureGroupSettings: {
|
|
336
|
+
* Destination: {
|
|
337
|
+
* DestinationRefId: "STRING_VALUE",
|
|
338
|
+
* },
|
|
339
|
+
* FrameCaptureCdnSettings: {
|
|
340
|
+
* FrameCaptureS3Settings: {
|
|
341
|
+
* CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
|
|
342
|
+
* },
|
|
343
|
+
* },
|
|
344
|
+
* },
|
|
345
|
+
* HlsGroupSettings: {
|
|
346
|
+
* AdMarkers: [
|
|
347
|
+
* "ADOBE" || "ELEMENTAL" || "ELEMENTAL_SCTE35",
|
|
348
|
+
* ],
|
|
349
|
+
* BaseUrlContent: "STRING_VALUE",
|
|
350
|
+
* BaseUrlContent1: "STRING_VALUE",
|
|
351
|
+
* BaseUrlManifest: "STRING_VALUE",
|
|
352
|
+
* BaseUrlManifest1: "STRING_VALUE",
|
|
353
|
+
* CaptionLanguageMappings: [
|
|
354
|
+
* {
|
|
355
|
+
* CaptionChannel: Number("int"), // required
|
|
356
|
+
* LanguageCode: "STRING_VALUE", // required
|
|
357
|
+
* LanguageDescription: "STRING_VALUE", // required
|
|
358
|
+
* },
|
|
359
|
+
* ],
|
|
360
|
+
* CaptionLanguageSetting: "INSERT" || "NONE" || "OMIT",
|
|
361
|
+
* ClientCache: "DISABLED" || "ENABLED",
|
|
362
|
+
* CodecSpecification: "RFC_4281" || "RFC_6381",
|
|
363
|
+
* ConstantIv: "STRING_VALUE",
|
|
364
|
+
* Destination: {
|
|
365
|
+
* DestinationRefId: "STRING_VALUE",
|
|
366
|
+
* },
|
|
367
|
+
* DirectoryStructure: "SINGLE_DIRECTORY" || "SUBDIRECTORY_PER_STREAM",
|
|
368
|
+
* DiscontinuityTags: "INSERT" || "NEVER_INSERT",
|
|
369
|
+
* EncryptionType: "AES128" || "SAMPLE_AES",
|
|
370
|
+
* HlsCdnSettings: {
|
|
371
|
+
* HlsAkamaiSettings: {
|
|
372
|
+
* ConnectionRetryInterval: Number("int"),
|
|
373
|
+
* FilecacheDuration: Number("int"),
|
|
374
|
+
* HttpTransferMode: "CHUNKED" || "NON_CHUNKED",
|
|
375
|
+
* NumRetries: Number("int"),
|
|
376
|
+
* RestartDelay: Number("int"),
|
|
377
|
+
* Salt: "STRING_VALUE",
|
|
378
|
+
* Token: "STRING_VALUE",
|
|
379
|
+
* },
|
|
380
|
+
* HlsBasicPutSettings: {
|
|
381
|
+
* ConnectionRetryInterval: Number("int"),
|
|
382
|
+
* FilecacheDuration: Number("int"),
|
|
383
|
+
* NumRetries: Number("int"),
|
|
384
|
+
* RestartDelay: Number("int"),
|
|
385
|
+
* },
|
|
386
|
+
* HlsMediaStoreSettings: {
|
|
387
|
+
* ConnectionRetryInterval: Number("int"),
|
|
388
|
+
* FilecacheDuration: Number("int"),
|
|
389
|
+
* MediaStoreStorageClass: "TEMPORAL",
|
|
390
|
+
* NumRetries: Number("int"),
|
|
391
|
+
* RestartDelay: Number("int"),
|
|
392
|
+
* },
|
|
393
|
+
* HlsS3Settings: {
|
|
394
|
+
* CannedAcl: "AUTHENTICATED_READ" || "BUCKET_OWNER_FULL_CONTROL" || "BUCKET_OWNER_READ" || "PUBLIC_READ",
|
|
395
|
+
* },
|
|
396
|
+
* HlsWebdavSettings: {
|
|
397
|
+
* ConnectionRetryInterval: Number("int"),
|
|
398
|
+
* FilecacheDuration: Number("int"),
|
|
399
|
+
* HttpTransferMode: "CHUNKED" || "NON_CHUNKED",
|
|
400
|
+
* NumRetries: Number("int"),
|
|
401
|
+
* RestartDelay: Number("int"),
|
|
402
|
+
* },
|
|
403
|
+
* },
|
|
404
|
+
* HlsId3SegmentTagging: "DISABLED" || "ENABLED",
|
|
405
|
+
* IFrameOnlyPlaylists: "DISABLED" || "STANDARD",
|
|
406
|
+
* IncompleteSegmentBehavior: "AUTO" || "SUPPRESS",
|
|
407
|
+
* IndexNSegments: Number("int"),
|
|
408
|
+
* InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
|
|
409
|
+
* IvInManifest: "EXCLUDE" || "INCLUDE",
|
|
410
|
+
* IvSource: "EXPLICIT" || "FOLLOWS_SEGMENT_NUMBER",
|
|
411
|
+
* KeepSegments: Number("int"),
|
|
412
|
+
* KeyFormat: "STRING_VALUE",
|
|
413
|
+
* KeyFormatVersions: "STRING_VALUE",
|
|
414
|
+
* KeyProviderSettings: {
|
|
415
|
+
* StaticKeySettings: {
|
|
416
|
+
* KeyProviderServer: {
|
|
417
|
+
* PasswordParam: "<InputLocation>",
|
|
418
|
+
* Uri: "<InputLocation>",
|
|
419
|
+
* Username: "<InputLocation>",
|
|
420
|
+
* },
|
|
421
|
+
* StaticKeyValue: "STRING_VALUE", // required
|
|
422
|
+
* },
|
|
423
|
+
* },
|
|
424
|
+
* ManifestCompression: "GZIP" || "NONE",
|
|
425
|
+
* ManifestDurationFormat: "FLOATING_POINT" || "INTEGER",
|
|
426
|
+
* MinSegmentLength: Number("int"),
|
|
427
|
+
* Mode: "LIVE" || "VOD",
|
|
428
|
+
* OutputSelection: "MANIFESTS_AND_SEGMENTS" || "SEGMENTS_ONLY" || "VARIANT_MANIFESTS_AND_SEGMENTS",
|
|
429
|
+
* ProgramDateTime: "EXCLUDE" || "INCLUDE",
|
|
430
|
+
* ProgramDateTimeClock: "INITIALIZE_FROM_OUTPUT_TIMECODE" || "SYSTEM_CLOCK",
|
|
431
|
+
* ProgramDateTimePeriod: Number("int"),
|
|
432
|
+
* RedundantManifest: "DISABLED" || "ENABLED",
|
|
433
|
+
* SegmentLength: Number("int"),
|
|
434
|
+
* SegmentationMode: "USE_INPUT_SEGMENTATION" || "USE_SEGMENT_DURATION",
|
|
435
|
+
* SegmentsPerSubdirectory: Number("int"),
|
|
436
|
+
* StreamInfResolution: "EXCLUDE" || "INCLUDE",
|
|
437
|
+
* TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
438
|
+
* TimedMetadataId3Period: Number("int"),
|
|
439
|
+
* TimestampDeltaMilliseconds: Number("int"),
|
|
440
|
+
* TsFileMode: "SEGMENTED_FILES" || "SINGLE_FILE",
|
|
441
|
+
* },
|
|
442
|
+
* MediaPackageGroupSettings: {
|
|
443
|
+
* Destination: {
|
|
444
|
+
* DestinationRefId: "STRING_VALUE",
|
|
445
|
+
* },
|
|
446
|
+
* },
|
|
447
|
+
* MsSmoothGroupSettings: {
|
|
448
|
+
* AcquisitionPointId: "STRING_VALUE",
|
|
449
|
+
* AudioOnlyTimecodeControl: "PASSTHROUGH" || "USE_CONFIGURED_CLOCK",
|
|
450
|
+
* CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY",
|
|
451
|
+
* ConnectionRetryInterval: Number("int"),
|
|
452
|
+
* Destination: {
|
|
453
|
+
* DestinationRefId: "STRING_VALUE",
|
|
454
|
+
* },
|
|
455
|
+
* EventId: "STRING_VALUE",
|
|
456
|
+
* EventIdMode: "NO_EVENT_ID" || "USE_CONFIGURED" || "USE_TIMESTAMP",
|
|
457
|
+
* EventStopBehavior: "NONE" || "SEND_EOS",
|
|
458
|
+
* FilecacheDuration: Number("int"),
|
|
459
|
+
* FragmentLength: Number("int"),
|
|
460
|
+
* InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
|
|
461
|
+
* NumRetries: Number("int"),
|
|
462
|
+
* RestartDelay: Number("int"),
|
|
463
|
+
* SegmentationMode: "USE_INPUT_SEGMENTATION" || "USE_SEGMENT_DURATION",
|
|
464
|
+
* SendDelayMs: Number("int"),
|
|
465
|
+
* SparseTrackType: "NONE" || "SCTE_35" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
466
|
+
* StreamManifestBehavior: "DO_NOT_SEND" || "SEND",
|
|
467
|
+
* TimestampOffset: "STRING_VALUE",
|
|
468
|
+
* TimestampOffsetMode: "USE_CONFIGURED_OFFSET" || "USE_EVENT_START_DATE",
|
|
469
|
+
* },
|
|
470
|
+
* MultiplexGroupSettings: {},
|
|
471
|
+
* RtmpGroupSettings: {
|
|
472
|
+
* AdMarkers: [
|
|
473
|
+
* "ON_CUE_POINT_SCTE35",
|
|
474
|
+
* ],
|
|
475
|
+
* AuthenticationScheme: "AKAMAI" || "COMMON",
|
|
476
|
+
* CacheFullBehavior: "DISCONNECT_IMMEDIATELY" || "WAIT_FOR_SERVER",
|
|
477
|
+
* CacheLength: Number("int"),
|
|
478
|
+
* CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
|
|
479
|
+
* InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
|
|
480
|
+
* RestartDelay: Number("int"),
|
|
481
|
+
* },
|
|
482
|
+
* UdpGroupSettings: {
|
|
483
|
+
* InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
|
|
484
|
+
* TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
485
|
+
* TimedMetadataId3Period: Number("int"),
|
|
486
|
+
* },
|
|
487
|
+
* },
|
|
488
|
+
* Outputs: [ // required
|
|
489
|
+
* {
|
|
490
|
+
* AudioDescriptionNames: [
|
|
491
|
+
* "STRING_VALUE",
|
|
492
|
+
* ],
|
|
493
|
+
* CaptionDescriptionNames: [
|
|
494
|
+
* "STRING_VALUE",
|
|
495
|
+
* ],
|
|
496
|
+
* OutputName: "STRING_VALUE",
|
|
497
|
+
* OutputSettings: {
|
|
498
|
+
* ArchiveOutputSettings: {
|
|
499
|
+
* ContainerSettings: {
|
|
500
|
+
* M2tsSettings: {
|
|
501
|
+
* AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
|
|
502
|
+
* Arib: "DISABLED" || "ENABLED",
|
|
503
|
+
* AribCaptionsPid: "STRING_VALUE",
|
|
504
|
+
* AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
|
|
505
|
+
* AudioBufferModel: "ATSC" || "DVB",
|
|
506
|
+
* AudioFramesPerPes: Number("int"),
|
|
507
|
+
* AudioPids: "STRING_VALUE",
|
|
508
|
+
* AudioStreamType: "ATSC" || "DVB",
|
|
509
|
+
* Bitrate: Number("int"),
|
|
510
|
+
* BufferModel: "MULTIPLEX" || "NONE",
|
|
511
|
+
* CcDescriptor: "DISABLED" || "ENABLED",
|
|
512
|
+
* DvbNitSettings: {
|
|
513
|
+
* NetworkId: Number("int"), // required
|
|
514
|
+
* NetworkName: "STRING_VALUE", // required
|
|
515
|
+
* RepInterval: Number("int"),
|
|
516
|
+
* },
|
|
517
|
+
* DvbSdtSettings: {
|
|
518
|
+
* OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
|
|
519
|
+
* RepInterval: Number("int"),
|
|
520
|
+
* ServiceName: "STRING_VALUE",
|
|
521
|
+
* ServiceProviderName: "STRING_VALUE",
|
|
522
|
+
* },
|
|
523
|
+
* DvbSubPids: "STRING_VALUE",
|
|
524
|
+
* DvbTdtSettings: {
|
|
525
|
+
* RepInterval: Number("int"),
|
|
526
|
+
* },
|
|
527
|
+
* DvbTeletextPid: "STRING_VALUE",
|
|
528
|
+
* Ebif: "NONE" || "PASSTHROUGH",
|
|
529
|
+
* EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
|
|
530
|
+
* EbpLookaheadMs: Number("int"),
|
|
531
|
+
* EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
|
|
532
|
+
* EcmPid: "STRING_VALUE",
|
|
533
|
+
* EsRateInPes: "EXCLUDE" || "INCLUDE",
|
|
534
|
+
* EtvPlatformPid: "STRING_VALUE",
|
|
535
|
+
* EtvSignalPid: "STRING_VALUE",
|
|
536
|
+
* FragmentTime: Number("double"),
|
|
537
|
+
* Klv: "NONE" || "PASSTHROUGH",
|
|
538
|
+
* KlvDataPids: "STRING_VALUE",
|
|
539
|
+
* NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
540
|
+
* NullPacketBitrate: Number("double"),
|
|
541
|
+
* PatInterval: Number("int"),
|
|
542
|
+
* PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
|
|
543
|
+
* PcrPeriod: Number("int"),
|
|
544
|
+
* PcrPid: "STRING_VALUE",
|
|
545
|
+
* PmtInterval: Number("int"),
|
|
546
|
+
* PmtPid: "STRING_VALUE",
|
|
547
|
+
* ProgramNum: Number("int"),
|
|
548
|
+
* RateMode: "CBR" || "VBR",
|
|
549
|
+
* Scte27Pids: "STRING_VALUE",
|
|
550
|
+
* Scte35Control: "NONE" || "PASSTHROUGH",
|
|
551
|
+
* Scte35Pid: "STRING_VALUE",
|
|
552
|
+
* SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
|
|
553
|
+
* SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
|
|
554
|
+
* SegmentationTime: Number("double"),
|
|
555
|
+
* TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
556
|
+
* TimedMetadataPid: "STRING_VALUE",
|
|
557
|
+
* TransportStreamId: Number("int"),
|
|
558
|
+
* VideoPid: "STRING_VALUE",
|
|
559
|
+
* Scte35PrerollPullupMilliseconds: Number("double"),
|
|
560
|
+
* },
|
|
561
|
+
* RawSettings: {},
|
|
562
|
+
* },
|
|
563
|
+
* Extension: "STRING_VALUE",
|
|
564
|
+
* NameModifier: "STRING_VALUE",
|
|
565
|
+
* },
|
|
566
|
+
* FrameCaptureOutputSettings: {
|
|
567
|
+
* NameModifier: "STRING_VALUE",
|
|
568
|
+
* },
|
|
569
|
+
* HlsOutputSettings: {
|
|
570
|
+
* H265PackagingType: "HEV1" || "HVC1",
|
|
571
|
+
* HlsSettings: {
|
|
572
|
+
* AudioOnlyHlsSettings: {
|
|
573
|
+
* AudioGroupId: "STRING_VALUE",
|
|
574
|
+
* AudioOnlyImage: {
|
|
575
|
+
* PasswordParam: "<InputLocation>",
|
|
576
|
+
* Uri: "<InputLocation>",
|
|
577
|
+
* Username: "<InputLocation>",
|
|
578
|
+
* },
|
|
579
|
+
* AudioTrackType: "ALTERNATE_AUDIO_AUTO_SELECT" || "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT" || "ALTERNATE_AUDIO_NOT_AUTO_SELECT" || "AUDIO_ONLY_VARIANT_STREAM",
|
|
580
|
+
* SegmentType: "AAC" || "FMP4",
|
|
581
|
+
* },
|
|
582
|
+
* Fmp4HlsSettings: {
|
|
583
|
+
* AudioRenditionSets: "STRING_VALUE",
|
|
584
|
+
* NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
585
|
+
* TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
586
|
+
* },
|
|
587
|
+
* FrameCaptureHlsSettings: {},
|
|
588
|
+
* StandardHlsSettings: {
|
|
589
|
+
* AudioRenditionSets: "STRING_VALUE",
|
|
590
|
+
* M3u8Settings: {
|
|
591
|
+
* AudioFramesPerPes: Number("int"),
|
|
592
|
+
* AudioPids: "STRING_VALUE",
|
|
593
|
+
* EcmPid: "STRING_VALUE",
|
|
594
|
+
* NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
595
|
+
* PatInterval: Number("int"),
|
|
596
|
+
* PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
|
|
597
|
+
* PcrPeriod: Number("int"),
|
|
598
|
+
* PcrPid: "STRING_VALUE",
|
|
599
|
+
* PmtInterval: Number("int"),
|
|
600
|
+
* PmtPid: "STRING_VALUE",
|
|
601
|
+
* ProgramNum: Number("int"),
|
|
602
|
+
* Scte35Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
603
|
+
* Scte35Pid: "STRING_VALUE",
|
|
604
|
+
* TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
605
|
+
* TimedMetadataPid: "STRING_VALUE",
|
|
606
|
+
* TransportStreamId: Number("int"),
|
|
607
|
+
* VideoPid: "STRING_VALUE",
|
|
608
|
+
* },
|
|
609
|
+
* },
|
|
610
|
+
* },
|
|
611
|
+
* NameModifier: "STRING_VALUE",
|
|
612
|
+
* SegmentModifier: "STRING_VALUE",
|
|
613
|
+
* },
|
|
614
|
+
* MediaPackageOutputSettings: {},
|
|
615
|
+
* MsSmoothOutputSettings: {
|
|
616
|
+
* H265PackagingType: "HEV1" || "HVC1",
|
|
617
|
+
* NameModifier: "STRING_VALUE",
|
|
618
|
+
* },
|
|
619
|
+
* MultiplexOutputSettings: {
|
|
620
|
+
* Destination: {
|
|
621
|
+
* DestinationRefId: "STRING_VALUE",
|
|
622
|
+
* },
|
|
623
|
+
* },
|
|
624
|
+
* RtmpOutputSettings: {
|
|
625
|
+
* CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY",
|
|
626
|
+
* ConnectionRetryInterval: Number("int"),
|
|
627
|
+
* Destination: {
|
|
628
|
+
* DestinationRefId: "STRING_VALUE",
|
|
629
|
+
* },
|
|
630
|
+
* NumRetries: Number("int"),
|
|
631
|
+
* },
|
|
632
|
+
* UdpOutputSettings: {
|
|
633
|
+
* BufferMsec: Number("int"),
|
|
634
|
+
* ContainerSettings: {
|
|
635
|
+
* M2tsSettings: {
|
|
636
|
+
* AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
|
|
637
|
+
* Arib: "DISABLED" || "ENABLED",
|
|
638
|
+
* AribCaptionsPid: "STRING_VALUE",
|
|
639
|
+
* AribCaptionsPidControl: "AUTO" || "USE_CONFIGURED",
|
|
640
|
+
* AudioBufferModel: "ATSC" || "DVB",
|
|
641
|
+
* AudioFramesPerPes: Number("int"),
|
|
642
|
+
* AudioPids: "STRING_VALUE",
|
|
643
|
+
* AudioStreamType: "ATSC" || "DVB",
|
|
644
|
+
* Bitrate: Number("int"),
|
|
645
|
+
* BufferModel: "MULTIPLEX" || "NONE",
|
|
646
|
+
* CcDescriptor: "DISABLED" || "ENABLED",
|
|
647
|
+
* DvbNitSettings: {
|
|
648
|
+
* NetworkId: Number("int"), // required
|
|
649
|
+
* NetworkName: "STRING_VALUE", // required
|
|
650
|
+
* RepInterval: Number("int"),
|
|
651
|
+
* },
|
|
652
|
+
* DvbSdtSettings: {
|
|
653
|
+
* OutputSdt: "SDT_FOLLOW" || "SDT_FOLLOW_IF_PRESENT" || "SDT_MANUAL" || "SDT_NONE",
|
|
654
|
+
* RepInterval: Number("int"),
|
|
655
|
+
* ServiceName: "STRING_VALUE",
|
|
656
|
+
* ServiceProviderName: "STRING_VALUE",
|
|
657
|
+
* },
|
|
658
|
+
* DvbSubPids: "STRING_VALUE",
|
|
659
|
+
* DvbTdtSettings: {
|
|
660
|
+
* RepInterval: Number("int"),
|
|
661
|
+
* },
|
|
662
|
+
* DvbTeletextPid: "STRING_VALUE",
|
|
663
|
+
* Ebif: "NONE" || "PASSTHROUGH",
|
|
664
|
+
* EbpAudioInterval: "VIDEO_AND_FIXED_INTERVALS" || "VIDEO_INTERVAL",
|
|
665
|
+
* EbpLookaheadMs: Number("int"),
|
|
666
|
+
* EbpPlacement: "VIDEO_AND_AUDIO_PIDS" || "VIDEO_PID",
|
|
667
|
+
* EcmPid: "STRING_VALUE",
|
|
668
|
+
* EsRateInPes: "EXCLUDE" || "INCLUDE",
|
|
669
|
+
* EtvPlatformPid: "STRING_VALUE",
|
|
670
|
+
* EtvSignalPid: "STRING_VALUE",
|
|
671
|
+
* FragmentTime: Number("double"),
|
|
672
|
+
* Klv: "NONE" || "PASSTHROUGH",
|
|
673
|
+
* KlvDataPids: "STRING_VALUE",
|
|
674
|
+
* NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
675
|
+
* NullPacketBitrate: Number("double"),
|
|
676
|
+
* PatInterval: Number("int"),
|
|
677
|
+
* PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
|
|
678
|
+
* PcrPeriod: Number("int"),
|
|
679
|
+
* PcrPid: "STRING_VALUE",
|
|
680
|
+
* PmtInterval: Number("int"),
|
|
681
|
+
* PmtPid: "STRING_VALUE",
|
|
682
|
+
* ProgramNum: Number("int"),
|
|
683
|
+
* RateMode: "CBR" || "VBR",
|
|
684
|
+
* Scte27Pids: "STRING_VALUE",
|
|
685
|
+
* Scte35Control: "NONE" || "PASSTHROUGH",
|
|
686
|
+
* Scte35Pid: "STRING_VALUE",
|
|
687
|
+
* SegmentationMarkers: "EBP" || "EBP_LEGACY" || "NONE" || "PSI_SEGSTART" || "RAI_ADAPT" || "RAI_SEGSTART",
|
|
688
|
+
* SegmentationStyle: "MAINTAIN_CADENCE" || "RESET_CADENCE",
|
|
689
|
+
* SegmentationTime: Number("double"),
|
|
690
|
+
* TimedMetadataBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
691
|
+
* TimedMetadataPid: "STRING_VALUE",
|
|
692
|
+
* TransportStreamId: Number("int"),
|
|
693
|
+
* VideoPid: "STRING_VALUE",
|
|
694
|
+
* Scte35PrerollPullupMilliseconds: Number("double"),
|
|
695
|
+
* },
|
|
696
|
+
* },
|
|
697
|
+
* Destination: {
|
|
698
|
+
* DestinationRefId: "STRING_VALUE",
|
|
699
|
+
* },
|
|
700
|
+
* FecOutputSettings: {
|
|
701
|
+
* ColumnDepth: Number("int"),
|
|
702
|
+
* IncludeFec: "COLUMN" || "COLUMN_AND_ROW",
|
|
703
|
+
* RowLength: Number("int"),
|
|
704
|
+
* },
|
|
705
|
+
* },
|
|
706
|
+
* },
|
|
707
|
+
* VideoDescriptionName: "STRING_VALUE",
|
|
708
|
+
* },
|
|
709
|
+
* ],
|
|
710
|
+
* },
|
|
711
|
+
* ],
|
|
712
|
+
* TimecodeConfig: {
|
|
713
|
+
* Source: "EMBEDDED" || "SYSTEMCLOCK" || "ZEROBASED", // required
|
|
714
|
+
* SyncThreshold: Number("int"),
|
|
715
|
+
* },
|
|
716
|
+
* VideoDescriptions: [ // required
|
|
717
|
+
* {
|
|
718
|
+
* CodecSettings: {
|
|
719
|
+
* FrameCaptureSettings: {
|
|
720
|
+
* CaptureInterval: Number("int"),
|
|
721
|
+
* CaptureIntervalUnits: "MILLISECONDS" || "SECONDS",
|
|
722
|
+
* TimecodeBurninSettings: {
|
|
723
|
+
* FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
|
|
724
|
+
* Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
725
|
+
* Prefix: "STRING_VALUE",
|
|
726
|
+
* },
|
|
727
|
+
* },
|
|
728
|
+
* H264Settings: {
|
|
729
|
+
* AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
730
|
+
* AfdSignaling: "AUTO" || "FIXED" || "NONE",
|
|
731
|
+
* Bitrate: Number("int"),
|
|
732
|
+
* BufFillPct: Number("int"),
|
|
733
|
+
* BufSize: Number("int"),
|
|
734
|
+
* ColorMetadata: "IGNORE" || "INSERT",
|
|
735
|
+
* ColorSpaceSettings: {
|
|
736
|
+
* ColorSpacePassthroughSettings: {},
|
|
737
|
+
* Rec601Settings: {},
|
|
738
|
+
* Rec709Settings: {},
|
|
739
|
+
* },
|
|
740
|
+
* EntropyEncoding: "CABAC" || "CAVLC",
|
|
741
|
+
* FilterSettings: {
|
|
742
|
+
* TemporalFilterSettings: {
|
|
743
|
+
* PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
|
|
744
|
+
* Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
|
|
745
|
+
* },
|
|
746
|
+
* },
|
|
747
|
+
* FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
|
|
748
|
+
* FlickerAq: "DISABLED" || "ENABLED",
|
|
749
|
+
* ForceFieldPictures: "DISABLED" || "ENABLED",
|
|
750
|
+
* FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
751
|
+
* FramerateDenominator: Number("int"),
|
|
752
|
+
* FramerateNumerator: Number("int"),
|
|
753
|
+
* GopBReference: "DISABLED" || "ENABLED",
|
|
754
|
+
* GopClosedCadence: Number("int"),
|
|
755
|
+
* GopNumBFrames: Number("int"),
|
|
756
|
+
* GopSize: Number("double"),
|
|
757
|
+
* GopSizeUnits: "FRAMES" || "SECONDS",
|
|
758
|
+
* Level: "H264_LEVEL_1" || "H264_LEVEL_1_1" || "H264_LEVEL_1_2" || "H264_LEVEL_1_3" || "H264_LEVEL_2" || "H264_LEVEL_2_1" || "H264_LEVEL_2_2" || "H264_LEVEL_3" || "H264_LEVEL_3_1" || "H264_LEVEL_3_2" || "H264_LEVEL_4" || "H264_LEVEL_4_1" || "H264_LEVEL_4_2" || "H264_LEVEL_5" || "H264_LEVEL_5_1" || "H264_LEVEL_5_2" || "H264_LEVEL_AUTO",
|
|
759
|
+
* LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
|
|
760
|
+
* MaxBitrate: Number("int"),
|
|
761
|
+
* MinIInterval: Number("int"),
|
|
762
|
+
* NumRefFrames: Number("int"),
|
|
763
|
+
* ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
764
|
+
* ParDenominator: Number("int"),
|
|
765
|
+
* ParNumerator: Number("int"),
|
|
766
|
+
* Profile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
|
|
767
|
+
* QualityLevel: "ENHANCED_QUALITY" || "STANDARD_QUALITY",
|
|
768
|
+
* QvbrQualityLevel: Number("int"),
|
|
769
|
+
* RateControlMode: "CBR" || "MULTIPLEX" || "QVBR" || "VBR",
|
|
770
|
+
* ScanType: "INTERLACED" || "PROGRESSIVE",
|
|
771
|
+
* SceneChangeDetect: "DISABLED" || "ENABLED",
|
|
772
|
+
* Slices: Number("int"),
|
|
773
|
+
* Softness: Number("int"),
|
|
774
|
+
* SpatialAq: "DISABLED" || "ENABLED",
|
|
775
|
+
* SubgopLength: "DYNAMIC" || "FIXED",
|
|
776
|
+
* Syntax: "DEFAULT" || "RP2027",
|
|
777
|
+
* TemporalAq: "DISABLED" || "ENABLED",
|
|
778
|
+
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
779
|
+
* TimecodeBurninSettings: {
|
|
780
|
+
* FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
|
|
781
|
+
* Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
782
|
+
* Prefix: "STRING_VALUE",
|
|
783
|
+
* },
|
|
784
|
+
* },
|
|
785
|
+
* H265Settings: {
|
|
786
|
+
* AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
787
|
+
* AfdSignaling: "AUTO" || "FIXED" || "NONE",
|
|
788
|
+
* AlternativeTransferFunction: "INSERT" || "OMIT",
|
|
789
|
+
* Bitrate: Number("int"),
|
|
790
|
+
* BufSize: Number("int"),
|
|
791
|
+
* ColorMetadata: "IGNORE" || "INSERT",
|
|
792
|
+
* ColorSpaceSettings: {
|
|
793
|
+
* ColorSpacePassthroughSettings: {},
|
|
794
|
+
* DolbyVision81Settings: {},
|
|
795
|
+
* Hdr10Settings: {
|
|
796
|
+
* MaxCll: Number("int"),
|
|
797
|
+
* MaxFall: Number("int"),
|
|
798
|
+
* },
|
|
799
|
+
* Rec601Settings: {},
|
|
800
|
+
* Rec709Settings: {},
|
|
801
|
+
* },
|
|
802
|
+
* FilterSettings: {
|
|
803
|
+
* TemporalFilterSettings: {
|
|
804
|
+
* PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
|
|
805
|
+
* Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
|
|
806
|
+
* },
|
|
807
|
+
* },
|
|
808
|
+
* FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
|
|
809
|
+
* FlickerAq: "DISABLED" || "ENABLED",
|
|
810
|
+
* FramerateDenominator: Number("int"), // required
|
|
811
|
+
* FramerateNumerator: Number("int"), // required
|
|
812
|
+
* GopClosedCadence: Number("int"),
|
|
813
|
+
* GopSize: Number("double"),
|
|
814
|
+
* GopSizeUnits: "FRAMES" || "SECONDS",
|
|
815
|
+
* Level: "H265_LEVEL_1" || "H265_LEVEL_2" || "H265_LEVEL_2_1" || "H265_LEVEL_3" || "H265_LEVEL_3_1" || "H265_LEVEL_4" || "H265_LEVEL_4_1" || "H265_LEVEL_5" || "H265_LEVEL_5_1" || "H265_LEVEL_5_2" || "H265_LEVEL_6" || "H265_LEVEL_6_1" || "H265_LEVEL_6_2" || "H265_LEVEL_AUTO",
|
|
816
|
+
* LookAheadRateControl: "HIGH" || "LOW" || "MEDIUM",
|
|
817
|
+
* MaxBitrate: Number("int"),
|
|
818
|
+
* MinIInterval: Number("int"),
|
|
819
|
+
* ParDenominator: Number("int"),
|
|
820
|
+
* ParNumerator: Number("int"),
|
|
821
|
+
* Profile: "MAIN" || "MAIN_10BIT",
|
|
822
|
+
* QvbrQualityLevel: Number("int"),
|
|
823
|
+
* RateControlMode: "CBR" || "MULTIPLEX" || "QVBR",
|
|
824
|
+
* ScanType: "INTERLACED" || "PROGRESSIVE",
|
|
825
|
+
* SceneChangeDetect: "DISABLED" || "ENABLED",
|
|
826
|
+
* Slices: Number("int"),
|
|
827
|
+
* Tier: "HIGH" || "MAIN",
|
|
828
|
+
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
829
|
+
* TimecodeBurninSettings: {
|
|
830
|
+
* FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
|
|
831
|
+
* Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
832
|
+
* Prefix: "STRING_VALUE",
|
|
833
|
+
* },
|
|
834
|
+
* },
|
|
835
|
+
* Mpeg2Settings: {
|
|
836
|
+
* AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
837
|
+
* AfdSignaling: "AUTO" || "FIXED" || "NONE",
|
|
838
|
+
* ColorMetadata: "IGNORE" || "INSERT",
|
|
839
|
+
* ColorSpace: "AUTO" || "PASSTHROUGH",
|
|
840
|
+
* DisplayAspectRatio: "DISPLAYRATIO16X9" || "DISPLAYRATIO4X3",
|
|
841
|
+
* FilterSettings: {
|
|
842
|
+
* TemporalFilterSettings: {
|
|
843
|
+
* PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
|
|
844
|
+
* Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
|
|
845
|
+
* },
|
|
846
|
+
* },
|
|
847
|
+
* FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
|
|
848
|
+
* FramerateDenominator: Number("int"), // required
|
|
849
|
+
* FramerateNumerator: Number("int"), // required
|
|
850
|
+
* GopClosedCadence: Number("int"),
|
|
851
|
+
* GopNumBFrames: Number("int"),
|
|
852
|
+
* GopSize: Number("double"),
|
|
853
|
+
* GopSizeUnits: "FRAMES" || "SECONDS",
|
|
854
|
+
* ScanType: "INTERLACED" || "PROGRESSIVE",
|
|
855
|
+
* SubgopLength: "DYNAMIC" || "FIXED",
|
|
856
|
+
* TimecodeInsertion: "DISABLED" || "GOP_TIMECODE",
|
|
857
|
+
* TimecodeBurninSettings: {
|
|
858
|
+
* FontSize: "EXTRA_SMALL_10" || "LARGE_48" || "MEDIUM_32" || "SMALL_16", // required
|
|
859
|
+
* Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
860
|
+
* Prefix: "STRING_VALUE",
|
|
861
|
+
* },
|
|
862
|
+
* },
|
|
863
|
+
* },
|
|
864
|
+
* Height: Number("int"),
|
|
865
|
+
* Name: "STRING_VALUE", // required
|
|
866
|
+
* RespondToAfd: "NONE" || "PASSTHROUGH" || "RESPOND",
|
|
867
|
+
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT",
|
|
868
|
+
* Sharpness: Number("int"),
|
|
869
|
+
* Width: Number("int"),
|
|
870
|
+
* },
|
|
871
|
+
* ],
|
|
872
|
+
* },
|
|
873
|
+
* InputAttachments: [
|
|
874
|
+
* {
|
|
875
|
+
* AutomaticInputFailoverSettings: {
|
|
876
|
+
* ErrorClearTimeMsec: Number("int"),
|
|
877
|
+
* FailoverConditions: [
|
|
878
|
+
* {
|
|
879
|
+
* FailoverConditionSettings: {
|
|
880
|
+
* AudioSilenceSettings: {
|
|
881
|
+
* AudioSelectorName: "STRING_VALUE", // required
|
|
882
|
+
* AudioSilenceThresholdMsec: Number("int"),
|
|
883
|
+
* },
|
|
884
|
+
* InputLossSettings: {
|
|
885
|
+
* InputLossThresholdMsec: Number("int"),
|
|
886
|
+
* },
|
|
887
|
+
* VideoBlackSettings: {
|
|
888
|
+
* BlackDetectThreshold: Number("double"),
|
|
889
|
+
* VideoBlackThresholdMsec: Number("int"),
|
|
890
|
+
* },
|
|
891
|
+
* },
|
|
892
|
+
* },
|
|
893
|
+
* ],
|
|
894
|
+
* InputPreference: "EQUAL_INPUT_PREFERENCE" || "PRIMARY_INPUT_PREFERRED",
|
|
895
|
+
* SecondaryInputId: "STRING_VALUE", // required
|
|
896
|
+
* },
|
|
897
|
+
* InputAttachmentName: "STRING_VALUE",
|
|
898
|
+
* InputId: "STRING_VALUE",
|
|
899
|
+
* InputSettings: {
|
|
900
|
+
* AudioSelectors: [
|
|
901
|
+
* {
|
|
902
|
+
* Name: "STRING_VALUE", // required
|
|
903
|
+
* SelectorSettings: {
|
|
904
|
+
* AudioHlsRenditionSelection: {
|
|
905
|
+
* GroupId: "STRING_VALUE", // required
|
|
906
|
+
* Name: "STRING_VALUE", // required
|
|
907
|
+
* },
|
|
908
|
+
* AudioLanguageSelection: {
|
|
909
|
+
* LanguageCode: "STRING_VALUE", // required
|
|
910
|
+
* LanguageSelectionPolicy: "LOOSE" || "STRICT",
|
|
911
|
+
* },
|
|
912
|
+
* AudioPidSelection: {
|
|
913
|
+
* Pid: Number("int"), // required
|
|
914
|
+
* },
|
|
915
|
+
* AudioTrackSelection: {
|
|
916
|
+
* Tracks: [ // required
|
|
917
|
+
* {
|
|
918
|
+
* Track: Number("int"), // required
|
|
919
|
+
* },
|
|
920
|
+
* ],
|
|
921
|
+
* DolbyEDecode: {
|
|
922
|
+
* ProgramSelection: "ALL_CHANNELS" || "PROGRAM_1" || "PROGRAM_2" || "PROGRAM_3" || "PROGRAM_4" || "PROGRAM_5" || "PROGRAM_6" || "PROGRAM_7" || "PROGRAM_8", // required
|
|
923
|
+
* },
|
|
924
|
+
* },
|
|
925
|
+
* },
|
|
926
|
+
* },
|
|
927
|
+
* ],
|
|
928
|
+
* CaptionSelectors: [
|
|
929
|
+
* {
|
|
930
|
+
* LanguageCode: "STRING_VALUE",
|
|
931
|
+
* Name: "STRING_VALUE", // required
|
|
932
|
+
* SelectorSettings: {
|
|
933
|
+
* AncillarySourceSettings: {
|
|
934
|
+
* SourceAncillaryChannelNumber: Number("int"),
|
|
935
|
+
* },
|
|
936
|
+
* AribSourceSettings: {},
|
|
937
|
+
* DvbSubSourceSettings: {
|
|
938
|
+
* OcrLanguage: "DEU" || "ENG" || "FRA" || "NLD" || "POR" || "SPA",
|
|
939
|
+
* Pid: Number("int"),
|
|
940
|
+
* },
|
|
941
|
+
* EmbeddedSourceSettings: {
|
|
942
|
+
* Convert608To708: "DISABLED" || "UPCONVERT",
|
|
943
|
+
* Scte20Detection: "AUTO" || "OFF",
|
|
944
|
+
* Source608ChannelNumber: Number("int"),
|
|
945
|
+
* Source608TrackNumber: Number("int"),
|
|
946
|
+
* },
|
|
947
|
+
* Scte20SourceSettings: {
|
|
948
|
+
* Convert608To708: "DISABLED" || "UPCONVERT",
|
|
949
|
+
* Source608ChannelNumber: Number("int"),
|
|
950
|
+
* },
|
|
951
|
+
* Scte27SourceSettings: {
|
|
952
|
+
* OcrLanguage: "DEU" || "ENG" || "FRA" || "NLD" || "POR" || "SPA",
|
|
953
|
+
* Pid: Number("int"),
|
|
954
|
+
* },
|
|
955
|
+
* TeletextSourceSettings: {
|
|
956
|
+
* OutputRectangle: {
|
|
957
|
+
* Height: Number("double"), // required
|
|
958
|
+
* LeftOffset: Number("double"), // required
|
|
959
|
+
* TopOffset: Number("double"), // required
|
|
960
|
+
* Width: Number("double"), // required
|
|
961
|
+
* },
|
|
962
|
+
* PageNumber: "STRING_VALUE",
|
|
963
|
+
* },
|
|
964
|
+
* },
|
|
965
|
+
* },
|
|
966
|
+
* ],
|
|
967
|
+
* DeblockFilter: "DISABLED" || "ENABLED",
|
|
968
|
+
* DenoiseFilter: "DISABLED" || "ENABLED",
|
|
969
|
+
* FilterStrength: Number("int"),
|
|
970
|
+
* InputFilter: "AUTO" || "DISABLED" || "FORCED",
|
|
971
|
+
* NetworkInputSettings: {
|
|
972
|
+
* HlsInputSettings: {
|
|
973
|
+
* Bandwidth: Number("int"),
|
|
974
|
+
* BufferSegments: Number("int"),
|
|
975
|
+
* Retries: Number("int"),
|
|
976
|
+
* RetryInterval: Number("int"),
|
|
977
|
+
* Scte35Source: "MANIFEST" || "SEGMENTS",
|
|
978
|
+
* },
|
|
979
|
+
* ServerValidation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME" || "CHECK_CRYPTOGRAPHY_ONLY",
|
|
980
|
+
* },
|
|
981
|
+
* Scte35Pid: Number("int"),
|
|
982
|
+
* Smpte2038DataPreference: "IGNORE" || "PREFER",
|
|
983
|
+
* SourceEndBehavior: "CONTINUE" || "LOOP",
|
|
984
|
+
* VideoSelector: {
|
|
985
|
+
* ColorSpace: "FOLLOW" || "HDR10" || "HLG_2020" || "REC_601" || "REC_709",
|
|
986
|
+
* ColorSpaceSettings: {
|
|
987
|
+
* Hdr10Settings: {
|
|
988
|
+
* MaxCll: Number("int"),
|
|
989
|
+
* MaxFall: Number("int"),
|
|
990
|
+
* },
|
|
991
|
+
* },
|
|
992
|
+
* ColorSpaceUsage: "FALLBACK" || "FORCE",
|
|
993
|
+
* SelectorSettings: {
|
|
994
|
+
* VideoSelectorPid: {
|
|
995
|
+
* Pid: Number("int"),
|
|
996
|
+
* },
|
|
997
|
+
* VideoSelectorProgramId: {
|
|
998
|
+
* ProgramId: Number("int"),
|
|
999
|
+
* },
|
|
1000
|
+
* },
|
|
1001
|
+
* },
|
|
1002
|
+
* },
|
|
1003
|
+
* },
|
|
1004
|
+
* ],
|
|
1005
|
+
* InputSpecification: {
|
|
1006
|
+
* Codec: "MPEG2" || "AVC" || "HEVC",
|
|
1007
|
+
* MaximumBitrate: "MAX_10_MBPS" || "MAX_20_MBPS" || "MAX_50_MBPS",
|
|
1008
|
+
* Resolution: "SD" || "HD" || "UHD",
|
|
1009
|
+
* },
|
|
1010
|
+
* LogLevel: "ERROR" || "WARNING" || "INFO" || "DEBUG" || "DISABLED",
|
|
1011
|
+
* Maintenance: {
|
|
1012
|
+
* MaintenanceDay: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY",
|
|
1013
|
+
* MaintenanceScheduledDate: "STRING_VALUE",
|
|
1014
|
+
* MaintenanceStartTime: "STRING_VALUE",
|
|
1015
|
+
* },
|
|
1016
|
+
* Name: "STRING_VALUE",
|
|
1017
|
+
* RoleArn: "STRING_VALUE",
|
|
1018
|
+
* };
|
|
29
1019
|
* const command = new UpdateChannelCommand(input);
|
|
30
1020
|
* const response = await client.send(command);
|
|
31
1021
|
* ```
|