@aws-sdk/client-mediaconvert 3.758.0 → 3.770.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/README.md +8 -0
- package/dist-cjs/index.js +270 -8
- package/dist-es/MediaConvert.js +2 -0
- package/dist-es/commands/ProbeCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +3 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/models/models_2.js +94 -0
- package/dist-es/protocols/Aws_restJson1.js +141 -1
- package/dist-types/MediaConvert.d.ts +8 -0
- package/dist-types/MediaConvertClient.d.ts +3 -2
- package/dist-types/commands/CreateJobCommand.d.ts +14 -10
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +14 -10
- package/dist-types/commands/CreatePresetCommand.d.ts +8 -4
- package/dist-types/commands/GetJobCommand.d.ts +7 -5
- package/dist-types/commands/GetJobTemplateCommand.d.ts +7 -5
- package/dist-types/commands/GetPresetCommand.d.ts +4 -2
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +7 -5
- package/dist-types/commands/ListJobsCommand.d.ts +7 -5
- package/dist-types/commands/ListPresetsCommand.d.ts +4 -2
- package/dist-types/commands/ProbeCommand.d.ts +154 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +7 -5
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +14 -10
- package/dist-types/commands/UpdatePresetCommand.d.ts +8 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +8 -6
- package/dist-types/models/models_1.d.ts +13 -2
- package/dist-types/models/models_2.d.ts +412 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/MediaConvert.d.ts +15 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +3 -0
- package/dist-types/ts3.4/commands/ProbeCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +167 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +1 -1
|
@@ -315,6 +315,7 @@ declare const CreatePresetCommand_base: {
|
|
|
315
315
|
* AudioPids: [ // __listOf__integerMin32Max8182
|
|
316
316
|
* Number("int"),
|
|
317
317
|
* ],
|
|
318
|
+
* AudioPtsOffsetDelta: Number("int"),
|
|
318
319
|
* Bitrate: Number("int"),
|
|
319
320
|
* BufferModel: "MULTIPLEX" || "NONE",
|
|
320
321
|
* DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -355,7 +356,7 @@ declare const CreatePresetCommand_base: {
|
|
|
355
356
|
* PrivateMetadataPid: Number("int"),
|
|
356
357
|
* ProgramNumber: Number("int"),
|
|
357
358
|
* PtsOffset: Number("int"),
|
|
358
|
-
* PtsOffsetMode: "AUTO" || "SECONDS",
|
|
359
|
+
* PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
359
360
|
* RateMode: "VBR" || "CBR",
|
|
360
361
|
* Scte35Esam: { // M2tsScte35Esam
|
|
361
362
|
* Scte35EsamPid: Number("int"),
|
|
@@ -375,6 +376,7 @@ declare const CreatePresetCommand_base: {
|
|
|
375
376
|
* AudioPids: [
|
|
376
377
|
* Number("int"),
|
|
377
378
|
* ],
|
|
379
|
+
* AudioPtsOffsetDelta: Number("int"),
|
|
378
380
|
* DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
379
381
|
* MaxPcrInterval: Number("int"),
|
|
380
382
|
* NielsenId3: "INSERT" || "NONE",
|
|
@@ -386,7 +388,7 @@ declare const CreatePresetCommand_base: {
|
|
|
386
388
|
* PrivateMetadataPid: Number("int"),
|
|
387
389
|
* ProgramNumber: Number("int"),
|
|
388
390
|
* PtsOffset: Number("int"),
|
|
389
|
-
* PtsOffsetMode: "AUTO" || "SECONDS",
|
|
391
|
+
* PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
390
392
|
* Scte35Pid: Number("int"),
|
|
391
393
|
* Scte35Source: "PASSTHROUGH" || "NONE",
|
|
392
394
|
* TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1150,6 +1152,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1150
1152
|
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
1151
1153
|
* // Number("int"),
|
|
1152
1154
|
* // ],
|
|
1155
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1153
1156
|
* // Bitrate: Number("int"),
|
|
1154
1157
|
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
1155
1158
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -1190,7 +1193,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1190
1193
|
* // PrivateMetadataPid: Number("int"),
|
|
1191
1194
|
* // ProgramNumber: Number("int"),
|
|
1192
1195
|
* // PtsOffset: Number("int"),
|
|
1193
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1196
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1194
1197
|
* // RateMode: "VBR" || "CBR",
|
|
1195
1198
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
1196
1199
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -1210,6 +1213,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1210
1213
|
* // AudioPids: [
|
|
1211
1214
|
* // Number("int"),
|
|
1212
1215
|
* // ],
|
|
1216
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1213
1217
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
1214
1218
|
* // MaxPcrInterval: Number("int"),
|
|
1215
1219
|
* // NielsenId3: "INSERT" || "NONE",
|
|
@@ -1221,7 +1225,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1221
1225
|
* // PrivateMetadataPid: Number("int"),
|
|
1222
1226
|
* // ProgramNumber: Number("int"),
|
|
1223
1227
|
* // PtsOffset: Number("int"),
|
|
1224
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1228
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1225
1229
|
* // Scte35Pid: Number("int"),
|
|
1226
1230
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1227
1231
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -521,7 +521,7 @@ declare const GetJobCommand_base: {
|
|
|
521
521
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
522
522
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
523
523
|
* // SegmentLength: Number("int"),
|
|
524
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
524
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
525
525
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
526
526
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
527
527
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
@@ -589,7 +589,7 @@ declare const GetJobCommand_base: {
|
|
|
589
589
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
590
590
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
591
591
|
* // SegmentLength: Number("int"),
|
|
592
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
592
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
593
593
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
594
594
|
* // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
|
|
595
595
|
* // },
|
|
@@ -694,7 +694,7 @@ declare const GetJobCommand_base: {
|
|
|
694
694
|
* // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
|
|
695
695
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
696
696
|
* // SegmentLength: Number("int"),
|
|
697
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
697
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
698
698
|
* // SegmentsPerSubdirectory: Number("int"),
|
|
699
699
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
700
700
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
@@ -1025,6 +1025,7 @@ declare const GetJobCommand_base: {
|
|
|
1025
1025
|
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
1026
1026
|
* // Number("int"),
|
|
1027
1027
|
* // ],
|
|
1028
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1028
1029
|
* // Bitrate: Number("int"),
|
|
1029
1030
|
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
1030
1031
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -1065,7 +1066,7 @@ declare const GetJobCommand_base: {
|
|
|
1065
1066
|
* // PrivateMetadataPid: Number("int"),
|
|
1066
1067
|
* // ProgramNumber: Number("int"),
|
|
1067
1068
|
* // PtsOffset: Number("int"),
|
|
1068
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1069
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1069
1070
|
* // RateMode: "VBR" || "CBR",
|
|
1070
1071
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
1071
1072
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -1085,6 +1086,7 @@ declare const GetJobCommand_base: {
|
|
|
1085
1086
|
* // AudioPids: [
|
|
1086
1087
|
* // Number("int"),
|
|
1087
1088
|
* // ],
|
|
1089
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1088
1090
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
1089
1091
|
* // MaxPcrInterval: Number("int"),
|
|
1090
1092
|
* // NielsenId3: "INSERT" || "NONE",
|
|
@@ -1096,7 +1098,7 @@ declare const GetJobCommand_base: {
|
|
|
1096
1098
|
* // PrivateMetadataPid: Number("int"),
|
|
1097
1099
|
* // ProgramNumber: Number("int"),
|
|
1098
1100
|
* // PtsOffset: Number("int"),
|
|
1099
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1101
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1100
1102
|
* // Scte35Pid: Number("int"),
|
|
1101
1103
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1102
1104
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -467,7 +467,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
467
467
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
468
468
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
469
469
|
* // SegmentLength: Number("int"),
|
|
470
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
470
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
471
471
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
472
472
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
473
473
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
@@ -535,7 +535,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
535
535
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
536
536
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
537
537
|
* // SegmentLength: Number("int"),
|
|
538
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
538
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
539
539
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
540
540
|
* // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
|
|
541
541
|
* // },
|
|
@@ -640,7 +640,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
640
640
|
* // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
|
|
641
641
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
642
642
|
* // SegmentLength: Number("int"),
|
|
643
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
643
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
644
644
|
* // SegmentsPerSubdirectory: Number("int"),
|
|
645
645
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
646
646
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
@@ -971,6 +971,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
971
971
|
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
972
972
|
* // Number("int"),
|
|
973
973
|
* // ],
|
|
974
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
974
975
|
* // Bitrate: Number("int"),
|
|
975
976
|
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
976
977
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -1011,7 +1012,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1011
1012
|
* // PrivateMetadataPid: Number("int"),
|
|
1012
1013
|
* // ProgramNumber: Number("int"),
|
|
1013
1014
|
* // PtsOffset: Number("int"),
|
|
1014
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1015
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1015
1016
|
* // RateMode: "VBR" || "CBR",
|
|
1016
1017
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
1017
1018
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -1031,6 +1032,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1031
1032
|
* // AudioPids: [
|
|
1032
1033
|
* // Number("int"),
|
|
1033
1034
|
* // ],
|
|
1035
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1034
1036
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
1035
1037
|
* // MaxPcrInterval: Number("int"),
|
|
1036
1038
|
* // NielsenId3: "INSERT" || "NONE",
|
|
@@ -1042,7 +1044,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1042
1044
|
* // PrivateMetadataPid: Number("int"),
|
|
1043
1045
|
* // ProgramNumber: Number("int"),
|
|
1044
1046
|
* // PtsOffset: Number("int"),
|
|
1045
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1047
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1046
1048
|
* // Scte35Pid: Number("int"),
|
|
1047
1049
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1048
1050
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -324,6 +324,7 @@ declare const GetPresetCommand_base: {
|
|
|
324
324
|
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
325
325
|
* // Number("int"),
|
|
326
326
|
* // ],
|
|
327
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
327
328
|
* // Bitrate: Number("int"),
|
|
328
329
|
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
329
330
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -364,7 +365,7 @@ declare const GetPresetCommand_base: {
|
|
|
364
365
|
* // PrivateMetadataPid: Number("int"),
|
|
365
366
|
* // ProgramNumber: Number("int"),
|
|
366
367
|
* // PtsOffset: Number("int"),
|
|
367
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
368
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
368
369
|
* // RateMode: "VBR" || "CBR",
|
|
369
370
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
370
371
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -384,6 +385,7 @@ declare const GetPresetCommand_base: {
|
|
|
384
385
|
* // AudioPids: [
|
|
385
386
|
* // Number("int"),
|
|
386
387
|
* // ],
|
|
388
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
387
389
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
388
390
|
* // MaxPcrInterval: Number("int"),
|
|
389
391
|
* // NielsenId3: "INSERT" || "NONE",
|
|
@@ -395,7 +397,7 @@ declare const GetPresetCommand_base: {
|
|
|
395
397
|
* // PrivateMetadataPid: Number("int"),
|
|
396
398
|
* // ProgramNumber: Number("int"),
|
|
397
399
|
* // PtsOffset: Number("int"),
|
|
398
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
400
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
399
401
|
* // Scte35Pid: Number("int"),
|
|
400
402
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
401
403
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -472,7 +472,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
472
472
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
473
473
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
474
474
|
* // SegmentLength: Number("int"),
|
|
475
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
475
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
476
476
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
477
477
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
478
478
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
@@ -540,7 +540,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
540
540
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
541
541
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
542
542
|
* // SegmentLength: Number("int"),
|
|
543
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
543
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
544
544
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
545
545
|
* // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
|
|
546
546
|
* // },
|
|
@@ -645,7 +645,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
645
645
|
* // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
|
|
646
646
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
647
647
|
* // SegmentLength: Number("int"),
|
|
648
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
648
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
649
649
|
* // SegmentsPerSubdirectory: Number("int"),
|
|
650
650
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
651
651
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
@@ -976,6 +976,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
976
976
|
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
977
977
|
* // Number("int"),
|
|
978
978
|
* // ],
|
|
979
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
979
980
|
* // Bitrate: Number("int"),
|
|
980
981
|
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
981
982
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -1016,7 +1017,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1016
1017
|
* // PrivateMetadataPid: Number("int"),
|
|
1017
1018
|
* // ProgramNumber: Number("int"),
|
|
1018
1019
|
* // PtsOffset: Number("int"),
|
|
1019
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1020
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1020
1021
|
* // RateMode: "VBR" || "CBR",
|
|
1021
1022
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
1022
1023
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -1036,6 +1037,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1036
1037
|
* // AudioPids: [
|
|
1037
1038
|
* // Number("int"),
|
|
1038
1039
|
* // ],
|
|
1040
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1039
1041
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
1040
1042
|
* // MaxPcrInterval: Number("int"),
|
|
1041
1043
|
* // NielsenId3: "INSERT" || "NONE",
|
|
@@ -1047,7 +1049,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1047
1049
|
* // PrivateMetadataPid: Number("int"),
|
|
1048
1050
|
* // ProgramNumber: Number("int"),
|
|
1049
1051
|
* // PtsOffset: Number("int"),
|
|
1050
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1052
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1051
1053
|
* // Scte35Pid: Number("int"),
|
|
1052
1054
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1053
1055
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -526,7 +526,7 @@ declare const ListJobsCommand_base: {
|
|
|
526
526
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
527
527
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
528
528
|
* // SegmentLength: Number("int"),
|
|
529
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
529
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
530
530
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
531
531
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
532
532
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
@@ -594,7 +594,7 @@ declare const ListJobsCommand_base: {
|
|
|
594
594
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
595
595
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
596
596
|
* // SegmentLength: Number("int"),
|
|
597
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
597
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
598
598
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
599
599
|
* // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
|
|
600
600
|
* // },
|
|
@@ -699,7 +699,7 @@ declare const ListJobsCommand_base: {
|
|
|
699
699
|
* // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
|
|
700
700
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
701
701
|
* // SegmentLength: Number("int"),
|
|
702
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
702
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
703
703
|
* // SegmentsPerSubdirectory: Number("int"),
|
|
704
704
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
705
705
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
@@ -1030,6 +1030,7 @@ declare const ListJobsCommand_base: {
|
|
|
1030
1030
|
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
1031
1031
|
* // Number("int"),
|
|
1032
1032
|
* // ],
|
|
1033
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1033
1034
|
* // Bitrate: Number("int"),
|
|
1034
1035
|
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
1035
1036
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -1070,7 +1071,7 @@ declare const ListJobsCommand_base: {
|
|
|
1070
1071
|
* // PrivateMetadataPid: Number("int"),
|
|
1071
1072
|
* // ProgramNumber: Number("int"),
|
|
1072
1073
|
* // PtsOffset: Number("int"),
|
|
1073
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1074
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1074
1075
|
* // RateMode: "VBR" || "CBR",
|
|
1075
1076
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
1076
1077
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -1090,6 +1091,7 @@ declare const ListJobsCommand_base: {
|
|
|
1090
1091
|
* // AudioPids: [
|
|
1091
1092
|
* // Number("int"),
|
|
1092
1093
|
* // ],
|
|
1094
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1093
1095
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
1094
1096
|
* // MaxPcrInterval: Number("int"),
|
|
1095
1097
|
* // NielsenId3: "INSERT" || "NONE",
|
|
@@ -1101,7 +1103,7 @@ declare const ListJobsCommand_base: {
|
|
|
1101
1103
|
* // PrivateMetadataPid: Number("int"),
|
|
1102
1104
|
* // ProgramNumber: Number("int"),
|
|
1103
1105
|
* // PtsOffset: Number("int"),
|
|
1104
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1106
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1105
1107
|
* // Scte35Pid: Number("int"),
|
|
1106
1108
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1107
1109
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -330,6 +330,7 @@ declare const ListPresetsCommand_base: {
|
|
|
330
330
|
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
331
331
|
* // Number("int"),
|
|
332
332
|
* // ],
|
|
333
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
333
334
|
* // Bitrate: Number("int"),
|
|
334
335
|
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
335
336
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -370,7 +371,7 @@ declare const ListPresetsCommand_base: {
|
|
|
370
371
|
* // PrivateMetadataPid: Number("int"),
|
|
371
372
|
* // ProgramNumber: Number("int"),
|
|
372
373
|
* // PtsOffset: Number("int"),
|
|
373
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
374
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
374
375
|
* // RateMode: "VBR" || "CBR",
|
|
375
376
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
376
377
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -390,6 +391,7 @@ declare const ListPresetsCommand_base: {
|
|
|
390
391
|
* // AudioPids: [
|
|
391
392
|
* // Number("int"),
|
|
392
393
|
* // ],
|
|
394
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
393
395
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
394
396
|
* // MaxPcrInterval: Number("int"),
|
|
395
397
|
* // NielsenId3: "INSERT" || "NONE",
|
|
@@ -401,7 +403,7 @@ declare const ListPresetsCommand_base: {
|
|
|
401
403
|
* // PrivateMetadataPid: Number("int"),
|
|
402
404
|
* // ProgramNumber: Number("int"),
|
|
403
405
|
* // PtsOffset: Number("int"),
|
|
404
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
406
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
405
407
|
* // Scte35Pid: Number("int"),
|
|
406
408
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
407
409
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
+
import { ProbeRequest, ProbeResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ProbeCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ProbeCommandInput extends ProbeRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ProbeCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ProbeCommandOutput extends ProbeResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ProbeCommand_base: {
|
|
25
|
+
new (input: ProbeCommandInput): import("@smithy/smithy-client").CommandImpl<ProbeCommandInput, ProbeCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ProbeCommandInput]): import("@smithy/smithy-client").CommandImpl<ProbeCommandInput, ProbeCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* The Probe operation analyzes the provided media file and returns comprehensive metadata about its container format, tracks, and any encountered errors.
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { MediaConvertClient, ProbeCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import
|
|
35
|
+
* // const { MediaConvertClient, ProbeCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import
|
|
36
|
+
* const client = new MediaConvertClient(config);
|
|
37
|
+
* const input = { // ProbeRequest
|
|
38
|
+
* InputFiles: [ // __listOfProbeInputFile
|
|
39
|
+
* { // ProbeInputFile
|
|
40
|
+
* FileUrl: "STRING_VALUE",
|
|
41
|
+
* },
|
|
42
|
+
* ],
|
|
43
|
+
* };
|
|
44
|
+
* const command = new ProbeCommand(input);
|
|
45
|
+
* const response = await client.send(command);
|
|
46
|
+
* // { // ProbeResponse
|
|
47
|
+
* // ProbeResults: [ // __listOfProbeResult
|
|
48
|
+
* // { // ProbeResult
|
|
49
|
+
* // Container: { // Container
|
|
50
|
+
* // Duration: Number("double"),
|
|
51
|
+
* // Format: "mp4" || "quicktime" || "matroska" || "webm",
|
|
52
|
+
* // Tracks: [ // __listOfTrack
|
|
53
|
+
* // { // Track
|
|
54
|
+
* // AudioProperties: { // AudioProperties
|
|
55
|
+
* // BitDepth: Number("int"),
|
|
56
|
+
* // BitRate: Number("int"),
|
|
57
|
+
* // Channels: Number("int"),
|
|
58
|
+
* // FrameRate: { // FrameRate
|
|
59
|
+
* // Denominator: Number("int"),
|
|
60
|
+
* // Numerator: Number("int"),
|
|
61
|
+
* // },
|
|
62
|
+
* // LanguageCode: "STRING_VALUE",
|
|
63
|
+
* // SampleRate: Number("int"),
|
|
64
|
+
* // },
|
|
65
|
+
* // Codec: "UNKNOWN" || "AAC" || "AC3" || "EAC3" || "FLAC" || "MP3" || "OPUS" || "PCM" || "VORBIS" || "AV1" || "AVC" || "HEVC" || "MJPEG" || "MP4V" || "MPEG2" || "PRORES" || "THEORA" || "VP8" || "VP9" || "C608" || "C708" || "WEBVTT",
|
|
66
|
+
* // DataProperties: { // DataProperties
|
|
67
|
+
* // LanguageCode: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // Duration: Number("double"),
|
|
70
|
+
* // Index: Number("int"),
|
|
71
|
+
* // TrackType: "video" || "audio" || "data",
|
|
72
|
+
* // VideoProperties: { // VideoProperties
|
|
73
|
+
* // BitDepth: Number("int"),
|
|
74
|
+
* // BitRate: Number("int"),
|
|
75
|
+
* // ColorPrimaries: "ITU_709" || "UNSPECIFIED" || "RESERVED" || "ITU_470M" || "ITU_470BG" || "SMPTE_170M" || "SMPTE_240M" || "GENERIC_FILM" || "ITU_2020" || "SMPTE_428_1" || "SMPTE_431_2" || "SMPTE_EG_432_1" || "IPT" || "SMPTE_2067XYZ" || "EBU_3213_E" || "LAST",
|
|
76
|
+
* // FrameRate: {
|
|
77
|
+
* // Denominator: Number("int"),
|
|
78
|
+
* // Numerator: Number("int"),
|
|
79
|
+
* // },
|
|
80
|
+
* // Height: Number("int"),
|
|
81
|
+
* // MatrixCoefficients: "RGB" || "ITU_709" || "UNSPECIFIED" || "RESERVED" || "FCC" || "ITU_470BG" || "SMPTE_170M" || "SMPTE_240M" || "YCgCo" || "ITU_2020_NCL" || "ITU_2020_CL" || "SMPTE_2085" || "CD_NCL" || "CD_CL" || "ITU_2100ICtCp" || "IPT" || "EBU3213" || "LAST",
|
|
82
|
+
* // TransferCharacteristics: "ITU_709" || "UNSPECIFIED" || "RESERVED" || "ITU_470M" || "ITU_470BG" || "SMPTE_170M" || "SMPTE_240M" || "LINEAR" || "LOG10_2" || "LOC10_2_5" || "IEC_61966_2_4" || "ITU_1361" || "IEC_61966_2_1" || "ITU_2020_10bit" || "ITU_2020_12bit" || "SMPTE_2084" || "SMPTE_428_1" || "ARIB_B67" || "LAST",
|
|
83
|
+
* // Width: Number("int"),
|
|
84
|
+
* // },
|
|
85
|
+
* // },
|
|
86
|
+
* // ],
|
|
87
|
+
* // },
|
|
88
|
+
* // Metadata: { // Metadata
|
|
89
|
+
* // ETag: "STRING_VALUE",
|
|
90
|
+
* // FileSize: Number("long"),
|
|
91
|
+
* // LastModified: new Date("TIMESTAMP"),
|
|
92
|
+
* // MimeType: "STRING_VALUE",
|
|
93
|
+
* // },
|
|
94
|
+
* // TrackMappings: [ // __listOfTrackMapping
|
|
95
|
+
* // { // TrackMapping
|
|
96
|
+
* // AudioTrackIndexes: [ // __listOf__integer
|
|
97
|
+
* // Number("int"),
|
|
98
|
+
* // ],
|
|
99
|
+
* // DataTrackIndexes: [
|
|
100
|
+
* // Number("int"),
|
|
101
|
+
* // ],
|
|
102
|
+
* // VideoTrackIndexes: [
|
|
103
|
+
* // Number("int"),
|
|
104
|
+
* // ],
|
|
105
|
+
* // },
|
|
106
|
+
* // ],
|
|
107
|
+
* // },
|
|
108
|
+
* // ],
|
|
109
|
+
* // };
|
|
110
|
+
*
|
|
111
|
+
* ```
|
|
112
|
+
*
|
|
113
|
+
* @param ProbeCommandInput - {@link ProbeCommandInput}
|
|
114
|
+
* @returns {@link ProbeCommandOutput}
|
|
115
|
+
* @see {@link ProbeCommandInput} for command's `input` shape.
|
|
116
|
+
* @see {@link ProbeCommandOutput} for command's `response` shape.
|
|
117
|
+
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
118
|
+
*
|
|
119
|
+
* @throws {@link BadRequestException} (client fault)
|
|
120
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
121
|
+
*
|
|
122
|
+
* @throws {@link ConflictException} (client fault)
|
|
123
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
124
|
+
*
|
|
125
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
126
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
127
|
+
*
|
|
128
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
129
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link NotFoundException} (client fault)
|
|
132
|
+
* The resource you requested doesn't exist.
|
|
133
|
+
*
|
|
134
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
135
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
136
|
+
*
|
|
137
|
+
* @throws {@link MediaConvertServiceException}
|
|
138
|
+
* <p>Base exception class for all service exceptions from MediaConvert service.</p>
|
|
139
|
+
*
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export declare class ProbeCommand extends ProbeCommand_base {
|
|
143
|
+
/** @internal type navigation helper, not in runtime. */
|
|
144
|
+
protected static __types: {
|
|
145
|
+
api: {
|
|
146
|
+
input: ProbeRequest;
|
|
147
|
+
output: ProbeResponse;
|
|
148
|
+
};
|
|
149
|
+
sdk: {
|
|
150
|
+
input: ProbeCommandInput;
|
|
151
|
+
output: ProbeCommandOutput;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
}
|
|
@@ -527,7 +527,7 @@ declare const SearchJobsCommand_base: {
|
|
|
527
527
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
528
528
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
529
529
|
* // SegmentLength: Number("int"),
|
|
530
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
530
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
531
531
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
532
532
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
533
533
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
@@ -595,7 +595,7 @@ declare const SearchJobsCommand_base: {
|
|
|
595
595
|
* // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
|
|
596
596
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
597
597
|
* // SegmentLength: Number("int"),
|
|
598
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
598
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
599
599
|
* // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
|
|
600
600
|
* // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
|
|
601
601
|
* // },
|
|
@@ -700,7 +700,7 @@ declare const SearchJobsCommand_base: {
|
|
|
700
700
|
* // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
|
|
701
701
|
* // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
|
|
702
702
|
* // SegmentLength: Number("int"),
|
|
703
|
-
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
|
|
703
|
+
* // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
|
|
704
704
|
* // SegmentsPerSubdirectory: Number("int"),
|
|
705
705
|
* // StreamInfResolution: "INCLUDE" || "EXCLUDE",
|
|
706
706
|
* // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
|
|
@@ -1031,6 +1031,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1031
1031
|
* // AudioPids: [ // __listOf__integerMin32Max8182
|
|
1032
1032
|
* // Number("int"),
|
|
1033
1033
|
* // ],
|
|
1034
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1034
1035
|
* // Bitrate: Number("int"),
|
|
1035
1036
|
* // BufferModel: "MULTIPLEX" || "NONE",
|
|
1036
1037
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
@@ -1071,7 +1072,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1071
1072
|
* // PrivateMetadataPid: Number("int"),
|
|
1072
1073
|
* // ProgramNumber: Number("int"),
|
|
1073
1074
|
* // PtsOffset: Number("int"),
|
|
1074
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1075
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1075
1076
|
* // RateMode: "VBR" || "CBR",
|
|
1076
1077
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
1077
1078
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -1091,6 +1092,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1091
1092
|
* // AudioPids: [
|
|
1092
1093
|
* // Number("int"),
|
|
1093
1094
|
* // ],
|
|
1095
|
+
* // AudioPtsOffsetDelta: Number("int"),
|
|
1094
1096
|
* // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
|
|
1095
1097
|
* // MaxPcrInterval: Number("int"),
|
|
1096
1098
|
* // NielsenId3: "INSERT" || "NONE",
|
|
@@ -1102,7 +1104,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1102
1104
|
* // PrivateMetadataPid: Number("int"),
|
|
1103
1105
|
* // ProgramNumber: Number("int"),
|
|
1104
1106
|
* // PtsOffset: Number("int"),
|
|
1105
|
-
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1107
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
|
|
1106
1108
|
* // Scte35Pid: Number("int"),
|
|
1107
1109
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1108
1110
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|