@Stability(value=Stable) public static final class CfnChannel.Mp2SettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.Mp2SettingsProperty>
CfnChannel.Mp2SettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.Mp2SettingsProperty.Builder |
bitrate(Number bitrate)
Sets the value of
CfnChannel.Mp2SettingsProperty.getBitrate() |
CfnChannel.Mp2SettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.Mp2SettingsProperty.Builder |
codingMode(String codingMode)
Sets the value of
CfnChannel.Mp2SettingsProperty.getCodingMode() |
CfnChannel.Mp2SettingsProperty.Builder |
sampleRate(Number sampleRate)
Sets the value of
CfnChannel.Mp2SettingsProperty.getSampleRate() |
@Stability(value=Stable) public CfnChannel.Mp2SettingsProperty.Builder bitrate(Number bitrate)
CfnChannel.Mp2SettingsProperty.getBitrate()bitrate - The average bitrate in bits/second.this@Stability(value=Stable) public CfnChannel.Mp2SettingsProperty.Builder codingMode(String codingMode)
CfnChannel.Mp2SettingsProperty.getCodingMode()codingMode - The MPEG2 Audio coding mode.
Valid values are codingMode10 (for mono) or codingMode20 (for stereo).this@Stability(value=Stable) public CfnChannel.Mp2SettingsProperty.Builder sampleRate(Number sampleRate)
CfnChannel.Mp2SettingsProperty.getSampleRate()sampleRate - The sample rate in Hz.this@Stability(value=Stable) public CfnChannel.Mp2SettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.Mp2SettingsProperty>CfnChannel.Mp2SettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.