Class MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference
-
- 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.970Z") @Stability(Stable) public class MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference 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 MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference(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
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference
protected MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference
protected MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference
@Stability(Stable) public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsOutputReference(@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
-
putAacSettings
@Stability(Stable) public void putAacSettings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings value)- Parameters:
value- This parameter is required.
-
putAc3Settings
@Stability(Stable) public void putAc3Settings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings value)- Parameters:
value- This parameter is required.
-
putEac3AtmosSettings
@Stability(Stable) public void putEac3AtmosSettings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings value)- Parameters:
value- This parameter is required.
-
putEac3Settings
@Stability(Stable) public void putEac3Settings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3Settings value)- Parameters:
value- This parameter is required.
-
putMp2Settings
@Stability(Stable) public void putMp2Settings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsMp2Settings value)- Parameters:
value- This parameter is required.
-
putPassThroughSettings
@Stability(Stable) public void putPassThroughSettings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsPassThroughSettings value)- Parameters:
value- This parameter is required.
-
putWavSettings
@Stability(Stable) public void putWavSettings(@NotNull MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsWavSettings value)- Parameters:
value- This parameter is required.
-
resetAacSettings
@Stability(Stable) public void resetAacSettings()
-
resetAc3Settings
@Stability(Stable) public void resetAc3Settings()
-
resetEac3AtmosSettings
@Stability(Stable) public void resetEac3AtmosSettings()
-
resetEac3Settings
@Stability(Stable) public void resetEac3Settings()
-
resetMp2Settings
@Stability(Stable) public void resetMp2Settings()
-
resetPassThroughSettings
@Stability(Stable) public void resetPassThroughSettings()
-
resetWavSettings
@Stability(Stable) public void resetWavSettings()
-
getAacSettings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference getAacSettings()
-
getAc3Settings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3SettingsOutputReference getAc3Settings()
-
getEac3AtmosSettings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettingsOutputReference getEac3AtmosSettings()
-
getEac3Settings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3SettingsOutputReference getEac3Settings()
-
getMp2Settings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsMp2SettingsOutputReference getMp2Settings()
-
getPassThroughSettings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsPassThroughSettingsOutputReference getPassThroughSettings()
-
getWavSettings
@Stability(Stable) @NotNull public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsWavSettingsOutputReference getWavSettings()
-
getAacSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings getAacSettingsInput()
-
getAc3SettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings getAc3SettingsInput()
-
getEac3AtmosSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings getEac3AtmosSettingsInput()
-
getEac3SettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3Settings getEac3SettingsInput()
-
getMp2SettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsMp2Settings getMp2SettingsInput()
-
getPassThroughSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsPassThroughSettings getPassThroughSettingsInput()
-
getWavSettingsInput
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsWavSettings getWavSettingsInput()
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettings value)
-
-