Interface CfnChannel.Mp2SettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.Mp2SettingsProperty.Jsii$Proxy
- Enclosing class:
- CfnChannel
@Stability(Stable)
public static interface CfnChannel.Mp2SettingsProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for this MP2 audio.
The parent of this entity is AudioCodecSettings.
Example:
// 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.*; Mp2SettingsProperty mp2SettingsProperty = Mp2SettingsProperty.builder() .bitrate(123) .codingMode("codingMode") .sampleRate(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.Mp2SettingsProperty
static final class
An implementation forCfnChannel.Mp2SettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBitrate
The average bitrate in bits/second. -
getCodingMode
The MPEG2 Audio coding mode.Valid values are codingMode10 (for mono) or codingMode20 (for stereo).
-
getSampleRate
The sample rate in Hz. -
builder
-