@Stability(value=Stable)
public static interface CfnChannel.WavSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.WavSettingsProperty.Builder
A builder for
CfnChannel.WavSettingsProperty |
static class |
CfnChannel.WavSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.WavSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.WavSettingsProperty.Builder |
builder() |
default Number |
getBitDepth()
Bits per sample.
|
default String |
getCodingMode()
The audio coding mode for the WAV audio.
|
default Number |
getSampleRate()
Sample rate in Hz.
|
@Stability(value=Stable) @Nullable default Number getBitDepth()
@Stability(value=Stable) @Nullable default String getCodingMode()
The mode determines the number of channels in the audio.
@Stability(value=Stable) @Nullable default Number getSampleRate()
@Stability(value=Stable) static CfnChannel.WavSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.