@aws-sdk/client-medialive 3.1065.0 → 3.1066.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.
@@ -91,9 +91,11 @@ declare const UpdateChannelCommand_base: {
91
91
  * AudioDescriptions: [ // __listOfAudioDescription // required
92
92
  * { // AudioDescription
93
93
  * AudioNormalizationSettings: { // AudioNormalizationSettings
94
- * Algorithm: "ITU_1770_1" || "ITU_1770_2",
94
+ * Algorithm: "ITU_1770_1" || "ITU_1770_2" || "ITU_1770_3" || "ITU_1770_4",
95
95
  * AlgorithmControl: "CORRECT_AUDIO",
96
96
  * TargetLkfs: Number("double"),
97
+ * PeakCalculation: "NONE" || "TRUE_PEAK",
98
+ * PeakLimiterThreshold: Number("double"),
97
99
  * },
98
100
  * AudioSelectorName: "STRING_VALUE", // required
99
101
  * AudioType: "CLEAN_EFFECTS" || "HEARING_IMPAIRED" || "UNDEFINED" || "VISUAL_IMPAIRED_COMMENTARY",
@@ -1258,14 +1260,74 @@ declare const UpdateChannelCommand_base: {
1258
1260
  * },
1259
1261
  * AudioPidSelection: { // AudioPidSelection
1260
1262
  * Pid: Number("int"), // required
1263
+ * Pids: [ // __listOfAudioPid
1264
+ * { // AudioPid
1265
+ * DolbyEDecode: { // AudioDolbyEDecode
1266
+ * ProgramSelection: "ALL_CHANNELS" || "PROGRAM_1" || "PROGRAM_2" || "PROGRAM_3" || "PROGRAM_4" || "PROGRAM_5" || "PROGRAM_6" || "PROGRAM_7" || "PROGRAM_8", // required
1267
+ * },
1268
+ * Pid: Number("int"), // required
1269
+ * PremixSettings: { // AudioPreMixerSettings
1270
+ * AudioNormalizationSettings: {
1271
+ * Algorithm: "ITU_1770_1" || "ITU_1770_2" || "ITU_1770_3" || "ITU_1770_4",
1272
+ * AlgorithmControl: "CORRECT_AUDIO",
1273
+ * TargetLkfs: Number("double"),
1274
+ * PeakCalculation: "NONE" || "TRUE_PEAK",
1275
+ * PeakLimiterThreshold: Number("double"),
1276
+ * },
1277
+ * Channels: Number("int"),
1278
+ * GainDb: Number("double"),
1279
+ * RemixSettings: {
1280
+ * ChannelMappings: [ // required
1281
+ * {
1282
+ * InputChannelLevels: [ // required
1283
+ * {
1284
+ * Gain: Number("int"), // required
1285
+ * InputChannel: Number("int"), // required
1286
+ * },
1287
+ * ],
1288
+ * OutputChannel: Number("int"), // required
1289
+ * },
1290
+ * ],
1291
+ * ChannelsIn: Number("int"),
1292
+ * ChannelsOut: Number("int"),
1293
+ * },
1294
+ * },
1295
+ * },
1296
+ * ],
1261
1297
  * },
1262
1298
  * AudioTrackSelection: { // AudioTrackSelection
1263
1299
  * Tracks: [ // __listOfAudioTrack // required
1264
1300
  * { // AudioTrack
1265
1301
  * Track: Number("int"), // required
1302
+ * PremixSettings: {
1303
+ * AudioNormalizationSettings: {
1304
+ * Algorithm: "ITU_1770_1" || "ITU_1770_2" || "ITU_1770_3" || "ITU_1770_4",
1305
+ * AlgorithmControl: "CORRECT_AUDIO",
1306
+ * TargetLkfs: Number("double"),
1307
+ * PeakCalculation: "NONE" || "TRUE_PEAK",
1308
+ * PeakLimiterThreshold: Number("double"),
1309
+ * },
1310
+ * Channels: Number("int"),
1311
+ * GainDb: Number("double"),
1312
+ * RemixSettings: {
1313
+ * ChannelMappings: [ // required
1314
+ * {
1315
+ * InputChannelLevels: [ // required
1316
+ * {
1317
+ * Gain: Number("int"), // required
1318
+ * InputChannel: Number("int"), // required
1319
+ * },
1320
+ * ],
1321
+ * OutputChannel: Number("int"), // required
1322
+ * },
1323
+ * ],
1324
+ * ChannelsIn: Number("int"),
1325
+ * ChannelsOut: Number("int"),
1326
+ * },
1327
+ * },
1266
1328
  * },
1267
1329
  * ],
1268
- * DolbyEDecode: { // AudioDolbyEDecode
1330
+ * DolbyEDecode: {
1269
1331
  * ProgramSelection: "ALL_CHANNELS" || "PROGRAM_1" || "PROGRAM_2" || "PROGRAM_3" || "PROGRAM_4" || "PROGRAM_5" || "PROGRAM_6" || "PROGRAM_7" || "PROGRAM_8", // required
1270
1332
  * },
1271
1333
  * },
@@ -1465,9 +1527,11 @@ declare const UpdateChannelCommand_base: {
1465
1527
  * // AudioDescriptions: [ // __listOfAudioDescription // required
1466
1528
  * // { // AudioDescription
1467
1529
  * // AudioNormalizationSettings: { // AudioNormalizationSettings
1468
- * // Algorithm: "ITU_1770_1" || "ITU_1770_2",
1530
+ * // Algorithm: "ITU_1770_1" || "ITU_1770_2" || "ITU_1770_3" || "ITU_1770_4",
1469
1531
  * // AlgorithmControl: "CORRECT_AUDIO",
1470
1532
  * // TargetLkfs: Number("double"),
1533
+ * // PeakCalculation: "NONE" || "TRUE_PEAK",
1534
+ * // PeakLimiterThreshold: Number("double"),
1471
1535
  * // },
1472
1536
  * // AudioSelectorName: "STRING_VALUE", // required
1473
1537
  * // AudioType: "CLEAN_EFFECTS" || "HEARING_IMPAIRED" || "UNDEFINED" || "VISUAL_IMPAIRED_COMMENTARY",
@@ -2633,14 +2697,74 @@ declare const UpdateChannelCommand_base: {
2633
2697
  * // },
2634
2698
  * // AudioPidSelection: { // AudioPidSelection
2635
2699
  * // Pid: Number("int"), // required
2700
+ * // Pids: [ // __listOfAudioPid
2701
+ * // { // AudioPid
2702
+ * // DolbyEDecode: { // AudioDolbyEDecode
2703
+ * // ProgramSelection: "ALL_CHANNELS" || "PROGRAM_1" || "PROGRAM_2" || "PROGRAM_3" || "PROGRAM_4" || "PROGRAM_5" || "PROGRAM_6" || "PROGRAM_7" || "PROGRAM_8", // required
2704
+ * // },
2705
+ * // Pid: Number("int"), // required
2706
+ * // PremixSettings: { // AudioPreMixerSettings
2707
+ * // AudioNormalizationSettings: {
2708
+ * // Algorithm: "ITU_1770_1" || "ITU_1770_2" || "ITU_1770_3" || "ITU_1770_4",
2709
+ * // AlgorithmControl: "CORRECT_AUDIO",
2710
+ * // TargetLkfs: Number("double"),
2711
+ * // PeakCalculation: "NONE" || "TRUE_PEAK",
2712
+ * // PeakLimiterThreshold: Number("double"),
2713
+ * // },
2714
+ * // Channels: Number("int"),
2715
+ * // GainDb: Number("double"),
2716
+ * // RemixSettings: {
2717
+ * // ChannelMappings: [ // required
2718
+ * // {
2719
+ * // InputChannelLevels: [ // required
2720
+ * // {
2721
+ * // Gain: Number("int"), // required
2722
+ * // InputChannel: Number("int"), // required
2723
+ * // },
2724
+ * // ],
2725
+ * // OutputChannel: Number("int"), // required
2726
+ * // },
2727
+ * // ],
2728
+ * // ChannelsIn: Number("int"),
2729
+ * // ChannelsOut: Number("int"),
2730
+ * // },
2731
+ * // },
2732
+ * // },
2733
+ * // ],
2636
2734
  * // },
2637
2735
  * // AudioTrackSelection: { // AudioTrackSelection
2638
2736
  * // Tracks: [ // __listOfAudioTrack // required
2639
2737
  * // { // AudioTrack
2640
2738
  * // Track: Number("int"), // required
2739
+ * // PremixSettings: {
2740
+ * // AudioNormalizationSettings: {
2741
+ * // Algorithm: "ITU_1770_1" || "ITU_1770_2" || "ITU_1770_3" || "ITU_1770_4",
2742
+ * // AlgorithmControl: "CORRECT_AUDIO",
2743
+ * // TargetLkfs: Number("double"),
2744
+ * // PeakCalculation: "NONE" || "TRUE_PEAK",
2745
+ * // PeakLimiterThreshold: Number("double"),
2746
+ * // },
2747
+ * // Channels: Number("int"),
2748
+ * // GainDb: Number("double"),
2749
+ * // RemixSettings: {
2750
+ * // ChannelMappings: [ // required
2751
+ * // {
2752
+ * // InputChannelLevels: [ // required
2753
+ * // {
2754
+ * // Gain: Number("int"), // required
2755
+ * // InputChannel: Number("int"), // required
2756
+ * // },
2757
+ * // ],
2758
+ * // OutputChannel: Number("int"), // required
2759
+ * // },
2760
+ * // ],
2761
+ * // ChannelsIn: Number("int"),
2762
+ * // ChannelsOut: Number("int"),
2763
+ * // },
2764
+ * // },
2641
2765
  * // },
2642
2766
  * // ],
2643
- * // DolbyEDecode: { // AudioDolbyEDecode
2767
+ * // DolbyEDecode: {
2644
2768
  * // ProgramSelection: "ALL_CHANNELS" || "PROGRAM_1" || "PROGRAM_2" || "PROGRAM_3" || "PROGRAM_4" || "PROGRAM_5" || "PROGRAM_6" || "PROGRAM_7" || "PROGRAM_8", // required
2645
2769
  * // },
2646
2770
  * // },
@@ -24,6 +24,8 @@ export type DashRoleAudio = (typeof DashRoleAudio)[keyof typeof DashRoleAudio];
24
24
  export declare const AudioNormalizationAlgorithm: {
25
25
  readonly ITU_1770_1: "ITU_1770_1";
26
26
  readonly ITU_1770_2: "ITU_1770_2";
27
+ readonly ITU_1770_3: "ITU_1770_3";
28
+ readonly ITU_1770_4: "ITU_1770_4";
27
29
  };
28
30
  /**
29
31
  * @public
@@ -40,6 +42,18 @@ export declare const AudioNormalizationAlgorithmControl: {
40
42
  * @public
41
43
  */
42
44
  export type AudioNormalizationAlgorithmControl = (typeof AudioNormalizationAlgorithmControl)[keyof typeof AudioNormalizationAlgorithmControl];
45
+ /**
46
+ * @public
47
+ * @enum
48
+ */
49
+ export declare const AudioNormalizationPeakCalculation: {
50
+ readonly NONE: "NONE";
51
+ readonly TRUE_PEAK: "TRUE_PEAK";
52
+ };
53
+ /**
54
+ * @public
55
+ */
56
+ export type AudioNormalizationPeakCalculation = (typeof AudioNormalizationPeakCalculation)[keyof typeof AudioNormalizationPeakCalculation];
43
57
  /**
44
58
  * @public
45
59
  * @enum
@@ -564,18 +578,6 @@ export declare const AudioDescriptionLanguageCodeControl: {
564
578
  * @public
565
579
  */
566
580
  export type AudioDescriptionLanguageCodeControl = (typeof AudioDescriptionLanguageCodeControl)[keyof typeof AudioDescriptionLanguageCodeControl];
567
- /**
568
- * @public
569
- * @enum
570
- */
571
- export declare const AudioLanguageSelectionPolicy: {
572
- readonly LOOSE: "LOOSE";
573
- readonly STRICT: "STRICT";
574
- };
575
- /**
576
- * @public
577
- */
578
- export type AudioLanguageSelectionPolicy = (typeof AudioLanguageSelectionPolicy)[keyof typeof AudioLanguageSelectionPolicy];
579
581
  /**
580
582
  * @public
581
583
  * @enum
@@ -595,6 +597,18 @@ export declare const DolbyEProgramSelection: {
595
597
  * @public
596
598
  */
597
599
  export type DolbyEProgramSelection = (typeof DolbyEProgramSelection)[keyof typeof DolbyEProgramSelection];
600
+ /**
601
+ * @public
602
+ * @enum
603
+ */
604
+ export declare const AudioLanguageSelectionPolicy: {
605
+ readonly LOOSE: "LOOSE";
606
+ readonly STRICT: "STRICT";
607
+ };
608
+ /**
609
+ * @public
610
+ */
611
+ export type AudioLanguageSelectionPolicy = (typeof AudioLanguageSelectionPolicy)[keyof typeof AudioLanguageSelectionPolicy];
598
612
  /**
599
613
  * @public
600
614
  * @enum
@@ -1,4 +1,4 @@
1
- import type { AacCodingMode, AacInputType, AacProfile, AacRateControlMode, AacRawFormat, AacSpec, AacVbrQuality, Ac3AttenuationControl, Ac3BitstreamMode, Ac3CodingMode, Ac3DrcProfile, Ac3LfeFilter, Ac3MetadataControl, AccessibilityType, AfdSignaling, Algorithm, AudioDescriptionAudioTypeControl, AudioDescriptionLanguageCodeControl, AudioLanguageSelectionPolicy, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioOnlyHlsSegmentType, AudioOnlyHlsTrackType, AudioType, AuthenticationScheme, Av1BitDepth, Av1GopSizeUnits, Av1Level, Av1LookAheadRateControl, Av1RateControlMode, Av1SceneChangeDetect, Av1SpatialAq, Av1TemporalAq, Av1TimecodeInsertionBehavior, AvailBlankingState, BandwidthReductionFilterStrength, BandwidthReductionPostFilterSharpening, BurnInAlignment, BurnInBackgroundColor, BurnInDestinationSubtitleRows, BurnInFontColor, BurnInOutlineColor, BurnInShadowColor, BurnInTeletextGridControl, CaptionSynchronizationMode, CdiInputResolution, ChannelAlertState, ChannelClass, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterAlertState, ClusterState, ClusterType, CmafId3Behavior, CmafIngestSegmentLengthUnits, CmafKLVBehavior, CmafNielsenId3Behavior, CmafTimedMetadataId3Frame, CmafTimedMetadataPassthrough, ColorSpace, ConnectionMode, DashRoleAudio, DashRoleCaption, DeviceSettingsSyncState, DeviceUpdateStatus, DolbyEProgramSelection, DvbDashAccessibility, DvbSdtOutputSdt, DvbSubDestinationAlignment, DvbSubDestinationBackgroundColor, DvbSubDestinationFontColor, DvbSubDestinationOutlineColor, DvbSubDestinationShadowColor, DvbSubDestinationSubtitleRows, DvbSubDestinationTeletextGridControl, DvbSubOcrLanguage, Eac3AtmosCodingMode, Eac3AtmosDrcLine, Eac3AtmosDrcRf, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DrcLine, Eac3DrcRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EbuTtDDestinationStyleControl, EbuTtDFillLineGapControl, EmbeddedConvert608To708, EmbeddedScte20Detection, EventBridgeRuleTemplateEventType, FecOutputIncludeFec, FixedAfd, Fmp4NielsenId3Behavior, Fmp4TimedMetadataBehavior, FollowPoint, FrameCaptureIntervalUnit, H264AdaptiveQuantization, H264ColorMetadata, H264EntropyEncoding, H264FlickerAq, H264ForceFieldPictures, H264FramerateControl, H264GopBReference, H264GopSizeUnits, H264Level, H264LookAheadRateControl, H264ParControl, H264Profile, H264QualityLevel, H264RateControlMode, H264ScanType, H264SceneChangeDetect, H264SpatialAq, H264SubGopLength, H264Syntax, H264TemporalAq, H264TimecodeInsertionBehavior, H265AdaptiveQuantization, H265AlternativeTransferFunction, H265ColorMetadata, H265Deblocking, H265FlickerAq, H265GopBReference, H265GopSizeUnits, H265Level, H265LookAheadRateControl, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265Profile, H265RateControlMode, H265ScanType, H265SceneChangeDetect, H265SubGopLength, H265Tier, H265TilePadding, H265TimecodeInsertionBehavior, H265TreeblockSize, HlsAdMarkers, HlsAkamaiHttpTransferMode, HlsAutoSelect, HlsCaptionLanguageSetting, HlsClientCache, HlsCodecSpecification, HlsDefault, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsH265PackagingType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMediaStoreStorageClass, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsScte35SourceType, HlsSegmentationMode, HlsStreamInfResolution, HlsTimedMetadataId3Frame, HlsTsFileMode, HlsWebdavHttpTransferMode, IFrameOnlyPlaylistType, IncludeFillerNalUnits, InputClass, InputCodec, InputDeblockFilter, InputDenoiseFilter, InputDeviceActiveInput, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairProfile, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceIpScheme, InputDeviceOutputType, InputDeviceScanType, InputDeviceState, InputDeviceTransferType, InputDeviceType, InputDeviceUhdAudioChannelPairProfile, InputFilter, InputLossActionForHlsOut, InputLossActionForMsSmoothOut, InputLossActionForRtmpOut, InputLossActionForUdpOut, InputMaximumBitrate, InputNetworkLocation, InputPreference, InputResolution, InputSecurityGroupState, InputSourceEndBehavior, InputSourceType, InputState, InputTimecodeSource, InputType, LastFrameClippingBehavior, LinkedChannelType, LogLevel, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers, M2tsSegmentationStyle, M2tsTimedMetadataBehavior, M3u8KlvBehavior, M3u8NielsenId3Behavior, M3u8PcrControl, M3u8Scte35Behavior, M3u8TimedMetadataBehavior, MaintenanceDay, MediaConnectRouterOutputEncryptionType, Mp2CodingMode, Mpeg2AdaptiveQuantization, Mpeg2ColorMetadata, Mpeg2ColorSpace, Mpeg2DisplayRatio, Mpeg2GopSizeUnits, Mpeg2ScanType, Mpeg2SubGopLength, Mpeg2TimecodeInsertionBehavior, MsSmoothH265PackagingType, MultiplexAlertState, MultiplexState, NetworkInputServerValidation, NetworkInterfaceMode, NetworkState, NielsenWatermarksCbetStepaside, NielsenWatermarksDistributionTypes, NielsenWatermarkTimezones, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineId, ReservationAutomaticRenewal, ReservationCodec, ReservationMaximumBitrate, ReservationMaximumFramerate, ReservationResolution, ReservationResourceType, ReservationSpecialFeature, ReservationState, ReservationVideoQuality, RouterEncryptionType, RtmpAdMarkers, RtmpCacheFullBehavior, RtmpCaptionData, RtmpOutputCertificateMode, S3CannedAcl, Scte20Convert608To708, Scte27OcrLanguage, Scte35AposNoRegionalBlackoutBehavior, Scte35AposWebDeliveryAllowedBehavior, Scte35ArchiveAllowedFlag, Scte35DeviceRestrictions, Scte35InputMode, Scte35NoRegionalBlackoutFlag, Scte35SegmentationCancelIndicator, Scte35SegmentationScope, Scte35SpliceInsertNoRegionalBlackoutBehavior, Scte35SpliceInsertWebDeliveryAllowedBehavior, Scte35Type, Scte35WebDeliveryAllowedFlag, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SmoothGroupAudioOnlyTimecodeControl, SmoothGroupCertificateMode, SmoothGroupEventIdMode, SmoothGroupEventStopBehavior, SmoothGroupSegmentationMode, SmoothGroupSparseTrackType, SmoothGroupStreamManifestBehavior, SmoothGroupTimestampOffsetMode, Smpte2038DataPreference, SrtEncryptionType, TemporalFilterPostFilterSharpening, TemporalFilterStrength, ThumbnailType, TimecodeBurninFontSize, TimecodeBurninPosition, TtmlDestinationStyleControl, UdpTimedMetadataId3Frame, VideoDescriptionRespondToAfd, VideoDescriptionScalingBehavior, VideoSelectorColorSpace, VideoSelectorColorSpaceUsage, WavCodingMode, WebvttDestinationStyleControl } from "./enums";
1
+ import type { AacCodingMode, AacInputType, AacProfile, AacRateControlMode, AacRawFormat, AacSpec, AacVbrQuality, Ac3AttenuationControl, Ac3BitstreamMode, Ac3CodingMode, Ac3DrcProfile, Ac3LfeFilter, Ac3MetadataControl, AccessibilityType, AfdSignaling, Algorithm, AudioDescriptionAudioTypeControl, AudioDescriptionLanguageCodeControl, AudioLanguageSelectionPolicy, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioNormalizationPeakCalculation, AudioOnlyHlsSegmentType, AudioOnlyHlsTrackType, AudioType, AuthenticationScheme, Av1BitDepth, Av1GopSizeUnits, Av1Level, Av1LookAheadRateControl, Av1RateControlMode, Av1SceneChangeDetect, Av1SpatialAq, Av1TemporalAq, Av1TimecodeInsertionBehavior, AvailBlankingState, BandwidthReductionFilterStrength, BandwidthReductionPostFilterSharpening, BurnInAlignment, BurnInBackgroundColor, BurnInDestinationSubtitleRows, BurnInFontColor, BurnInOutlineColor, BurnInShadowColor, BurnInTeletextGridControl, CaptionSynchronizationMode, CdiInputResolution, ChannelAlertState, ChannelClass, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterAlertState, ClusterState, ClusterType, CmafId3Behavior, CmafIngestSegmentLengthUnits, CmafKLVBehavior, CmafNielsenId3Behavior, CmafTimedMetadataId3Frame, CmafTimedMetadataPassthrough, ColorSpace, ConnectionMode, DashRoleAudio, DashRoleCaption, DeviceSettingsSyncState, DeviceUpdateStatus, DolbyEProgramSelection, DvbDashAccessibility, DvbSdtOutputSdt, DvbSubDestinationAlignment, DvbSubDestinationBackgroundColor, DvbSubDestinationFontColor, DvbSubDestinationOutlineColor, DvbSubDestinationShadowColor, DvbSubDestinationSubtitleRows, DvbSubDestinationTeletextGridControl, DvbSubOcrLanguage, Eac3AtmosCodingMode, Eac3AtmosDrcLine, Eac3AtmosDrcRf, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DrcLine, Eac3DrcRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EbuTtDDestinationStyleControl, EbuTtDFillLineGapControl, EmbeddedConvert608To708, EmbeddedScte20Detection, EventBridgeRuleTemplateEventType, FecOutputIncludeFec, FixedAfd, Fmp4NielsenId3Behavior, Fmp4TimedMetadataBehavior, FollowPoint, FrameCaptureIntervalUnit, H264AdaptiveQuantization, H264ColorMetadata, H264EntropyEncoding, H264FlickerAq, H264ForceFieldPictures, H264FramerateControl, H264GopBReference, H264GopSizeUnits, H264Level, H264LookAheadRateControl, H264ParControl, H264Profile, H264QualityLevel, H264RateControlMode, H264ScanType, H264SceneChangeDetect, H264SpatialAq, H264SubGopLength, H264Syntax, H264TemporalAq, H264TimecodeInsertionBehavior, H265AdaptiveQuantization, H265AlternativeTransferFunction, H265ColorMetadata, H265Deblocking, H265FlickerAq, H265GopBReference, H265GopSizeUnits, H265Level, H265LookAheadRateControl, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265Profile, H265RateControlMode, H265ScanType, H265SceneChangeDetect, H265SubGopLength, H265Tier, H265TilePadding, H265TimecodeInsertionBehavior, H265TreeblockSize, HlsAdMarkers, HlsAkamaiHttpTransferMode, HlsAutoSelect, HlsCaptionLanguageSetting, HlsClientCache, HlsCodecSpecification, HlsDefault, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsH265PackagingType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMediaStoreStorageClass, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsScte35SourceType, HlsSegmentationMode, HlsStreamInfResolution, HlsTimedMetadataId3Frame, HlsTsFileMode, HlsWebdavHttpTransferMode, IFrameOnlyPlaylistType, IncludeFillerNalUnits, InputClass, InputCodec, InputDeblockFilter, InputDenoiseFilter, InputDeviceActiveInput, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairProfile, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceIpScheme, InputDeviceOutputType, InputDeviceScanType, InputDeviceState, InputDeviceTransferType, InputDeviceType, InputDeviceUhdAudioChannelPairProfile, InputFilter, InputLossActionForHlsOut, InputLossActionForMsSmoothOut, InputLossActionForRtmpOut, InputLossActionForUdpOut, InputMaximumBitrate, InputNetworkLocation, InputPreference, InputResolution, InputSecurityGroupState, InputSourceEndBehavior, InputSourceType, InputState, InputTimecodeSource, InputType, LastFrameClippingBehavior, LinkedChannelType, LogLevel, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers, M2tsSegmentationStyle, M2tsTimedMetadataBehavior, M3u8KlvBehavior, M3u8NielsenId3Behavior, M3u8PcrControl, M3u8Scte35Behavior, M3u8TimedMetadataBehavior, MaintenanceDay, MediaConnectRouterOutputEncryptionType, Mp2CodingMode, Mpeg2AdaptiveQuantization, Mpeg2ColorMetadata, Mpeg2ColorSpace, Mpeg2DisplayRatio, Mpeg2GopSizeUnits, Mpeg2ScanType, Mpeg2SubGopLength, Mpeg2TimecodeInsertionBehavior, MsSmoothH265PackagingType, MultiplexAlertState, MultiplexState, NetworkInputServerValidation, NetworkInterfaceMode, NetworkState, NielsenWatermarksCbetStepaside, NielsenWatermarksDistributionTypes, NielsenWatermarkTimezones, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineId, ReservationAutomaticRenewal, ReservationCodec, ReservationMaximumBitrate, ReservationMaximumFramerate, ReservationResolution, ReservationResourceType, ReservationSpecialFeature, ReservationState, ReservationVideoQuality, RouterEncryptionType, RtmpAdMarkers, RtmpCacheFullBehavior, RtmpCaptionData, RtmpOutputCertificateMode, S3CannedAcl, Scte20Convert608To708, Scte27OcrLanguage, Scte35AposNoRegionalBlackoutBehavior, Scte35AposWebDeliveryAllowedBehavior, Scte35ArchiveAllowedFlag, Scte35DeviceRestrictions, Scte35InputMode, Scte35NoRegionalBlackoutFlag, Scte35SegmentationCancelIndicator, Scte35SpliceInsertNoRegionalBlackoutBehavior, Scte35SpliceInsertWebDeliveryAllowedBehavior, Scte35Type, Scte35WebDeliveryAllowedFlag, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SmoothGroupAudioOnlyTimecodeControl, SmoothGroupCertificateMode, SmoothGroupEventIdMode, SmoothGroupEventStopBehavior, SmoothGroupSegmentationMode, SmoothGroupSparseTrackType, SmoothGroupStreamManifestBehavior, SmoothGroupTimestampOffsetMode, Smpte2038DataPreference, SrtEncryptionType, TemporalFilterPostFilterSharpening, TemporalFilterStrength, ThumbnailType, TimecodeBurninFontSize, TimecodeBurninPosition, TtmlDestinationStyleControl, UdpTimedMetadataId3Frame, VideoDescriptionRespondToAfd, VideoDescriptionScalingBehavior, VideoSelectorColorSpace, VideoSelectorColorSpaceUsage, WavCodingMode, WebvttDestinationStyleControl } from "./enums";
2
2
  /**
3
3
  * Reference to an OutputDestination ID defined in the channel
4
4
  * @public
@@ -59,7 +59,19 @@ export interface AudioChannelMapping {
59
59
  */
60
60
  export interface AudioNormalizationSettings {
61
61
  /**
62
- * Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification, itu17702 conforms to the EBU R-128 specification.
62
+ * Choose one of the following audio normalization algorithms:
63
+ *
64
+ * ITU-R BS.1770-1: Ungated loudness. A measurement of ungated average loudness for an entire piece of content,
65
+ * suitable for measurement of short-form content under ATSC recommendation A/85. Supports up to 5.1 audio channels.
66
+ *
67
+ * ITU-R BS.1770-2: Gated loudness. A measurement of gated average loudness compliant with the requirements of
68
+ * EBU-R128. Supports up to 5.1 audio channels.
69
+ *
70
+ * ITU-R BS.1770-3: Modified peak. The same loudness measurement algorithm as 1770-2, with an updated true peak
71
+ * measurement.
72
+ *
73
+ * ITU-R BS.1770-4: Higher channel count. Allows for more audio channels than the other algorithms, including
74
+ * configurations such as 7.1.
63
75
  * @public
64
76
  */
65
77
  Algorithm?: AudioNormalizationAlgorithm | undefined;
@@ -73,6 +85,19 @@ export interface AudioNormalizationSettings {
73
85
  * @public
74
86
  */
75
87
  TargetLkfs?: number | undefined;
88
+ /**
89
+ * If set to TRUE_PEAK, calculate the TruePeak for each output's audio track loudness.
90
+ * @public
91
+ */
92
+ PeakCalculation?: AudioNormalizationPeakCalculation | undefined;
93
+ /**
94
+ * Peak limiter threshold in decibels relative to true peak (dBTP) if TRUE_PEAK is enabled.
95
+ * If TRUE_PEAK is not enabled a full scale (dbFS) value is used.
96
+ * The peak inter-audio sample loudness in your output will be limited to the value that you specify,
97
+ * without affecting the overall target LKFS. Leave blank to use the default value 0.
98
+ * @public
99
+ */
100
+ PeakLimiterThreshold?: number | undefined;
76
101
  }
77
102
  /**
78
103
  * Nielsen CBET
@@ -598,6 +623,76 @@ export interface AudioFeedInput {
598
623
  */
599
624
  FeedInput?: string | undefined;
600
625
  }
626
+ /**
627
+ * Audio Dolby EDecode
628
+ * @public
629
+ */
630
+ export interface AudioDolbyEDecode {
631
+ /**
632
+ * Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.
633
+ * @public
634
+ */
635
+ ProgramSelection: DolbyEProgramSelection | undefined;
636
+ }
637
+ /**
638
+ * Audio pre-mixer settings for normalizing audio before interleaving.
639
+ * These settings can be applied to individual PIDs or tracks before they are combined.
640
+ * @public
641
+ */
642
+ export interface AudioPreMixerSettings {
643
+ /**
644
+ * Audio normalization settings for loudness control.
645
+ * When specified, audio loudness will be normalized according to the chosen algorithm.
646
+ * @public
647
+ */
648
+ AudioNormalizationSettings?: AudioNormalizationSettings | undefined;
649
+ /**
650
+ * Number of audio channels.
651
+ * If specified, the audio will be remixed to match this channel count.
652
+ * Ignored if remixSettings is specified.
653
+ * @public
654
+ */
655
+ Channels?: number | undefined;
656
+ /**
657
+ * Gain adjustment in dB to apply.
658
+ * Range: -60 to +60 dB
659
+ * @public
660
+ */
661
+ GainDb?: number | undefined;
662
+ /**
663
+ * Settings that control how input audio channels are remixed.
664
+ * When specified, allows fine-grained control over channel mapping and gain levels.
665
+ * Takes precedence over the 'channels' setting.
666
+ * @public
667
+ */
668
+ RemixSettings?: RemixSettings | undefined;
669
+ }
670
+ /**
671
+ * Represents a single PID value for audio selection with optional pre-mixer settings
672
+ * @public
673
+ */
674
+ export interface AudioPid {
675
+ /**
676
+ * Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337.
677
+ * When using the 'pids' array, if this field is not specified and Dolby E content is present,
678
+ * the decoder will extract the specified program. To maintain legacy behavior (allPrograms),
679
+ * explicitly set programSelection to "allChannels".
680
+ * @public
681
+ */
682
+ DolbyEDecode?: AudioDolbyEDecode | undefined;
683
+ /**
684
+ * PID value from within a source.
685
+ * @public
686
+ */
687
+ Pid: number | undefined;
688
+ /**
689
+ * Optional audio pre-mixer settings for this PID.
690
+ * When specified, allows per-PID audio processing including channel remixing,
691
+ * gain adjustment, and loudness normalization before interleaving.
692
+ * @public
693
+ */
694
+ PremixSettings?: AudioPreMixerSettings | undefined;
695
+ }
601
696
  /**
602
697
  * Audio Hls Rendition Selection
603
698
  * @public
@@ -640,20 +735,15 @@ export interface AudioPidSelection {
640
735
  * @public
641
736
  */
642
737
  Pid: number | undefined;
643
- }
644
- /**
645
- * Audio Dolby EDecode
646
- * @public
647
- */
648
- export interface AudioDolbyEDecode {
649
738
  /**
650
- * Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.
739
+ * Selects one or more unique PIDs from within a source.
740
+ * When using 'pids', you can specify per-PID audio pre-mixer settings.
651
741
  * @public
652
742
  */
653
- ProgramSelection: DolbyEProgramSelection | undefined;
743
+ Pids?: AudioPid[] | undefined;
654
744
  }
655
745
  /**
656
- * Audio Track
746
+ * Represents a single audio track for selection with optional pre-mixer settings
657
747
  * @public
658
748
  */
659
749
  export interface AudioTrack {
@@ -662,6 +752,13 @@ export interface AudioTrack {
662
752
  * @public
663
753
  */
664
754
  Track: number | undefined;
755
+ /**
756
+ * Optional audio pre-mixer settings for this track.
757
+ * When specified, allows per-track audio processing including channel remixing,
758
+ * gain adjustment, and loudness normalization before interleaving.
759
+ * @public
760
+ */
761
+ PremixSettings?: AudioPreMixerSettings | undefined;
665
762
  }
666
763
  /**
667
764
  * Audio Track Selection
@@ -8642,43 +8739,3 @@ export interface Scte35TimeSignalApos {
8642
8739
  */
8643
8740
  WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | undefined;
8644
8741
  }
8645
- /**
8646
- * Avail Settings
8647
- * @public
8648
- */
8649
- export interface AvailSettings {
8650
- /**
8651
- * Esam
8652
- * @public
8653
- */
8654
- Esam?: Esam | undefined;
8655
- /**
8656
- * Typical configuration that applies breaks on splice inserts in addition to time signal placement opportunities, breaks, and advertisements.
8657
- * @public
8658
- */
8659
- Scte35SpliceInsert?: Scte35SpliceInsert | undefined;
8660
- /**
8661
- * Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.
8662
- * @public
8663
- */
8664
- Scte35TimeSignalApos?: Scte35TimeSignalApos | undefined;
8665
- }
8666
- /**
8667
- * Avail Configuration
8668
- * @public
8669
- */
8670
- export interface AvailConfiguration {
8671
- /**
8672
- * Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update.
8673
- * @public
8674
- */
8675
- AvailSettings?: AvailSettings | undefined;
8676
- /**
8677
- * Configures whether SCTE 35 passthrough triggers segment breaks in all output groups that use segmented outputs. Insertion of a SCTE 35 message typically results in a segment break, in addition to the regular cadence of breaks. The segment breaks appear in video outputs, audio outputs, and captions outputs (if any).
8678
- *
8679
- * ALL_OUTPUT_GROUPS: Default. Insert the segment break in in all output groups that have segmented outputs. This is the legacy behavior.
8680
- * SCTE35_ENABLED_OUTPUT_GROUPS: Insert the segment break only in output groups that have SCTE 35 passthrough enabled. This is the recommended value, because it reduces unnecessary segment breaks.
8681
- * @public
8682
- */
8683
- Scte35SegmentationScope?: Scte35SegmentationScope | undefined;
8684
- }
@@ -1,6 +1,46 @@
1
1
  import type { StreamingBlobTypes } from "@smithy/types";
2
- import type { AcceptHeader, Algorithm, BlackoutSlateNetworkEndBlackout, BlackoutSlateState, ChannelClass, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterState, ClusterType, ContentType, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, FeatureActivationsInputPrepareScheduleActions, FeatureActivationsOutputStaticImageOverlayScheduleActions, GlobalConfigurationInputEndAction, GlobalConfigurationLowFramerateInputs, GlobalConfigurationOutputLockingMode, GlobalConfigurationOutputTimingSource, InputClass, InputDeviceCodec, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceOutputType, InputDeviceType, InputLossImageType, InputNetworkLocation, InputSecurityGroupState, InputSourceType, InputState, InputType, LinkedChannelType, LogLevel, MaintenanceDay, MotionGraphicsInsertion, MultiplexState, NetworkState, NielsenPcmToId3TaggingState, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineLockingMethod, PreferredChannelPipeline, RebootInputDeviceForce, ReservationState, RouterEncryptionType, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, ThumbnailState, TimecodeConfigSource, UpdateNodeStateShape } from "./enums";
3
- import type { AccountConfiguration, AnywhereSettings, AudioDescription, AudioFeedInput, AvailBlanking, AvailConfiguration, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelAlert, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelSummary, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateSummary, ClusterAlert, ClusterNetworkSettings, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeInferenceSettings, DescribeLinkedChannelSettings, DescribeNetworkSummary, DescribeNodeSummary, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputDestination, InputDestinationRequest, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSource, InputSourceRequest, InputSpecification, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexAlert, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexSummary, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, Offering, OutputDestination, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationResourceSpecification, Route, RouteCreateRequest, RouterDestinationSettings, RouterInputSettings, RouteUpdateRequest, ScheduleAction, SdiSourceMapping, SdiSourceSummary, SignalMapSummary, Smpte2110ReceiverGroupSettings, SrtCallerSourceRequest, SrtSettings, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription, VpcOutputSettingsDescription } from "./models_0";
2
+ import type { AcceptHeader, Algorithm, BlackoutSlateNetworkEndBlackout, BlackoutSlateState, ChannelClass, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterState, ClusterType, ContentType, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, FeatureActivationsInputPrepareScheduleActions, FeatureActivationsOutputStaticImageOverlayScheduleActions, GlobalConfigurationInputEndAction, GlobalConfigurationLowFramerateInputs, GlobalConfigurationOutputLockingMode, GlobalConfigurationOutputTimingSource, InputClass, InputDeviceCodec, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceOutputType, InputDeviceType, InputLossImageType, InputNetworkLocation, InputSecurityGroupState, InputSourceType, InputState, InputType, LinkedChannelType, LogLevel, MaintenanceDay, MotionGraphicsInsertion, MultiplexState, NetworkState, NielsenPcmToId3TaggingState, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineLockingMethod, PreferredChannelPipeline, RebootInputDeviceForce, ReservationState, RouterEncryptionType, Scte35SegmentationScope, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, ThumbnailState, TimecodeConfigSource, UpdateNodeStateShape } from "./enums";
3
+ import type { AccountConfiguration, AnywhereSettings, AudioDescription, AudioFeedInput, AvailBlanking, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelAlert, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelSummary, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateSummary, ClusterAlert, ClusterNetworkSettings, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeInferenceSettings, DescribeLinkedChannelSettings, DescribeNetworkSummary, DescribeNodeSummary, Esam, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputDestination, InputDestinationRequest, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSource, InputSourceRequest, InputSpecification, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexAlert, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexSummary, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, Offering, OutputDestination, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationResourceSpecification, Route, RouteCreateRequest, RouterDestinationSettings, RouterInputSettings, RouteUpdateRequest, ScheduleAction, Scte35SpliceInsert, Scte35TimeSignalApos, SdiSourceMapping, SdiSourceSummary, SignalMapSummary, Smpte2110ReceiverGroupSettings, SrtCallerSourceRequest, SrtSettings, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription, VpcOutputSettingsDescription } from "./models_0";
4
+ /**
5
+ * Avail Settings
6
+ * @public
7
+ */
8
+ export interface AvailSettings {
9
+ /**
10
+ * Esam
11
+ * @public
12
+ */
13
+ Esam?: Esam | undefined;
14
+ /**
15
+ * Typical configuration that applies breaks on splice inserts in addition to time signal placement opportunities, breaks, and advertisements.
16
+ * @public
17
+ */
18
+ Scte35SpliceInsert?: Scte35SpliceInsert | undefined;
19
+ /**
20
+ * Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.
21
+ * @public
22
+ */
23
+ Scte35TimeSignalApos?: Scte35TimeSignalApos | undefined;
24
+ }
25
+ /**
26
+ * Avail Configuration
27
+ * @public
28
+ */
29
+ export interface AvailConfiguration {
30
+ /**
31
+ * Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update.
32
+ * @public
33
+ */
34
+ AvailSettings?: AvailSettings | undefined;
35
+ /**
36
+ * Configures whether SCTE 35 passthrough triggers segment breaks in all output groups that use segmented outputs. Insertion of a SCTE 35 message typically results in a segment break, in addition to the regular cadence of breaks. The segment breaks appear in video outputs, audio outputs, and captions outputs (if any).
37
+ *
38
+ * ALL_OUTPUT_GROUPS: Default. Insert the segment break in in all output groups that have segmented outputs. This is the legacy behavior.
39
+ * SCTE35_ENABLED_OUTPUT_GROUPS: Insert the segment break only in output groups that have SCTE 35 passthrough enabled. This is the recommended value, because it reduces unnecessary segment breaks.
40
+ * @public
41
+ */
42
+ Scte35SegmentationScope?: Scte35SegmentationScope | undefined;
43
+ }
4
44
  /**
5
45
  * A request to delete resources
6
46
  * @public
@@ -40,7 +40,9 @@ export declare var AudioHlsRenditionSelection$: StaticStructureSchema;
40
40
  export declare var AudioLanguageSelection$: StaticStructureSchema;
41
41
  export declare var AudioNormalizationSettings$: StaticStructureSchema;
42
42
  export declare var AudioOnlyHlsSettings$: StaticStructureSchema;
43
+ export declare var AudioPid$: StaticStructureSchema;
43
44
  export declare var AudioPidSelection$: StaticStructureSchema;
45
+ export declare var AudioPreMixerSettings$: StaticStructureSchema;
44
46
  export declare var AudioSelector$: StaticStructureSchema;
45
47
  export declare var AudioSelectorSettings$: StaticStructureSchema;
46
48
  export declare var AudioSilenceFailoverSettings$: StaticStructureSchema;
@@ -13,6 +13,8 @@ export type DashRoleAudio = (typeof DashRoleAudio)[keyof typeof DashRoleAudio];
13
13
  export declare const AudioNormalizationAlgorithm: {
14
14
  readonly ITU_1770_1: "ITU_1770_1";
15
15
  readonly ITU_1770_2: "ITU_1770_2";
16
+ readonly ITU_1770_3: "ITU_1770_3";
17
+ readonly ITU_1770_4: "ITU_1770_4";
16
18
  };
17
19
  export type AudioNormalizationAlgorithm =
18
20
  (typeof AudioNormalizationAlgorithm)[keyof typeof AudioNormalizationAlgorithm];
@@ -21,6 +23,12 @@ export declare const AudioNormalizationAlgorithmControl: {
21
23
  };
22
24
  export type AudioNormalizationAlgorithmControl =
23
25
  (typeof AudioNormalizationAlgorithmControl)[keyof typeof AudioNormalizationAlgorithmControl];
26
+ export declare const AudioNormalizationPeakCalculation: {
27
+ readonly NONE: "NONE";
28
+ readonly TRUE_PEAK: "TRUE_PEAK";
29
+ };
30
+ export type AudioNormalizationPeakCalculation =
31
+ (typeof AudioNormalizationPeakCalculation)[keyof typeof AudioNormalizationPeakCalculation];
24
32
  export declare const AudioType: {
25
33
  readonly CLEAN_EFFECTS: "CLEAN_EFFECTS";
26
34
  readonly HEARING_IMPAIRED: "HEARING_IMPAIRED";
@@ -295,12 +303,6 @@ export declare const AudioDescriptionLanguageCodeControl: {
295
303
  };
296
304
  export type AudioDescriptionLanguageCodeControl =
297
305
  (typeof AudioDescriptionLanguageCodeControl)[keyof typeof AudioDescriptionLanguageCodeControl];
298
- export declare const AudioLanguageSelectionPolicy: {
299
- readonly LOOSE: "LOOSE";
300
- readonly STRICT: "STRICT";
301
- };
302
- export type AudioLanguageSelectionPolicy =
303
- (typeof AudioLanguageSelectionPolicy)[keyof typeof AudioLanguageSelectionPolicy];
304
306
  export declare const DolbyEProgramSelection: {
305
307
  readonly ALL_CHANNELS: "ALL_CHANNELS";
306
308
  readonly PROGRAM_1: "PROGRAM_1";
@@ -314,6 +316,12 @@ export declare const DolbyEProgramSelection: {
314
316
  };
315
317
  export type DolbyEProgramSelection =
316
318
  (typeof DolbyEProgramSelection)[keyof typeof DolbyEProgramSelection];
319
+ export declare const AudioLanguageSelectionPolicy: {
320
+ readonly LOOSE: "LOOSE";
321
+ readonly STRICT: "STRICT";
322
+ };
323
+ export type AudioLanguageSelectionPolicy =
324
+ (typeof AudioLanguageSelectionPolicy)[keyof typeof AudioLanguageSelectionPolicy];
317
325
  export declare const AccessibilityType: {
318
326
  readonly DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES";
319
327
  readonly IMPLEMENTS_ACCESSIBILITY_FEATURES: "IMPLEMENTS_ACCESSIBILITY_FEATURES";