@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.
Files changed (38) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +270 -8
  3. package/dist-es/MediaConvert.js +2 -0
  4. package/dist-es/commands/ProbeCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +3 -0
  7. package/dist-es/models/models_1.js +1 -0
  8. package/dist-es/models/models_2.js +94 -0
  9. package/dist-es/protocols/Aws_restJson1.js +141 -1
  10. package/dist-types/MediaConvert.d.ts +8 -0
  11. package/dist-types/MediaConvertClient.d.ts +3 -2
  12. package/dist-types/commands/CreateJobCommand.d.ts +14 -10
  13. package/dist-types/commands/CreateJobTemplateCommand.d.ts +14 -10
  14. package/dist-types/commands/CreatePresetCommand.d.ts +8 -4
  15. package/dist-types/commands/GetJobCommand.d.ts +7 -5
  16. package/dist-types/commands/GetJobTemplateCommand.d.ts +7 -5
  17. package/dist-types/commands/GetPresetCommand.d.ts +4 -2
  18. package/dist-types/commands/ListJobTemplatesCommand.d.ts +7 -5
  19. package/dist-types/commands/ListJobsCommand.d.ts +7 -5
  20. package/dist-types/commands/ListPresetsCommand.d.ts +4 -2
  21. package/dist-types/commands/ProbeCommand.d.ts +154 -0
  22. package/dist-types/commands/SearchJobsCommand.d.ts +7 -5
  23. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +14 -10
  24. package/dist-types/commands/UpdatePresetCommand.d.ts +8 -4
  25. package/dist-types/commands/index.d.ts +1 -0
  26. package/dist-types/models/models_0.d.ts +8 -6
  27. package/dist-types/models/models_1.d.ts +13 -2
  28. package/dist-types/models/models_2.d.ts +412 -0
  29. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  30. package/dist-types/ts3.4/MediaConvert.d.ts +15 -0
  31. package/dist-types/ts3.4/MediaConvertClient.d.ts +3 -0
  32. package/dist-types/ts3.4/commands/ProbeCommand.d.ts +43 -0
  33. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  34. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  35. package/dist-types/ts3.4/models/models_1.d.ts +3 -0
  36. package/dist-types/ts3.4/models/models_2.d.ts +167 -0
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  38. package/package.json +1 -1
@@ -458,7 +458,7 @@ declare const UpdateJobTemplateCommand_base: {
458
458
  * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
459
459
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
460
460
  * SegmentLength: Number("int"),
461
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
461
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
462
462
  * StreamInfResolution: "INCLUDE" || "EXCLUDE",
463
463
  * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
464
464
  * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -526,7 +526,7 @@ declare const UpdateJobTemplateCommand_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
  * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
531
531
  * WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
532
532
  * },
