Class CfnFlowPropsMixin.EncodingConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.EncodingConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.EncodingConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.EncodingConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.EncodingConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.EncodingConfigProperty
An implementation for
CfnFlowPropsMixin.EncodingConfigProperty-
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.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.EncodingConfigProperty
CfnFlowPropsMixin.EncodingConfigProperty.Builder, CfnFlowPropsMixin.EncodingConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.EncodingConfigProperty.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 StringThe encoding profile to use when transcoding the NDI source to a Transport Stream.final NumberThe 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 theCfnFlowPropsMixin.EncodingConfigProperty.Builder.
-
-
Method Details
-
getEncodingProfile
Description copied from interface:CfnFlowPropsMixin.EncodingConfigPropertyThe encoding profile to use when transcoding the NDI source to a Transport Stream.You can change this value while a flow is running.
- Specified by:
getEncodingProfilein interfaceCfnFlowPropsMixin.EncodingConfigProperty- See Also:
-
getVideoMaxBitrate
Description copied from interface:CfnFlowPropsMixin.EncodingConfigPropertyThe maximum video bitrate to use when transcoding the NDI source to a Transport Stream.This parameter enables you to override the default video bitrate within the encoding profile's supported range. The supported range is 10,000,000 - 50,000,000 bits per second (bps). If you do not specify a value, MediaConnect uses the default value of 20,000,000 bps.
- Specified by:
getVideoMaxBitratein interfaceCfnFlowPropsMixin.EncodingConfigProperty- See Also:
-
$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()
-