@Stability(value=Stable) public static final class CfnChannel.Ac3SettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.Ac3SettingsProperty>
CfnChannel.Ac3SettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnChannel.Ac3SettingsProperty.Builder bitrate(Number bitrate)
CfnChannel.Ac3SettingsProperty.getBitrate()bitrate - The average bitrate in bits/second.
Valid bitrates depend on the coding mode.this@Stability(value=Stable) public CfnChannel.Ac3SettingsProperty.Builder bitstreamMode(String bitstreamMode)
CfnChannel.Ac3SettingsProperty.getBitstreamMode()bitstreamMode - Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
For more information about these values, see ATSC A/52-2012.this@Stability(value=Stable) public CfnChannel.Ac3SettingsProperty.Builder codingMode(String codingMode)
CfnChannel.Ac3SettingsProperty.getCodingMode()codingMode - The Dolby Digital coding mode.
This determines the number of channels.this@Stability(value=Stable) public CfnChannel.Ac3SettingsProperty.Builder dialnorm(Number dialnorm)
CfnChannel.Ac3SettingsProperty.getDialnorm()dialnorm - Sets the dialnorm for the output.
If excluded and the input audio is Dolby Digital, dialnorm is passed through.this@Stability(value=Stable) public CfnChannel.Ac3SettingsProperty.Builder drcProfile(String drcProfile)
CfnChannel.Ac3SettingsProperty.getDrcProfile()drcProfile - If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.this@Stability(value=Stable) public CfnChannel.Ac3SettingsProperty.Builder lfeFilter(String lfeFilter)
CfnChannel.Ac3SettingsProperty.getLfeFilter()lfeFilter - When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
This is valid only in codingMode32Lfe mode.this@Stability(value=Stable) public CfnChannel.Ac3SettingsProperty.Builder metadataControl(String metadataControl)
CfnChannel.Ac3SettingsProperty.getMetadataControl()metadataControl - When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.
If the audio is supplied from one of these streams, the static metadata settings are used.this@Stability(value=Stable) public CfnChannel.Ac3SettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.Ac3SettingsProperty>CfnChannel.Ac3SettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.