Class MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.966Z")
    @Stability(Stable)
    public class MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference

        protected MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference

        protected MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference

        @Stability(Stable)
        public MedialiveChannelEncoderSettingsAudioDescriptionsAudioNormalizationSettingsOutputReference​(@NotNull
                                                                                                         com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                                         @NotNull
                                                                                                         String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetAlgorithm

        @Stability(Stable)
        public void resetAlgorithm()
      • resetAlgorithmControl

        @Stability(Stable)
        public void resetAlgorithmControl()
      • resetTargetLkfs

        @Stability(Stable)
        public void resetTargetLkfs()
      • getAlgorithmControlInput

        @Stability(Stable)
        @Nullable
        public String getAlgorithmControlInput()
      • getAlgorithmInput

        @Stability(Stable)
        @Nullable
        public String getAlgorithmInput()
      • getTargetLkfsInput

        @Stability(Stable)
        @Nullable
        public Number getTargetLkfsInput()
      • getAlgorithm

        @Stability(Stable)
        @NotNull
        public String getAlgorithm()
      • setAlgorithm

        @Stability(Stable)
        public void setAlgorithm​(@NotNull
                                 String value)
      • getAlgorithmControl

        @Stability(Stable)
        @NotNull
        public String getAlgorithmControl()
      • setAlgorithmControl

        @Stability(Stable)
        public void setAlgorithmControl​(@NotNull
                                        String value)
      • getTargetLkfs

        @Stability(Stable)
        @NotNull
        public Number getTargetLkfs()
      • setTargetLkfs

        @Stability(Stable)
        public void setTargetLkfs​(@NotNull
                                  Number value)