Interface MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.968Z") @Stability(Stable) public interface MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings.Builderstatic classMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings.Jsii$ProxyAn implementation forMedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings.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 StringgetInputType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_type MedialiveChannel#input_type}.default StringgetProfile()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#profile MedialiveChannel#profile}.default StringgetRateControlMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#rate_control_mode MedialiveChannel#rate_control_mode}.default StringgetRawFormat()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#raw_format MedialiveChannel#raw_format}.default NumbergetSampleRate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#sample_rate MedialiveChannel#sample_rate}.default StringgetSpec()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#spec MedialiveChannel#spec}.default StringgetVbrQuality()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#vbr_quality MedialiveChannel#vbr_quality}.
-
-
-
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}.
-
getInputType
@Stability(Stable) @Nullable default String getInputType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_type MedialiveChannel#input_type}.
-
getProfile
@Stability(Stable) @Nullable default String getProfile()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#profile MedialiveChannel#profile}.
-
getRateControlMode
@Stability(Stable) @Nullable default String getRateControlMode()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#rate_control_mode MedialiveChannel#rate_control_mode}.
-
getRawFormat
@Stability(Stable) @Nullable default String getRawFormat()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#raw_format MedialiveChannel#raw_format}.
-
getSampleRate
@Stability(Stable) @Nullable default Number getSampleRate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#sample_rate MedialiveChannel#sample_rate}.
-
getSpec
@Stability(Stable) @Nullable default String getSpec()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#spec MedialiveChannel#spec}.
-
getVbrQuality
@Stability(Stable) @Nullable default String getVbrQuality()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#vbr_quality MedialiveChannel#vbr_quality}.
-
builder
@Stability(Stable) static MedialiveChannelEncoderSettingsAudioDescriptionsCodecSettingsAacSettings.Builder builder()
-
-