Class CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
An implementation for
CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty.Builder, CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
Maximum statmux bitrate.final Number
Minimum statmux bitrate.final Number
The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others.final int
hashCode()
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 theCfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty.Builder
.
-
-
Method Details
-
getMaximumBitrate
Description copied from interface:CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
Maximum statmux bitrate.- Specified by:
getMaximumBitrate
in interfaceCfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
- See Also:
-
getMinimumBitrate
Description copied from interface:CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
Minimum statmux bitrate.- Specified by:
getMinimumBitrate
in interfaceCfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
- See Also:
-
getPriority
Description copied from interface:CfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
The purpose of the priority is to use a combination of the\nmultiplex rate control algorithm and the QVBR capability of the\nencoder to prioritize the video quality of some channels in a\nmultiplex over others.Channels that have a higher priority will\nget higher video quality at the expense of the video quality of\nother channels in the multiplex with lower priority.
- Specified by:
getPriority
in interfaceCfnMultiplexprogram.MultiplexStatmuxVideoSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-