@aws-sdk/client-medialive 3.540.0 → 3.548.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +154 -17
- package/dist-es/models/models_0.js +47 -15
- package/dist-es/models/models_1.js +31 -0
- package/dist-es/protocols/Aws_restJson1.js +54 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +50 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +25 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +25 -0
- 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/DescribeThumbnailsCommand.d.ts +1 -1
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +25 -0
- package/dist-types/commands/StartChannelCommand.d.ts +25 -0
- package/dist-types/commands/StopChannelCommand.d.ts +25 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +25 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +50 -0
- package/dist-types/models/models_0.d.ts +167 -156
- package/dist-types/models/models_1.d.ts +247 -363
- package/dist-types/models/models_2.d.ts +364 -2
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +73 -48
- package/dist-types/ts3.4/models/models_1.d.ts +81 -91
- package/dist-types/ts3.4/models/models_2.d.ts +93 -1
- package/package.json +1 -1
|
@@ -205,6 +205,10 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
205
205
|
* // ChannelsOut: Number("int"),
|
|
206
206
|
* // },
|
|
207
207
|
* // StreamName: "STRING_VALUE",
|
|
208
|
+
* // AudioDashRoles: [ // __listOfDashRoleAudio
|
|
209
|
+
* // "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
210
|
+
* // ],
|
|
211
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
208
212
|
* // },
|
|
209
213
|
* // ],
|
|
210
214
|
* // AvailBlanking: { // AvailBlanking
|
|
@@ -327,6 +331,10 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
327
331
|
* // LanguageCode: "STRING_VALUE",
|
|
328
332
|
* // LanguageDescription: "STRING_VALUE",
|
|
329
333
|
* // Name: "STRING_VALUE", // required
|
|
334
|
+
* // CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
335
|
+
* // "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
336
|
+
* // ],
|
|
337
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
330
338
|
* // },
|
|
331
339
|
* // ],
|
|
332
340
|
* // FeatureActivations: { // FeatureActivations
|
|
@@ -528,6 +536,14 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
528
536
|
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
529
537
|
* // TimedMetadataId3Period: Number("int"),
|
|
530
538
|
* // },
|
|
539
|
+
* // CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
540
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
541
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
542
|
+
* // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
543
|
+
* // SegmentLength: Number("int"),
|
|
544
|
+
* // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
545
|
+
* // SendDelayMs: Number("int"),
|
|
546
|
+
* // },
|
|
531
547
|
* // },
|
|
532
548
|
* // Outputs: [ // __listOfOutput // required
|
|
533
549
|
* // { // Output
|
|
@@ -739,6 +755,9 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
739
755
|
* // RowLength: Number("int"),
|
|
740
756
|
* // },
|
|
741
757
|
* // },
|
|
758
|
+
* // CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
759
|
+
* // NameModifier: "STRING_VALUE",
|
|
760
|
+
* // },
|
|
742
761
|
* // },
|
|
743
762
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
744
763
|
* // },
|
|
@@ -867,6 +886,12 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
867
886
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
868
887
|
* // Prefix: "STRING_VALUE",
|
|
869
888
|
* // },
|
|
889
|
+
* // MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
890
|
+
* // MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
891
|
+
* // TileHeight: Number("int"),
|
|
892
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
893
|
+
* // TileWidth: Number("int"),
|
|
894
|
+
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
870
895
|
* // },
|
|
871
896
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
872
897
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -170,6 +170,10 @@ declare const UpdateChannelCommand_base: {
|
|
|
170
170
|
* ChannelsOut: Number("int"),
|
|
171
171
|
* },
|
|
172
172
|
* StreamName: "STRING_VALUE",
|
|
173
|
+
* AudioDashRoles: [ // __listOfDashRoleAudio
|
|
174
|
+
* "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
175
|
+
* ],
|
|
176
|
+
* DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
173
177
|
* },
|
|
174
178
|
* ],
|
|
175
179
|
* AvailBlanking: { // AvailBlanking
|
|
@@ -292,6 +296,10 @@ declare const UpdateChannelCommand_base: {
|
|
|
292
296
|
* LanguageCode: "STRING_VALUE",
|
|
293
297
|
* LanguageDescription: "STRING_VALUE",
|
|
294
298
|
* Name: "STRING_VALUE", // required
|
|
299
|
+
* CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
300
|
+
* "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
301
|
+
* ],
|
|
302
|
+
* DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
295
303
|
* },
|
|
296
304
|
* ],
|
|
297
305
|
* FeatureActivations: { // FeatureActivations
|
|
@@ -493,6 +501,14 @@ declare const UpdateChannelCommand_base: {
|
|
|
493
501
|
* TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
494
502
|
* TimedMetadataId3Period: Number("int"),
|
|
495
503
|
* },
|
|
504
|
+
* CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
505
|
+
* Destination: "<OutputLocationRef>", // required
|
|
506
|
+
* NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
507
|
+
* Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
508
|
+
* SegmentLength: Number("int"),
|
|
509
|
+
* SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
510
|
+
* SendDelayMs: Number("int"),
|
|
511
|
+
* },
|
|
496
512
|
* },
|
|
497
513
|
* Outputs: [ // __listOfOutput // required
|
|
498
514
|
* { // Output
|
|
@@ -704,6 +720,9 @@ declare const UpdateChannelCommand_base: {
|
|
|
704
720
|
* RowLength: Number("int"),
|
|
705
721
|
* },
|
|
706
722
|
* },
|
|
723
|
+
* CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
724
|
+
* NameModifier: "STRING_VALUE",
|
|
725
|
+
* },
|
|
707
726
|
* },
|
|
708
727
|
* VideoDescriptionName: "STRING_VALUE",
|
|
709
728
|
* },
|
|
@@ -832,6 +851,12 @@ declare const UpdateChannelCommand_base: {
|
|
|
832
851
|
* Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
833
852
|
* Prefix: "STRING_VALUE",
|
|
834
853
|
* },
|
|
854
|
+
* MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
855
|
+
* MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
856
|
+
* TileHeight: Number("int"),
|
|
857
|
+
* TilePadding: "NONE" || "PADDED",
|
|
858
|
+
* TileWidth: Number("int"),
|
|
859
|
+
* TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
835
860
|
* },
|
|
836
861
|
* Mpeg2Settings: { // Mpeg2Settings
|
|
837
862
|
* AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -1175,6 +1200,10 @@ declare const UpdateChannelCommand_base: {
|
|
|
1175
1200
|
* // ChannelsOut: Number("int"),
|
|
1176
1201
|
* // },
|
|
1177
1202
|
* // StreamName: "STRING_VALUE",
|
|
1203
|
+
* // AudioDashRoles: [ // __listOfDashRoleAudio
|
|
1204
|
+
* // "ALTERNATE" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EMERGENCY" || "ENHANCED-AUDIO-INTELLIGIBILITY" || "KARAOKE" || "MAIN" || "SUPPLEMENTARY",
|
|
1205
|
+
* // ],
|
|
1206
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
1178
1207
|
* // },
|
|
1179
1208
|
* // ],
|
|
1180
1209
|
* // AvailBlanking: { // AvailBlanking
|
|
@@ -1297,6 +1326,10 @@ declare const UpdateChannelCommand_base: {
|
|
|
1297
1326
|
* // LanguageCode: "STRING_VALUE",
|
|
1298
1327
|
* // LanguageDescription: "STRING_VALUE",
|
|
1299
1328
|
* // Name: "STRING_VALUE", // required
|
|
1329
|
+
* // CaptionDashRoles: [ // __listOfDashRoleCaption
|
|
1330
|
+
* // "ALTERNATE" || "CAPTION" || "COMMENTARY" || "DESCRIPTION" || "DUB" || "EASYREADER" || "EMERGENCY" || "FORCED-SUBTITLE" || "KARAOKE" || "MAIN" || "METADATA" || "SUBTITLE" || "SUPPLEMENTARY",
|
|
1331
|
+
* // ],
|
|
1332
|
+
* // DvbDashAccessibility: "DVBDASH_1_VISUALLY_IMPAIRED" || "DVBDASH_2_HARD_OF_HEARING" || "DVBDASH_3_SUPPLEMENTAL_COMMENTARY" || "DVBDASH_4_DIRECTORS_COMMENTARY" || "DVBDASH_5_EDUCATIONAL_NOTES" || "DVBDASH_6_MAIN_PROGRAM" || "DVBDASH_7_CLEAN_FEED",
|
|
1300
1333
|
* // },
|
|
1301
1334
|
* // ],
|
|
1302
1335
|
* // FeatureActivations: { // FeatureActivations
|
|
@@ -1498,6 +1531,14 @@ declare const UpdateChannelCommand_base: {
|
|
|
1498
1531
|
* // TimedMetadataId3Frame: "NONE" || "PRIV" || "TDRL",
|
|
1499
1532
|
* // TimedMetadataId3Period: Number("int"),
|
|
1500
1533
|
* // },
|
|
1534
|
+
* // CmafIngestGroupSettings: { // CmafIngestGroupSettings
|
|
1535
|
+
* // Destination: "<OutputLocationRef>", // required
|
|
1536
|
+
* // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
|
|
1537
|
+
* // Scte35Type: "NONE" || "SCTE_35_WITHOUT_SEGMENTATION",
|
|
1538
|
+
* // SegmentLength: Number("int"),
|
|
1539
|
+
* // SegmentLengthUnits: "MILLISECONDS" || "SECONDS",
|
|
1540
|
+
* // SendDelayMs: Number("int"),
|
|
1541
|
+
* // },
|
|
1501
1542
|
* // },
|
|
1502
1543
|
* // Outputs: [ // __listOfOutput // required
|
|
1503
1544
|
* // { // Output
|
|
@@ -1709,6 +1750,9 @@ declare const UpdateChannelCommand_base: {
|
|
|
1709
1750
|
* // RowLength: Number("int"),
|
|
1710
1751
|
* // },
|
|
1711
1752
|
* // },
|
|
1753
|
+
* // CmafIngestOutputSettings: { // CmafIngestOutputSettings
|
|
1754
|
+
* // NameModifier: "STRING_VALUE",
|
|
1755
|
+
* // },
|
|
1712
1756
|
* // },
|
|
1713
1757
|
* // VideoDescriptionName: "STRING_VALUE",
|
|
1714
1758
|
* // },
|
|
@@ -1837,6 +1881,12 @@ declare const UpdateChannelCommand_base: {
|
|
|
1837
1881
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
1838
1882
|
* // Prefix: "STRING_VALUE",
|
|
1839
1883
|
* // },
|
|
1884
|
+
* // MvOverPictureBoundaries: "DISABLED" || "ENABLED",
|
|
1885
|
+
* // MvTemporalPredictor: "DISABLED" || "ENABLED",
|
|
1886
|
+
* // TileHeight: Number("int"),
|
|
1887
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
1888
|
+
* // TileWidth: Number("int"),
|
|
1889
|
+
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1840
1890
|
* // },
|
|
1841
1891
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
1842
1892
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -30,6 +30,25 @@ export interface AudioChannelMapping {
|
|
|
30
30
|
*/
|
|
31
31
|
OutputChannel: number | undefined;
|
|
32
32
|
}
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
* @enum
|
|
36
|
+
*/
|
|
37
|
+
export declare const DashRoleAudio: {
|
|
38
|
+
readonly ALTERNATE: "ALTERNATE";
|
|
39
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
40
|
+
readonly DESCRIPTION: "DESCRIPTION";
|
|
41
|
+
readonly DUB: "DUB";
|
|
42
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
43
|
+
readonly ENHANCED_AUDIO_INTELLIGIBILITY: "ENHANCED-AUDIO-INTELLIGIBILITY";
|
|
44
|
+
readonly KARAOKE: "KARAOKE";
|
|
45
|
+
readonly MAIN: "MAIN";
|
|
46
|
+
readonly SUPPLEMENTARY: "SUPPLEMENTARY";
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export type DashRoleAudio = (typeof DashRoleAudio)[keyof typeof DashRoleAudio];
|
|
33
52
|
/**
|
|
34
53
|
* @public
|
|
35
54
|
* @enum
|
|
@@ -982,6 +1001,23 @@ export interface AudioCodecSettings {
|
|
|
982
1001
|
*/
|
|
983
1002
|
WavSettings?: WavSettings;
|
|
984
1003
|
}
|
|
1004
|
+
/**
|
|
1005
|
+
* @public
|
|
1006
|
+
* @enum
|
|
1007
|
+
*/
|
|
1008
|
+
export declare const DvbDashAccessibility: {
|
|
1009
|
+
readonly DVBDASH_1_VISUALLY_IMPAIRED: "DVBDASH_1_VISUALLY_IMPAIRED";
|
|
1010
|
+
readonly DVBDASH_2_HARD_OF_HEARING: "DVBDASH_2_HARD_OF_HEARING";
|
|
1011
|
+
readonly DVBDASH_3_SUPPLEMENTAL_COMMENTARY: "DVBDASH_3_SUPPLEMENTAL_COMMENTARY";
|
|
1012
|
+
readonly DVBDASH_4_DIRECTORS_COMMENTARY: "DVBDASH_4_DIRECTORS_COMMENTARY";
|
|
1013
|
+
readonly DVBDASH_5_EDUCATIONAL_NOTES: "DVBDASH_5_EDUCATIONAL_NOTES";
|
|
1014
|
+
readonly DVBDASH_6_MAIN_PROGRAM: "DVBDASH_6_MAIN_PROGRAM";
|
|
1015
|
+
readonly DVBDASH_7_CLEAN_FEED: "DVBDASH_7_CLEAN_FEED";
|
|
1016
|
+
};
|
|
1017
|
+
/**
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
1020
|
+
export type DvbDashAccessibility = (typeof DvbDashAccessibility)[keyof typeof DvbDashAccessibility];
|
|
985
1021
|
/**
|
|
986
1022
|
* @public
|
|
987
1023
|
* @enum
|
|
@@ -1079,6 +1115,16 @@ export interface AudioDescription {
|
|
|
1079
1115
|
* @public
|
|
1080
1116
|
*/
|
|
1081
1117
|
StreamName?: string;
|
|
1118
|
+
/**
|
|
1119
|
+
* Identifies the DASH roles to assign to this audio output. Applies only when the audio output is configured for DVB DASH accessibility signaling.
|
|
1120
|
+
* @public
|
|
1121
|
+
*/
|
|
1122
|
+
AudioDashRoles?: DashRoleAudio[];
|
|
1123
|
+
/**
|
|
1124
|
+
* Identifies DVB DASH accessibility signaling in this audio output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.
|
|
1125
|
+
* @public
|
|
1126
|
+
*/
|
|
1127
|
+
DvbDashAccessibility?: DvbDashAccessibility;
|
|
1082
1128
|
}
|
|
1083
1129
|
/**
|
|
1084
1130
|
* Audio Hls Rendition Selection
|
|
@@ -1293,6 +1339,29 @@ export declare const AccessibilityType: {
|
|
|
1293
1339
|
* @public
|
|
1294
1340
|
*/
|
|
1295
1341
|
export type AccessibilityType = (typeof AccessibilityType)[keyof typeof AccessibilityType];
|
|
1342
|
+
/**
|
|
1343
|
+
* @public
|
|
1344
|
+
* @enum
|
|
1345
|
+
*/
|
|
1346
|
+
export declare const DashRoleCaption: {
|
|
1347
|
+
readonly ALTERNATE: "ALTERNATE";
|
|
1348
|
+
readonly CAPTION: "CAPTION";
|
|
1349
|
+
readonly COMMENTARY: "COMMENTARY";
|
|
1350
|
+
readonly DESCRIPTION: "DESCRIPTION";
|
|
1351
|
+
readonly DUB: "DUB";
|
|
1352
|
+
readonly EASYREADER: "EASYREADER";
|
|
1353
|
+
readonly EMERGENCY: "EMERGENCY";
|
|
1354
|
+
readonly FORCED_SUBTITLE: "FORCED-SUBTITLE";
|
|
1355
|
+
readonly KARAOKE: "KARAOKE";
|
|
1356
|
+
readonly MAIN: "MAIN";
|
|
1357
|
+
readonly METADATA: "METADATA";
|
|
1358
|
+
readonly SUBTITLE: "SUBTITLE";
|
|
1359
|
+
readonly SUPPLEMENTARY: "SUPPLEMENTARY";
|
|
1360
|
+
};
|
|
1361
|
+
/**
|
|
1362
|
+
* @public
|
|
1363
|
+
*/
|
|
1364
|
+
export type DashRoleCaption = (typeof DashRoleCaption)[keyof typeof DashRoleCaption];
|
|
1296
1365
|
/**
|
|
1297
1366
|
* Arib Destination Settings
|
|
1298
1367
|
* @public
|
|
@@ -1923,6 +1992,16 @@ export interface CaptionDescription {
|
|
|
1923
1992
|
* @public
|
|
1924
1993
|
*/
|
|
1925
1994
|
Name: string | undefined;
|
|
1995
|
+
/**
|
|
1996
|
+
* Identifies the DASH roles to assign to this captions output. Applies only when the captions output is configured for DVB DASH accessibility signaling.
|
|
1997
|
+
* @public
|
|
1998
|
+
*/
|
|
1999
|
+
CaptionDashRoles?: DashRoleCaption[];
|
|
2000
|
+
/**
|
|
2001
|
+
* Identifies DVB DASH accessibility signaling in this captions output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.
|
|
2002
|
+
* @public
|
|
2003
|
+
*/
|
|
2004
|
+
DvbDashAccessibility?: DvbDashAccessibility;
|
|
1926
2005
|
}
|
|
1927
2006
|
/**
|
|
1928
2007
|
* Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.
|
|
@@ -4908,6 +4987,17 @@ export interface ArchiveOutputSettings {
|
|
|
4908
4987
|
*/
|
|
4909
4988
|
NameModifier?: string;
|
|
4910
4989
|
}
|
|
4990
|
+
/**
|
|
4991
|
+
* Cmaf Ingest Output Settings
|
|
4992
|
+
* @public
|
|
4993
|
+
*/
|
|
4994
|
+
export interface CmafIngestOutputSettings {
|
|
4995
|
+
/**
|
|
4996
|
+
* String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
|
|
4997
|
+
* @public
|
|
4998
|
+
*/
|
|
4999
|
+
NameModifier?: string;
|
|
5000
|
+
}
|
|
4911
5001
|
/**
|
|
4912
5002
|
* Frame Capture Output Settings
|
|
4913
5003
|
* @public
|
|
@@ -5488,6 +5578,11 @@ export interface OutputSettings {
|
|
|
5488
5578
|
* @public
|
|
5489
5579
|
*/
|
|
5490
5580
|
UdpOutputSettings?: UdpOutputSettings;
|
|
5581
|
+
/**
|
|
5582
|
+
* Cmaf Ingest Output Settings
|
|
5583
|
+
* @public
|
|
5584
|
+
*/
|
|
5585
|
+
CmafIngestOutputSettings?: CmafIngestOutputSettings;
|
|
5491
5586
|
}
|
|
5492
5587
|
/**
|
|
5493
5588
|
* Output settings. There can be multiple outputs within a group.
|
|
@@ -5577,6 +5672,78 @@ export interface ArchiveGroupSettings {
|
|
|
5577
5672
|
*/
|
|
5578
5673
|
RolloverInterval?: number;
|
|
5579
5674
|
}
|
|
5675
|
+
/**
|
|
5676
|
+
* @public
|
|
5677
|
+
* @enum
|
|
5678
|
+
*/
|
|
5679
|
+
export declare const CmafNielsenId3Behavior: {
|
|
5680
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
5681
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
5682
|
+
};
|
|
5683
|
+
/**
|
|
5684
|
+
* @public
|
|
5685
|
+
*/
|
|
5686
|
+
export type CmafNielsenId3Behavior = (typeof CmafNielsenId3Behavior)[keyof typeof CmafNielsenId3Behavior];
|
|
5687
|
+
/**
|
|
5688
|
+
* @public
|
|
5689
|
+
* @enum
|
|
5690
|
+
*/
|
|
5691
|
+
export declare const Scte35Type: {
|
|
5692
|
+
readonly NONE: "NONE";
|
|
5693
|
+
readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
|
|
5694
|
+
};
|
|
5695
|
+
/**
|
|
5696
|
+
* @public
|
|
5697
|
+
*/
|
|
5698
|
+
export type Scte35Type = (typeof Scte35Type)[keyof typeof Scte35Type];
|
|
5699
|
+
/**
|
|
5700
|
+
* @public
|
|
5701
|
+
* @enum
|
|
5702
|
+
*/
|
|
5703
|
+
export declare const CmafIngestSegmentLengthUnits: {
|
|
5704
|
+
readonly MILLISECONDS: "MILLISECONDS";
|
|
5705
|
+
readonly SECONDS: "SECONDS";
|
|
5706
|
+
};
|
|
5707
|
+
/**
|
|
5708
|
+
* @public
|
|
5709
|
+
*/
|
|
5710
|
+
export type CmafIngestSegmentLengthUnits = (typeof CmafIngestSegmentLengthUnits)[keyof typeof CmafIngestSegmentLengthUnits];
|
|
5711
|
+
/**
|
|
5712
|
+
* Cmaf Ingest Group Settings
|
|
5713
|
+
* @public
|
|
5714
|
+
*/
|
|
5715
|
+
export interface CmafIngestGroupSettings {
|
|
5716
|
+
/**
|
|
5717
|
+
* A HTTP destination for the tracks
|
|
5718
|
+
* @public
|
|
5719
|
+
*/
|
|
5720
|
+
Destination: OutputLocationRef | undefined;
|
|
5721
|
+
/**
|
|
5722
|
+
* If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
|
|
5723
|
+
* @public
|
|
5724
|
+
*/
|
|
5725
|
+
NielsenId3Behavior?: CmafNielsenId3Behavior;
|
|
5726
|
+
/**
|
|
5727
|
+
* Type of scte35 track to add. none or scte35WithoutSegmentation
|
|
5728
|
+
* @public
|
|
5729
|
+
*/
|
|
5730
|
+
Scte35Type?: Scte35Type;
|
|
5731
|
+
/**
|
|
5732
|
+
* The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
|
|
5733
|
+
* @public
|
|
5734
|
+
*/
|
|
5735
|
+
SegmentLength?: number;
|
|
5736
|
+
/**
|
|
5737
|
+
* Time unit for segment length parameter.
|
|
5738
|
+
* @public
|
|
5739
|
+
*/
|
|
5740
|
+
SegmentLengthUnits?: CmafIngestSegmentLengthUnits;
|
|
5741
|
+
/**
|
|
5742
|
+
* Number of milliseconds to delay the output from the second pipeline.
|
|
5743
|
+
* @public
|
|
5744
|
+
*/
|
|
5745
|
+
SendDelayMs?: number;
|
|
5746
|
+
}
|
|
5580
5747
|
/**
|
|
5581
5748
|
* Frame Capture S3 Settings
|
|
5582
5749
|
* @public
|
|
@@ -5676,159 +5843,3 @@ export declare const HlsDiscontinuityTags: {
|
|
|
5676
5843
|
* @public
|
|
5677
5844
|
*/
|
|
5678
5845
|
export type HlsDiscontinuityTags = (typeof HlsDiscontinuityTags)[keyof typeof HlsDiscontinuityTags];
|
|
5679
|
-
/**
|
|
5680
|
-
* @public
|
|
5681
|
-
* @enum
|
|
5682
|
-
*/
|
|
5683
|
-
export declare const HlsEncryptionType: {
|
|
5684
|
-
readonly AES128: "AES128";
|
|
5685
|
-
readonly SAMPLE_AES: "SAMPLE_AES";
|
|
5686
|
-
};
|
|
5687
|
-
/**
|
|
5688
|
-
* @public
|
|
5689
|
-
*/
|
|
5690
|
-
export type HlsEncryptionType = (typeof HlsEncryptionType)[keyof typeof HlsEncryptionType];
|
|
5691
|
-
/**
|
|
5692
|
-
* @public
|
|
5693
|
-
* @enum
|
|
5694
|
-
*/
|
|
5695
|
-
export declare const HlsAkamaiHttpTransferMode: {
|
|
5696
|
-
readonly CHUNKED: "CHUNKED";
|
|
5697
|
-
readonly NON_CHUNKED: "NON_CHUNKED";
|
|
5698
|
-
};
|
|
5699
|
-
/**
|
|
5700
|
-
* @public
|
|
5701
|
-
*/
|
|
5702
|
-
export type HlsAkamaiHttpTransferMode = (typeof HlsAkamaiHttpTransferMode)[keyof typeof HlsAkamaiHttpTransferMode];
|
|
5703
|
-
/**
|
|
5704
|
-
* Hls Akamai Settings
|
|
5705
|
-
* @public
|
|
5706
|
-
*/
|
|
5707
|
-
export interface HlsAkamaiSettings {
|
|
5708
|
-
/**
|
|
5709
|
-
* Number of seconds to wait before retrying connection to the CDN if the connection is lost.
|
|
5710
|
-
* @public
|
|
5711
|
-
*/
|
|
5712
|
-
ConnectionRetryInterval?: number;
|
|
5713
|
-
/**
|
|
5714
|
-
* Size in seconds of file cache for streaming outputs.
|
|
5715
|
-
* @public
|
|
5716
|
-
*/
|
|
5717
|
-
FilecacheDuration?: number;
|
|
5718
|
-
/**
|
|
5719
|
-
* Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.
|
|
5720
|
-
* @public
|
|
5721
|
-
*/
|
|
5722
|
-
HttpTransferMode?: HlsAkamaiHttpTransferMode;
|
|
5723
|
-
/**
|
|
5724
|
-
* Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.
|
|
5725
|
-
* @public
|
|
5726
|
-
*/
|
|
5727
|
-
NumRetries?: number;
|
|
5728
|
-
/**
|
|
5729
|
-
* If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
|
|
5730
|
-
* @public
|
|
5731
|
-
*/
|
|
5732
|
-
RestartDelay?: number;
|
|
5733
|
-
/**
|
|
5734
|
-
* Salt for authenticated Akamai.
|
|
5735
|
-
* @public
|
|
5736
|
-
*/
|
|
5737
|
-
Salt?: string;
|
|
5738
|
-
/**
|
|
5739
|
-
* Token parameter for authenticated akamai. If not specified, _gda_ is used.
|
|
5740
|
-
* @public
|
|
5741
|
-
*/
|
|
5742
|
-
Token?: string;
|
|
5743
|
-
}
|
|
5744
|
-
/**
|
|
5745
|
-
* Hls Basic Put Settings
|
|
5746
|
-
* @public
|
|
5747
|
-
*/
|
|
5748
|
-
export interface HlsBasicPutSettings {
|
|
5749
|
-
/**
|
|
5750
|
-
* Number of seconds to wait before retrying connection to the CDN if the connection is lost.
|
|
5751
|
-
* @public
|
|
5752
|
-
*/
|
|
5753
|
-
ConnectionRetryInterval?: number;
|
|
5754
|
-
/**
|
|
5755
|
-
* Size in seconds of file cache for streaming outputs.
|
|
5756
|
-
* @public
|
|
5757
|
-
*/
|
|
5758
|
-
FilecacheDuration?: number;
|
|
5759
|
-
/**
|
|
5760
|
-
* Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.
|
|
5761
|
-
* @public
|
|
5762
|
-
*/
|
|
5763
|
-
NumRetries?: number;
|
|
5764
|
-
/**
|
|
5765
|
-
* If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
|
|
5766
|
-
* @public
|
|
5767
|
-
*/
|
|
5768
|
-
RestartDelay?: number;
|
|
5769
|
-
}
|
|
5770
|
-
/**
|
|
5771
|
-
* @public
|
|
5772
|
-
* @enum
|
|
5773
|
-
*/
|
|
5774
|
-
export declare const HlsMediaStoreStorageClass: {
|
|
5775
|
-
readonly TEMPORAL: "TEMPORAL";
|
|
5776
|
-
};
|
|
5777
|
-
/**
|
|
5778
|
-
* @public
|
|
5779
|
-
*/
|
|
5780
|
-
export type HlsMediaStoreStorageClass = (typeof HlsMediaStoreStorageClass)[keyof typeof HlsMediaStoreStorageClass];
|
|
5781
|
-
/**
|
|
5782
|
-
* Hls Media Store Settings
|
|
5783
|
-
* @public
|
|
5784
|
-
*/
|
|
5785
|
-
export interface HlsMediaStoreSettings {
|
|
5786
|
-
/**
|
|
5787
|
-
* Number of seconds to wait before retrying connection to the CDN if the connection is lost.
|
|
5788
|
-
* @public
|
|
5789
|
-
*/
|
|
5790
|
-
ConnectionRetryInterval?: number;
|
|
5791
|
-
/**
|
|
5792
|
-
* Size in seconds of file cache for streaming outputs.
|
|
5793
|
-
* @public
|
|
5794
|
-
*/
|
|
5795
|
-
FilecacheDuration?: number;
|
|
5796
|
-
/**
|
|
5797
|
-
* When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
|
|
5798
|
-
* @public
|
|
5799
|
-
*/
|
|
5800
|
-
MediaStoreStorageClass?: HlsMediaStoreStorageClass;
|
|
5801
|
-
/**
|
|
5802
|
-
* Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.
|
|
5803
|
-
* @public
|
|
5804
|
-
*/
|
|
5805
|
-
NumRetries?: number;
|
|
5806
|
-
/**
|
|
5807
|
-
* If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
|
|
5808
|
-
* @public
|
|
5809
|
-
*/
|
|
5810
|
-
RestartDelay?: number;
|
|
5811
|
-
}
|
|
5812
|
-
/**
|
|
5813
|
-
* Hls S3 Settings
|
|
5814
|
-
* @public
|
|
5815
|
-
*/
|
|
5816
|
-
export interface HlsS3Settings {
|
|
5817
|
-
/**
|
|
5818
|
-
* Specify the canned ACL to apply to each S3 request. Defaults to none.
|
|
5819
|
-
* @public
|
|
5820
|
-
*/
|
|
5821
|
-
CannedAcl?: S3CannedAcl;
|
|
5822
|
-
}
|
|
5823
|
-
/**
|
|
5824
|
-
* @public
|
|
5825
|
-
* @enum
|
|
5826
|
-
*/
|
|
5827
|
-
export declare const HlsWebdavHttpTransferMode: {
|
|
5828
|
-
readonly CHUNKED: "CHUNKED";
|
|
5829
|
-
readonly NON_CHUNKED: "NON_CHUNKED";
|
|
5830
|
-
};
|
|
5831
|
-
/**
|
|
5832
|
-
* @public
|
|
5833
|
-
*/
|
|
5834
|
-
export type HlsWebdavHttpTransferMode = (typeof HlsWebdavHttpTransferMode)[keyof typeof HlsWebdavHttpTransferMode];
|