Class CfnFlowOutputPropsMixin.EncodingParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowOutputPropsMixin.EncodingParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowOutputPropsMixin.EncodingParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowOutputPropsMixin.EncodingParametersProperty
@Stability(Stable)
@Internal
public static final class CfnFlowOutputPropsMixin.EncodingParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowOutputPropsMixin.EncodingParametersProperty
An implementation for
CfnFlowOutputPropsMixin.EncodingParametersProperty-
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.CfnFlowOutputPropsMixin.EncodingParametersProperty
CfnFlowOutputPropsMixin.EncodingParametersProperty.Builder, CfnFlowOutputPropsMixin.EncodingParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowOutputPropsMixin.EncodingParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnFlowOutputPropsMixin.EncodingParametersProperty.Builder.
-
-
Method Details
-
getCompressionFactor
Description copied from interface:CfnFlowOutputPropsMixin.EncodingParametersPropertyA value that is used to calculate compression for an output.The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.
- Specified by:
getCompressionFactorin interfaceCfnFlowOutputPropsMixin.EncodingParametersProperty- See Also:
-
getEncoderProfile
Description copied from interface:CfnFlowOutputPropsMixin.EncodingParametersPropertyA setting on the encoder that drives compression settings.This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol.
- Specified by:
getEncoderProfilein interfaceCfnFlowOutputPropsMixin.EncodingParametersProperty- 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()
-