Interface MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.969Z") @Stability(Stable) public interface MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings.Builderstatic classMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings.Jsii$ProxyAn implementation forMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings.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 StringgetBitstreamMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#bitstream_mode MedialiveChannel#bitstream_mode}.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 StringgetDrcProfile()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#drc_profile MedialiveChannel#drc_profile}.default StringgetLfeFilter()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#lfe_filter MedialiveChannel#lfe_filter}.default StringgetMetadataControl()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#metadata_control MedialiveChannel#metadata_control}.
-
-
-
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}.
-
getBitstreamMode
@Stability(Stable) @Nullable default String getBitstreamMode()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#bitstream_mode MedialiveChannel#bitstream_mode}.
-
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}.
-
getDrcProfile
@Stability(Stable) @Nullable default String getDrcProfile()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#drc_profile MedialiveChannel#drc_profile}.
-
getLfeFilter
@Stability(Stable) @Nullable default String getLfeFilter()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#lfe_filter MedialiveChannel#lfe_filter}.
-
getMetadataControl
@Stability(Stable) @Nullable default String getMetadataControl()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#metadata_control MedialiveChannel#metadata_control}.
-
builder
@Stability(Stable) static MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAc3Settings.Builder builder()
-
-