@Stability(value=Stable)
public static interface CfnChannel.AudioDescriptionProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
AudioDescriptionProperty audioDescriptionProperty = AudioDescriptionProperty.builder()
.audioNormalizationSettings(AudioNormalizationSettingsProperty.builder()
.algorithm("algorithm")
.algorithmControl("algorithmControl")
.targetLkfs(123)
.build())
.audioSelectorName("audioSelectorName")
.audioType("audioType")
.audioTypeControl("audioTypeControl")
.audioWatermarkingSettings(AudioWatermarkSettingsProperty.builder()
.nielsenWatermarksSettings(NielsenWatermarksSettingsProperty.builder()
.nielsenCbetSettings(NielsenCBETProperty.builder()
.cbetCheckDigitString("cbetCheckDigitString")
.cbetStepaside("cbetStepaside")
.csid("csid")
.build())
.nielsenDistributionType("nielsenDistributionType")
.nielsenNaesIiNwSettings(NielsenNaesIiNwProperty.builder()
.checkDigitString("checkDigitString")
.sid(123)
.build())
.build())
.build())
.codecSettings(AudioCodecSettingsProperty.builder()
.aacSettings(AacSettingsProperty.builder()
.bitrate(123)
.codingMode("codingMode")
.inputType("inputType")
.profile("profile")
.rateControlMode("rateControlMode")
.rawFormat("rawFormat")
.sampleRate(123)
.spec("spec")
.vbrQuality("vbrQuality")
.build())
.ac3Settings(Ac3SettingsProperty.builder()
.bitrate(123)
.bitstreamMode("bitstreamMode")
.codingMode("codingMode")
.dialnorm(123)
.drcProfile("drcProfile")
.lfeFilter("lfeFilter")
.metadataControl("metadataControl")
.build())
.eac3Settings(Eac3SettingsProperty.builder()
.attenuationControl("attenuationControl")
.bitrate(123)
.bitstreamMode("bitstreamMode")
.codingMode("codingMode")
.dcFilter("dcFilter")
.dialnorm(123)
.drcLine("drcLine")
.drcRf("drcRf")
.lfeControl("lfeControl")
.lfeFilter("lfeFilter")
.loRoCenterMixLevel(123)
.loRoSurroundMixLevel(123)
.ltRtCenterMixLevel(123)
.ltRtSurroundMixLevel(123)
.metadataControl("metadataControl")
.passthroughControl("passthroughControl")
.phaseControl("phaseControl")
.stereoDownmix("stereoDownmix")
.surroundExMode("surroundExMode")
.surroundMode("surroundMode")
.build())
.mp2Settings(Mp2SettingsProperty.builder()
.bitrate(123)
.codingMode("codingMode")
.sampleRate(123)
.build())
.passThroughSettings(PassThroughSettingsProperty.builder().build())
.wavSettings(WavSettingsProperty.builder()
.bitDepth(123)
.codingMode("codingMode")
.sampleRate(123)
.build())
.build())
.languageCode("languageCode")
.languageCodeControl("languageCodeControl")
.name("name")
.remixSettings(RemixSettingsProperty.builder()
.channelMappings(List.of(AudioChannelMappingProperty.builder()
.inputChannelLevels(List.of(InputChannelLevelProperty.builder()
.gain(123)
.inputChannel(123)
.build()))
.outputChannel(123)
.build()))
.channelsIn(123)
.channelsOut(123)
.build())
.streamName("streamName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioDescriptionProperty.Builder
A builder for
CfnChannel.AudioDescriptionProperty |
static class |
CfnChannel.AudioDescriptionProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioDescriptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioDescriptionProperty.Builder |
builder() |
default Object |
getAudioNormalizationSettings()
`CfnChannel.AudioDescriptionProperty.AudioNormalizationSettings`.
|
default String |
getAudioSelectorName()
`CfnChannel.AudioDescriptionProperty.AudioSelectorName`.
|
default String |
getAudioType()
`CfnChannel.AudioDescriptionProperty.AudioType`.
|
default String |
getAudioTypeControl()
`CfnChannel.AudioDescriptionProperty.AudioTypeControl`.
|
default Object |
getAudioWatermarkingSettings()
`CfnChannel.AudioDescriptionProperty.AudioWatermarkingSettings`.
|
default Object |
getCodecSettings()
`CfnChannel.AudioDescriptionProperty.CodecSettings`.
|
default String |
getLanguageCode()
`CfnChannel.AudioDescriptionProperty.LanguageCode`.
|
default String |
getLanguageCodeControl()
`CfnChannel.AudioDescriptionProperty.LanguageCodeControl`.
|
default String |
getName()
`CfnChannel.AudioDescriptionProperty.Name`.
|
default Object |
getRemixSettings()
`CfnChannel.AudioDescriptionProperty.RemixSettings`.
|
default String |
getStreamName()
`CfnChannel.AudioDescriptionProperty.StreamName`.
|
@Stability(value=Stable) @Nullable default Object getAudioNormalizationSettings()
@Stability(value=Stable) @Nullable default String getAudioSelectorName()
@Stability(value=Stable) @Nullable default String getAudioType()
@Stability(value=Stable) @Nullable default String getAudioTypeControl()
@Stability(value=Stable) @Nullable default Object getAudioWatermarkingSettings()
@Stability(value=Stable) @Nullable default Object getCodecSettings()
@Stability(value=Stable) @Nullable default String getLanguageCode()
@Stability(value=Stable) @Nullable default String getLanguageCodeControl()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getRemixSettings()
@Stability(value=Stable) @Nullable default String getStreamName()
@Stability(value=Stable) static CfnChannel.AudioDescriptionProperty.Builder builder()
Copyright © 2021. All rights reserved.