Class MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference
-
- 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.968Z") @Stability(Stable) public class MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference 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 MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference(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
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference
protected MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference
protected MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference
@Stability(Stable) public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettingsOutputReference(@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()
-
resetInputType
@Stability(Stable) public void resetInputType()
-
resetProfile
@Stability(Stable) public void resetProfile()
-
resetRateControlMode
@Stability(Stable) public void resetRateControlMode()
-
resetRawFormat
@Stability(Stable) public void resetRawFormat()
-
resetSampleRate
@Stability(Stable) public void resetSampleRate()
-
resetSpec
@Stability(Stable) public void resetSpec()
-
resetVbrQuality
@Stability(Stable) public void resetVbrQuality()
-
getBitrateInput
@Stability(Stable) @Nullable public Number getBitrateInput()
-
getCodingModeInput
@Stability(Stable) @Nullable public String getCodingModeInput()
-
getInputTypeInput
@Stability(Stable) @Nullable public String getInputTypeInput()
-
getProfileInput
@Stability(Stable) @Nullable public String getProfileInput()
-
getRateControlModeInput
@Stability(Stable) @Nullable public String getRateControlModeInput()
-
getRawFormatInput
@Stability(Stable) @Nullable public String getRawFormatInput()
-
getSampleRateInput
@Stability(Stable) @Nullable public Number getSampleRateInput()
-
getSpecInput
@Stability(Stable) @Nullable public String getSpecInput()
-
getVbrQualityInput
@Stability(Stable) @Nullable public String getVbrQualityInput()
-
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)
-
getInputType
@Stability(Stable) @NotNull public String getInputType()
-
setInputType
@Stability(Stable) public void setInputType(@NotNull String value)
-
getProfile
@Stability(Stable) @NotNull public String getProfile()
-
setProfile
@Stability(Stable) public void setProfile(@NotNull String value)
-
getRateControlMode
@Stability(Stable) @NotNull public String getRateControlMode()
-
setRateControlMode
@Stability(Stable) public void setRateControlMode(@NotNull String value)
-
getRawFormat
@Stability(Stable) @NotNull public String getRawFormat()
-
setRawFormat
@Stability(Stable) public void setRawFormat(@NotNull String value)
-
getSampleRate
@Stability(Stable) @NotNull public Number getSampleRate()
-
setSampleRate
@Stability(Stable) public void setSampleRate(@NotNull Number value)
-
getSpec
@Stability(Stable) @NotNull public String getSpec()
-
setSpec
@Stability(Stable) public void setSpec(@NotNull String value)
-
getVbrQuality
@Stability(Stable) @NotNull public String getVbrQuality()
-
setVbrQuality
@Stability(Stable) public void setVbrQuality(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings value)
-
-