Class EncodingConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.EncodingConfig.Jsii$Proxy
- All Implemented Interfaces:
EncodingConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EncodingConfig
@Stability(Experimental)
@Internal
public static final class EncodingConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EncodingConfig
An implementation for
EncodingConfig-
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.mediaconnect.alpha.EncodingConfig
EncodingConfig.Builder, EncodingConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EncodingConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theEncodingConfig.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 EncodingProfile(experimental) The encoding profile to use when transcoding the NDI source content to a transport stream.final Bitrate(experimental) The maximum video bitrate to use when transcoding the NDI source to a transport stream.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 theEncodingConfig.Builder.
-
-
Method Details
-
getEncodingProfile
Description copied from interface:EncodingConfig(experimental) The encoding profile to use when transcoding the NDI source content to a transport stream.You can change this value while the flow is running.
Default: - the MediaConnect service default
- Specified by:
getEncodingProfilein interfaceEncodingConfig
-
getVideoMaxBitrate
Description copied from interface:EncodingConfig(experimental) The maximum video bitrate to use when transcoding the NDI source to a transport stream.The supported range is 10 Mbps – 50 Mbps.
Default: - undefined; when omitted, MediaConnect applies 20 Mbps at deploy time
- Specified by:
getVideoMaxBitratein interfaceEncodingConfig
-
$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()
-