Class MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference
-
- 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.969Z") @Stability(Stable) public class MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference
protected MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference
protected MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference
@Stability(Stable) public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference(@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
-
resetBitrate
@Stability(Stable) public void resetBitrate()
-
resetCodingMode
@Stability(Stable) public void resetCodingMode()
-
resetDialnorm
@Stability(Stable) public void resetDialnorm()
-
resetDrcLine
@Stability(Stable) public void resetDrcLine()
-
resetDrcRf
@Stability(Stable) public void resetDrcRf()
-
resetHeightTrim
@Stability(Stable) public void resetHeightTrim()
-
resetSurroundTrim
@Stability(Stable) public void resetSurroundTrim()
-
getBitrateInput
@Stability(Stable) @Nullable public Number getBitrateInput()
-
getCodingModeInput
@Stability(Stable) @Nullable public String getCodingModeInput()
-
getDialnormInput
@Stability(Stable) @Nullable public Number getDialnormInput()
-
getDrcLineInput
@Stability(Stable) @Nullable public String getDrcLineInput()
-
getDrcRfInput
@Stability(Stable) @Nullable public String getDrcRfInput()
-
getHeightTrimInput
@Stability(Stable) @Nullable public Number getHeightTrimInput()
-
getSurroundTrimInput
@Stability(Stable) @Nullable public Number getSurroundTrimInput()
-
getBitrate
@Stability(Stable) @NotNull public Number getBitrate()
-
setBitrate
@Stability(Stable) public void setBitrate(@NotNull Number value)
-
getCodingMode
@Stability(Stable) @NotNull public String getCodingMode()
-
setCodingMode
@Stability(Stable) public void setCodingMode(@NotNull String value)
-
getDialnorm
@Stability(Stable) @NotNull public Number getDialnorm()
-
setDialnorm
@Stability(Stable) public void setDialnorm(@NotNull Number value)
-
getDrcLine
@Stability(Stable) @NotNull public String getDrcLine()
-
setDrcLine
@Stability(Stable) public void setDrcLine(@NotNull String value)
-
getDrcRf
@Stability(Stable) @NotNull public String getDrcRf()
-
setDrcRf
@Stability(Stable) public void setDrcRf(@NotNull String value)
-
getHeightTrim
@Stability(Stable) @NotNull public Number getHeightTrim()
-
setHeightTrim
@Stability(Stable) public void setHeightTrim(@NotNull Number value)
-
getSurroundTrim
@Stability(Stable) @NotNull public Number getSurroundTrim()
-
setSurroundTrim
@Stability(Stable) public void setSurroundTrim(@NotNull Number value)
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings value)
-
-