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();
 

See Also: