Class AudioNormalizationSettings.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.AudioNormalizationSettings.Jsii$Proxy
- All Implemented Interfaces:
AudioNormalizationSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AudioNormalizationSettings
@Stability(Experimental)
@Internal
public static final class AudioNormalizationSettings.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AudioNormalizationSettings
An implementation for
AudioNormalizationSettings-
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.AudioNormalizationSettings
AudioNormalizationSettings.Builder, AudioNormalizationSettings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAudioNormalizationSettings.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 boolean(experimental) The normalization algorithm.(experimental) Whether to correct or only measure.(experimental) Whether to use a peak limiter and how to calculate peak levels.final Number(experimental) The peak limiter threshold in dBFS.final Number(experimental) The target loudness in LKFS.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 theAudioNormalizationSettings.Builder.
-
-
Method Details
-
getAlgorithm
Description copied from interface:AudioNormalizationSettings(experimental) The normalization algorithm.Default: - service default
- Specified by:
getAlgorithmin interfaceAudioNormalizationSettings
-
getAlgorithmControl
Description copied from interface:AudioNormalizationSettings(experimental) Whether to correct or only measure.Default: - service default
- Specified by:
getAlgorithmControlin interfaceAudioNormalizationSettings
-
getPeakCalculation
Description copied from interface:AudioNormalizationSettings(experimental) Whether to use a peak limiter and how to calculate peak levels.Default: - service default
- Specified by:
getPeakCalculationin interfaceAudioNormalizationSettings
-
getPeakLimiterThreshold
Description copied from interface:AudioNormalizationSettings(experimental) The peak limiter threshold in dBFS.Only used when peak limiting is enabled.
Default: - service default
- Specified by:
getPeakLimiterThresholdin interfaceAudioNormalizationSettings
-
getTargetLkfs
Description copied from interface:AudioNormalizationSettings(experimental) The target loudness in LKFS.CALM Act recommends -24, EBU R-128 recommends -23.
Default: - service default
- Specified by:
getTargetLkfsin interfaceAudioNormalizationSettings
-
$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()
-