Class WavSettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.WavSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
WavSettingsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WavSettingsProps
@Stability(Experimental)
@Internal
public static final class WavSettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WavSettingsProps
An implementation for
WavSettingsProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.alpha.WavSettingsProps
WavSettingsProps.Builder, WavSettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(WavSettingsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theWavSettingsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal AudioBitDepth(experimental) The bit depth of the WAV output.final WavCodingMode(experimental) The audio coding mode for the WAV audio.final AudioSampleRate(experimental) The sample rate.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theWavSettingsProps.Builder.
-
-
Method Details
-
getBitDepth
Description copied from interface:WavSettingsProps(experimental) The bit depth of the WAV output.Default: AudioBitDepth.DEPTH_16
- Specified by:
getBitDepthin interfaceWavSettingsProps
-
getCodingMode
Description copied from interface:WavSettingsProps(experimental) The audio coding mode for the WAV audio.Default: WavCodingMode.CODING_MODE_2_0
- Specified by:
getCodingModein interfaceWavSettingsProps
-
getSampleRate
Description copied from interface:WavSettingsProps(experimental) The sample rate.Default: AudioSampleRate.HZ_48000
- Specified by:
getSampleRatein interfaceWavSettingsProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-