Class Mp2SettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.Mp2SettingsProps.Jsii$Proxy
- All Implemented Interfaces:
Mp2SettingsProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Mp2SettingsProps
@Stability(Experimental)
@Internal
public static final class Mp2SettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Mp2SettingsProps
An implementation for
Mp2SettingsProps-
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.Mp2SettingsProps
Mp2SettingsProps.Builder, Mp2SettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(Mp2SettingsProps.Builder builder) Constructor that initializes the object based on literal property values passed by theMp2SettingsProps.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 Bitrate(experimental) The average bitrate.final Mp2CodingMode(experimental) The MPEG2 Audio coding mode.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 theMp2SettingsProps.Builder.
-
-
Method Details
-
getBitrate
Description copied from interface:Mp2SettingsProps(experimental) The average bitrate.Default: - service default
- Specified by:
getBitratein interfaceMp2SettingsProps
-
getCodingMode
Description copied from interface:Mp2SettingsProps(experimental) The MPEG2 Audio coding mode.Default: Mp2CodingMode.CODING_MODE_2_0
- Specified by:
getCodingModein interfaceMp2SettingsProps
-
getSampleRate
Description copied from interface:Mp2SettingsProps(experimental) The sample rate.Default: AudioSampleRate.HZ_48000
- Specified by:
getSampleRatein interfaceMp2SettingsProps
-
$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()
-