@Stability(value=Stable) public static final class CfnChannel.AudioDescriptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.AudioDescriptionProperty>
CfnChannel.AudioDescriptionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder audioNormalizationSettings(CfnChannel.AudioNormalizationSettingsProperty audioNormalizationSettings)
CfnChannel.AudioDescriptionProperty.getAudioNormalizationSettings()audioNormalizationSettings - The advanced audio normalization settings.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder audioNormalizationSettings(IResolvable audioNormalizationSettings)
CfnChannel.AudioDescriptionProperty.getAudioNormalizationSettings()audioNormalizationSettings - The advanced audio normalization settings.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder audioSelectorName(String audioSelectorName)
CfnChannel.AudioDescriptionProperty.getAudioSelectorName()audioSelectorName - The name of the AudioSelector that is used as the source for this AudioDescription.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder audioType(String audioType)
CfnChannel.AudioDescriptionProperty.getAudioType()audioType - Applies only if audioTypeControl is useConfigured.
The values for audioType are defined in ISO-IEC 13818-1.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder audioTypeControl(String audioTypeControl)
CfnChannel.AudioDescriptionProperty.getAudioTypeControl()audioTypeControl - Determines how audio type is determined.
followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder audioWatermarkingSettings(CfnChannel.AudioWatermarkSettingsProperty audioWatermarkingSettings)
CfnChannel.AudioDescriptionProperty.getAudioWatermarkingSettings()audioWatermarkingSettings - Settings to configure one or more solutions that insert audio watermarks in the audio encode.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder audioWatermarkingSettings(IResolvable audioWatermarkingSettings)
CfnChannel.AudioDescriptionProperty.getAudioWatermarkingSettings()audioWatermarkingSettings - Settings to configure one or more solutions that insert audio watermarks in the audio encode.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder codecSettings(CfnChannel.AudioCodecSettingsProperty codecSettings)
CfnChannel.AudioDescriptionProperty.getCodecSettings()codecSettings - The audio codec settings.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder codecSettings(IResolvable codecSettings)
CfnChannel.AudioDescriptionProperty.getCodecSettings()codecSettings - The audio codec settings.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder languageCode(String languageCode)
CfnChannel.AudioDescriptionProperty.getLanguageCode()languageCode - Indicates the language of the audio output track.
Used only if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder languageCodeControl(String languageCodeControl)
CfnChannel.AudioDescriptionProperty.getLanguageCodeControl()languageCodeControl - Choosing followInput causes the ISO 639 language code of the output to follow the ISO 639 language code of the input.
The languageCode setting is used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder name(String name)
CfnChannel.AudioDescriptionProperty.getName()name - The name of this AudioDescription.
Outputs use this name to uniquely identify this AudioDescription. Description names should be unique within this channel.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder remixSettings(CfnChannel.RemixSettingsProperty remixSettings)
CfnChannel.AudioDescriptionProperty.getRemixSettings()remixSettings - The settings that control how input audio channels are remixed into the output audio channels.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder remixSettings(IResolvable remixSettings)
CfnChannel.AudioDescriptionProperty.getRemixSettings()remixSettings - The settings that control how input audio channels are remixed into the output audio channels.this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty.Builder streamName(String streamName)
CfnChannel.AudioDescriptionProperty.getStreamName()streamName - Used for Microsoft Smooth and Apple HLS outputs.
Indicates the name displayed by the player (for example, English or Director Commentary).this@Stability(value=Stable) public CfnChannel.AudioDescriptionProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.AudioDescriptionProperty>CfnChannel.AudioDescriptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.