Interface MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.969Z") @Stability(Stable) public interface MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings.Builderstatic classMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings.Jsii$ProxyAn implementation forMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings.Builderbuilder()default NumbergetBitrate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#bitrate MedialiveChannel#bitrate}.default StringgetCodingMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#coding_mode MedialiveChannel#coding_mode}.default NumbergetDialnorm()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#dialnorm MedialiveChannel#dialnorm}.default StringgetDrcLine()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#drc_line MedialiveChannel#drc_line}.default StringgetDrcRf()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#drc_rf MedialiveChannel#drc_rf}.default NumbergetHeightTrim()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#height_trim MedialiveChannel#height_trim}.default NumbergetSurroundTrim()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#surround_trim MedialiveChannel#surround_trim}.
-
-
-
Method Detail
-
getBitrate
@Stability(Stable) @Nullable default Number getBitrate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#bitrate MedialiveChannel#bitrate}.
-
getCodingMode
@Stability(Stable) @Nullable default String getCodingMode()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#coding_mode MedialiveChannel#coding_mode}.
-
getDialnorm
@Stability(Stable) @Nullable default Number getDialnorm()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#dialnorm MedialiveChannel#dialnorm}.
-
getDrcLine
@Stability(Stable) @Nullable default String getDrcLine()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#drc_line MedialiveChannel#drc_line}.
-
getDrcRf
@Stability(Stable) @Nullable default String getDrcRf()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#drc_rf MedialiveChannel#drc_rf}.
-
getHeightTrim
@Stability(Stable) @Nullable default Number getHeightTrim()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#height_trim MedialiveChannel#height_trim}.
-
getSurroundTrim
@Stability(Stable) @Nullable default Number getSurroundTrim()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#surround_trim MedialiveChannel#surround_trim}.
-
builder
@Stability(Stable) static MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsEac3AtmosSettings.Builder builder()
-
-