public static final class CfnPackagingConfiguration.StreamSelectionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPackagingConfiguration.StreamSelectionProperty
CfnPackagingConfiguration.StreamSelectionProperty
CfnPackagingConfiguration.StreamSelectionProperty.Builder, CfnPackagingConfiguration.StreamSelectionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getMaxVideoBitsPerSecond()
The upper limit of the bitrates that this endpoint serves.
|
java.lang.Number |
getMinVideoBitsPerSecond()
The lower limit of the bitrates that this endpoint serves.
|
java.lang.String |
getStreamOrder()
Order in which the different video bitrates are presented to the player.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getMaxVideoBitsPerSecond()
CfnPackagingConfiguration.StreamSelectionProperty
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.
getMaxVideoBitsPerSecond
in interface CfnPackagingConfiguration.StreamSelectionProperty
public final java.lang.Number getMinVideoBitsPerSecond()
CfnPackagingConfiguration.StreamSelectionProperty
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.
getMinVideoBitsPerSecond
in interface CfnPackagingConfiguration.StreamSelectionProperty
public final java.lang.String getStreamOrder()
CfnPackagingConfiguration.StreamSelectionProperty
Valid values: ORIGINAL
, VIDEO_BITRATE_ASCENDING
, VIDEO_BITRATE_DESCENDING
.
getStreamOrder
in interface CfnPackagingConfiguration.StreamSelectionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()