Interface CfnChannel.WavSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.WavSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.WavSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The setup of WAV audio in the output.
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.*; WavSettingsProperty wavSettingsProperty = WavSettingsProperty.builder() .bitDepth(123) .codingMode("codingMode") .sampleRate(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.WavSettingsProperty
static final class
An implementation forCfnChannel.WavSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBitDepth
Bits per sample. -
getCodingMode
The audio coding mode for the WAV audio.The mode determines the number of channels in the audio.
-
getSampleRate
Sample rate in Hz. -
builder
-