@@ -631,7 +631,7 @@ declare const UpdateJobTemplateCommand_base: {
631
631
  * ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
632
632
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
633
633
  * SegmentLength: Number("int"),
634
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
634
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
635
635
  * SegmentsPerSubdirectory: Number("int"),
636
636
  * StreamInfResolution: "INCLUDE" || "EXCLUDE",
637
637
  * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -962,6 +962,7 @@ declare const UpdateJobTemplateCommand_base: {
962
962
  * AudioPids: [ // __listOf__integerMin32Max8182
963
963
  * Number("int"),
964
964
  * ],
965
+ * AudioPtsOffsetDelta: Number("int"),
965
966
  * Bitrate: Number("int"),
966
967
  * BufferModel: "MULTIPLEX" || "NONE",
967
968
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1002,7 +1003,7 @@ declare const UpdateJobTemplateCommand_base: {
1002
1003
  * PrivateMetadataPid: Number("int"),
1003
1004
  * ProgramNumber: Number("int"),
1004
1005
  * PtsOffset: Number("int"),
1005
- * PtsOffsetMode: "AUTO" || "SECONDS",
1006
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1006
1007
  * RateMode: "VBR" || "CBR",
1007
1008
  * Scte35Esam: { // M2tsScte35Esam
1008
1009
  * Scte35EsamPid: Number("int"),
@@ -1022,6 +1023,7 @@ declare const UpdateJobTemplateCommand_base: {
1022
1023
  * AudioPids: [
1023
1024
  * Number("int"),
1024
1025
  * ],
1026
+ * AudioPtsOffsetDelta: Number("int"),
1025
1027
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1026
1028
  * MaxPcrInterval: Number("int"),
1027
1029
  * NielsenId3: "INSERT" || "NONE",
@@ -1033,7 +1035,7 @@ declare const UpdateJobTemplateCommand_base: {
1033
1035
  * PrivateMetadataPid: Number("int"),
1034
1036
  * ProgramNumber: Number("int"),
1035
1037
  * PtsOffset: Number("int"),
1036
- * PtsOffsetMode: "AUTO" || "SECONDS",
1038
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1037
1039
  * Scte35Pid: Number("int"),
1038
1040
  * Scte35Source: "PASSTHROUGH" || "NONE",
1039
1041
  * TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -1970,7 +1972,7 @@ declare const UpdateJobTemplateCommand_base: {
1970
1972
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
1971
1973
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
1972
1974
  * // SegmentLength: Number("int"),
1973
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
1975
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
1974
1976
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
1975
1977
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
1976
1978
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -2038,7 +2040,7 @@ declare const UpdateJobTemplateCommand_base: {
2038
2040
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
2039
2041
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2040
2042
  * // SegmentLength: Number("int"),
2041
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2043
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2042
2044
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
2043
2045
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
2044
2046
  * // },
@@ -2143,7 +2145,7 @@ declare const UpdateJobTemplateCommand_base: {
2143
2145
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
2144
2146
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2145
2147
  * // SegmentLength: Number("int"),
2146
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2148
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2147
2149
  * // SegmentsPerSubdirectory: Number("int"),
2148
2150
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
2149
2151
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -2474,6 +2476,7 @@ declare const UpdateJobTemplateCommand_base: {
2474
2476
  * // AudioPids: [ // __listOf__integerMin32Max8182
2475
2477
  * // Number("int"),
2476
2478
  * // ],
2479
+ * // AudioPtsOffsetDelta: Number("int"),
2477
2480
  * // Bitrate: Number("int"),
2478
2481
  * // BufferModel: "MULTIPLEX" || "NONE",
2479
2482
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -2514,7 +2517,7 @@ declare const UpdateJobTemplateCommand_base: {
2514
2517
  * // PrivateMetadataPid: Number("int"),
2515
2518
  * // ProgramNumber: Number("int"),
2516
2519
  * // PtsOffset: Number("int"),
2517
- * // PtsOffsetMode: "AUTO" || "SECONDS",
2520
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
2518
2521
  * // RateMode: "VBR" || "CBR",
2519
2522
  * // Scte35Esam: { // M2tsScte35Esam
2520
2523
  * // Scte35EsamPid: Number("int"),
@@ -2534,6 +2537,7 @@ declare const UpdateJobTemplateCommand_base: {
2534
2537
  * // AudioPids: [
2535
2538
  * // Number("int"),
2536
2539
  * // ],
2540
+ * // AudioPtsOffsetDelta: Number("int"),
2537
2541
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
2538
2542
  * // MaxPcrInterval: Number("int"),
2539
2543
  * // NielsenId3: "INSERT" || "NONE",
@@ -2545,7 +2549,7 @@ declare const UpdateJobTemplateCommand_base: {
2545
2549
  * // PrivateMetadataPid: Number("int"),
2546
2550
  * // ProgramNumber: Number("int"),
2547
2551
  * // PtsOffset: Number("int"),
2548
- * // PtsOffsetMode: "AUTO" || "SECONDS",
2552
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
2549
2553
  * // Scte35Pid: Number("int"),
2550
2554
  * // Scte35Source: "PASSTHROUGH" || "NONE",
2551
2555
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -315,6 +315,7 @@ declare const UpdatePresetCommand_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 UpdatePresetCommand_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 UpdatePresetCommand_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 UpdatePresetCommand_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",
@@ -1147,6 +1149,7 @@ declare const UpdatePresetCommand_base: {
1147
1149
  * // AudioPids: [ // __listOf__integerMin32Max8182
1148
1150
  * // Number("int"),
1149
1151
  * // ],
1152
+ * // AudioPtsOffsetDelta: Number("int"),
1150
1153
  * // Bitrate: Number("int"),
1151
1154
  * // BufferModel: "MULTIPLEX" || "NONE",
1152
1155
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1187,7 +1190,7 @@ declare const UpdatePresetCommand_base: {
1187
1190
  * // PrivateMetadataPid: Number("int"),
1188
1191
  * // ProgramNumber: Number("int"),
1189
1192
  * // PtsOffset: Number("int"),
1190
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1193
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1191
1194
  * // RateMode: "VBR" || "CBR",
1192
1195
  * // Scte35Esam: { // M2tsScte35Esam
1193
1196
  * // Scte35EsamPid: Number("int"),
@@ -1207,6 +1210,7 @@ declare const UpdatePresetCommand_base: {
1207
1210
  * // AudioPids: [
1208
1211
  * // Number("int"),
1209
1212
  * // ],
1213
+ * // AudioPtsOffsetDelta: Number("int"),
1210
1214
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1211
1215
  * // MaxPcrInterval: Number("int"),
1212
1216
  * // NielsenId3: "INSERT" || "NONE",
@@ -1218,7 +1222,7 @@ declare const UpdatePresetCommand_base: {
1218
1222
  * // PrivateMetadataPid: Number("int"),
1219
1223
  * // ProgramNumber: Number("int"),
1220
1224
  * // PtsOffset: Number("int"),
1221
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1225
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1222
1226
  * // Scte35Pid: Number("int"),
1223
1227
  * // Scte35Source: "PASSTHROUGH" || "NONE",
1224
1228
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -21,6 +21,7 @@ export * from "./ListPresetsCommand";
21
21
  export * from "./ListQueuesCommand";
22
22
  export * from "./ListTagsForResourceCommand";
23
23
  export * from "./ListVersionsCommand";
24
+ export * from "./ProbeCommand";
24
25
  export * from "./PutPolicyCommand";
25
26
  export * from "./SearchJobsCommand";
26
27
  export * from "./TagResourceCommand";
@@ -5096,7 +5096,7 @@ export interface SpekeKeyProviderCmaf {
5096
5096
  */
5097
5097
  EncryptionContractConfiguration?: EncryptionContractConfiguration | undefined;
5098
5098
  /**
5099
- * Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package. The HLS manifest can currently signal only one system ID. For more information, see https://dashif.org/identifiers/content_protection/.
5099
+ * Specify up to 3 DRM system IDs that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package. For more information, see https://dashif.org/identifiers/content_protection/.
5100
5100
  * @public
5101
5101
  */
5102
5102
  HlsSignaledSystemIds?: string[] | undefined;
@@ -5326,6 +5326,7 @@ export type CmafSegmentControl = (typeof CmafSegmentControl)[keyof typeof CmafSe
5326
5326
  export declare const CmafSegmentLengthControl: {
5327
5327
  readonly EXACT: "EXACT";
5328
5328
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
5329
+ readonly MATCH: "MATCH";
5329
5330
  };
5330
5331
  /**
5331
5332
  * @public
@@ -5514,7 +5515,7 @@ export interface CmafGroupSettings {
5514
5515
  */
5515
5516
  SegmentLength?: number | undefined;
5516
5517
  /**
5517
- * Specify how you want MediaConvert to determine the segment length. Choose Exact to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
5518
+ * Specify how you want MediaConvert to determine segment lengths in this output group. To use the exact value that you specify under Segment length: Choose Exact. Note that this might result in additional I-frames in the output GOP. To create segment lengths that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert will round up the segment lengths to match the next GOP boundary. To have MediaConvert automatically determine a segment duration that is a multiple of both the audio packets and the frame rates: Choose Match. When you do, also specify a target segment duration under Segment length. This is useful for some ad-insertion or segment replacement workflows. Note that Match has the following requirements: - Output containers: Include at least one video output and at least one audio output. Audio-only outputs are not supported. - Output frame rate: Follow source is not supported. - Multiple output frame rates: When you specify multiple outputs, we recommend they share a similar frame rate (as in X/3, X/2, X, or 2X). For example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an integer multiple.) - Output audio codec: Specify Advanced Audio Coding (AAC). - Output sample rate: Choose 48kHz.
5518
5519
  * @public
5519
5520
  */
5520
5521
  SegmentLengthControl?: CmafSegmentLengthControl | undefined;
@@ -5594,8 +5595,7 @@ export interface SpekeKeyProvider {
5594
5595
  */
5595
5596
  ResourceId?: string | undefined;
5596
5597
  /**
5597
- * Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. Other group types support one system id. See
5598
- * https://dashif.org/identifiers/content_protection/ for more details.
5598
+ * Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. HLS output groups support a max of 3 system ids. Other group types support one system id. See https://dashif.org/identifiers/content_protection/ for more details.
5599
5599
  * @public
5600
5600
  */
5601
5601
  SystemIds?: string[] | undefined;
@@ -5750,6 +5750,7 @@ export type DashIsoSegmentControl = (typeof DashIsoSegmentControl)[keyof typeof
5750
5750
  export declare const DashIsoSegmentLengthControl: {
5751
5751
  readonly EXACT: "EXACT";
5752
5752
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
5753
+ readonly MATCH: "MATCH";
5753
5754
  };
5754
5755
  /**
5755
5756
  * @public
@@ -5880,7 +5881,7 @@ export interface DashIsoGroupSettings {
5880
5881
  */
5881
5882
  SegmentLength?: number | undefined;
5882
5883
  /**
5883
- * Specify how you want MediaConvert to determine the segment length. Choose Exact to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
5884
+ * Specify how you want MediaConvert to determine segment lengths in this output group. To use the exact value that you specify under Segment length: Choose Exact. Note that this might result in additional I-frames in the output GOP. To create segment lengths that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert will round up the segment lengths to match the next GOP boundary. To have MediaConvert automatically determine a segment duration that is a multiple of both the audio packets and the frame rates: Choose Match. When you do, also specify a target segment duration under Segment length. This is useful for some ad-insertion or segment replacement workflows. Note that Match has the following requirements: - Output containers: Include at least one video output and at least one audio output. Audio-only outputs are not supported. - Output frame rate: Follow source is not supported. - Multiple output frame rates: When you specify multiple outputs, we recommend they share a similar frame rate (as in X/3, X/2, X, or 2X). For example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an integer multiple.) - Output audio codec: Specify Advanced Audio Coding (AAC). - Output sample rate: Choose 48kHz.
5884
5885
  * @public
5885
5886
  */
5886
5887
  SegmentLengthControl?: DashIsoSegmentLengthControl | undefined;
@@ -6214,6 +6215,7 @@ export type HlsSegmentControl = (typeof HlsSegmentControl)[keyof typeof HlsSegme
6214
6215
  export declare const HlsSegmentLengthControl: {
6215
6216
  readonly EXACT: "EXACT";
6216
6217
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
6218
+ readonly MATCH: "MATCH";
6217
6219
  };
6218
6220
  /**
6219
6221
  * @public
@@ -6387,7 +6389,7 @@ export interface HlsGroupSettings {
6387
6389
  */
6388
6390
  SegmentLength?: number | undefined;
6389
6391
  /**
6390
- * Specify how you want MediaConvert to determine the segment length. Choose Exact to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
6392
+ * Specify how you want MediaConvert to determine segment lengths in this output group. To use the exact value that you specify under Segment length: Choose Exact. Note that this might result in additional I-frames in the output GOP. To create segment lengths that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert will round up the segment lengths to match the next GOP boundary. To have MediaConvert automatically determine a segment duration that is a multiple of both the audio packets and the frame rates: Choose Match. When you do, also specify a target segment duration under Segment length. This is useful for some ad-insertion or segment replacement workflows. Note that Match has the following requirements: - Output containers: Include at least one video output and at least one audio output. Audio-only outputs are not supported. - Output frame rate: Follow source is not supported. - Multiple output frame rates: When you specify multiple outputs, we recommend they share a similar frame rate (as in X/3, X/2, X, or 2X). For example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an integer multiple.) - Output audio codec: Specify Advanced Audio Coding (AAC). - Output sample rate: Choose 48kHz.
6391
6393
  * @public
6392
6394
  */
6393
6395
  SegmentLengthControl?: HlsSegmentLengthControl | undefined;
@@ -578,6 +578,7 @@ export type M2tsPreventBufferUnderflow = (typeof M2tsPreventBufferUnderflow)[key
578
578
  */
579
579
  export declare const TsPtsOffset: {
580
580
  readonly AUTO: "AUTO";
581
+ readonly MILLISECONDS: "MILLISECONDS";
581
582
  readonly SECONDS: "SECONDS";
582
583
  };
583
584
  /**
@@ -672,6 +673,11 @@ export interface M2tsSettings {
672
673
  * @public
673
674
  */
674
675
  AudioPids?: number[] | undefined;
676
+ /**
677
+ * Manually specify the difference in PTS offset that will be applied to the audio track, in seconds or milliseconds, when you set PTS offset to Seconds or Milliseconds. Enter an integer from -10000 to 10000. Leave blank to keep the default value 0.
678
+ * @public
679
+ */
680
+ AudioPtsOffsetDelta?: number | undefined;
675
681
  /**
676
682
  * Specify the output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate. Other common values are 3750000, 7500000, and 15000000.
677
683
  * @public
@@ -808,7 +814,7 @@ export interface M2tsSettings {
808
814
  */
809
815
  PtsOffset?: number | undefined;
810
816
  /**
811
- * Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
817
+ * Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds or Milliseconds. Then specify the number of seconds or milliseconds with PTS offset.
812
818
  * @public
813
819
  */
814
820
  PtsOffsetMode?: TsPtsOffset | undefined;
@@ -955,6 +961,11 @@ export interface M3u8Settings {
955
961
  * @public
956
962
  */
957
963
  AudioPids?: number[] | undefined;
964
+ /**
965
+ * Manually specify the difference in PTS offset that will be applied to the audio track, in seconds or milliseconds, when you set PTS offset to Seconds or Milliseconds. Enter an integer from -10000 to 10000. Leave blank to keep the default value 0.
966
+ * @public
967
+ */
968
+ AudioPtsOffsetDelta?: number | undefined;
958
969
  /**
959
970
  * If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value AUTO to allow all PTS values.
960
971
  * @public
@@ -1011,7 +1022,7 @@ export interface M3u8Settings {
1011
1022
  */
1012
1023
  PtsOffset?: number | undefined;
1013
1024
  /**
1014
- * Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
1025
+ * Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds or Milliseconds. Then specify the number of seconds or milliseconds with PTS offset.
1015
1026
  * @public
1016
1027
  */
1017
1028
  PtsOffsetMode?: TsPtsOffset | undefined;