Class CfnPackagingConfiguration.StreamSelectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration.StreamSelectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPackagingConfiguration.StreamSelectionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackagingConfiguration.StreamSelectionProperty
@Stability(Stable)
@Internal
public static final class CfnPackagingConfiguration.StreamSelectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackagingConfiguration.StreamSelectionProperty
An implementation for
CfnPackagingConfiguration.StreamSelectionProperty
-
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.mediapackage.CfnPackagingConfiguration.StreamSelectionProperty
CfnPackagingConfiguration.StreamSelectionProperty.Builder, CfnPackagingConfiguration.StreamSelectionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPackagingConfiguration.StreamSelectionProperty.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
The upper limit of the bitrates that this endpoint serves.final Number
The lower limit of the bitrates that this endpoint serves.final String
Order in which the different video bitrates are presented to the player.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 theCfnPackagingConfiguration.StreamSelectionProperty.Builder
.
-
-
Method Details
-
getMaxVideoBitsPerSecond
Description copied from interface:CfnPackagingConfiguration.StreamSelectionProperty
The upper limit of the bitrates that this endpoint serves.If the video track exceeds this threshold, then AWS Elemental MediaPackage excludes it from output. If you don't specify a value, it defaults to 2147483647 bits per second.
- Specified by:
getMaxVideoBitsPerSecond
in interfaceCfnPackagingConfiguration.StreamSelectionProperty
- See Also:
-
getMinVideoBitsPerSecond
Description copied from interface:CfnPackagingConfiguration.StreamSelectionProperty
The lower limit of the bitrates that this endpoint serves.If the video track is below this threshold, then AWS Elemental MediaPackage excludes it from output. If you don't specify a value, it defaults to 0 bits per second.
- Specified by:
getMinVideoBitsPerSecond
in interfaceCfnPackagingConfiguration.StreamSelectionProperty
- See Also:
-
getStreamOrder
Description copied from interface:CfnPackagingConfiguration.StreamSelectionProperty
Order in which the different video bitrates are presented to the player.Valid values:
ORIGINAL
,VIDEO_BITRATE_ASCENDING
,VIDEO_BITRATE_DESCENDING
.- Specified by:
getStreamOrder
in interfaceCfnPackagingConfiguration.StreamSelectionProperty
- 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()
-