@Stability(value=Stable) @Internal public static final class CfnOriginEndpoint.StreamSelectionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOriginEndpoint.StreamSelectionProperty
CfnOriginEndpoint.StreamSelectionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnOriginEndpoint.StreamSelectionProperty.Builder, CfnOriginEndpoint.StreamSelectionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnOriginEndpoint.StreamSelectionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnOriginEndpoint.AuthorizationProperty.Builder. |
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(Object o) |
Number |
getMaxVideoBitsPerSecond()
The upper limit of the bitrates that this endpoint serves.
|
Number |
getMinVideoBitsPerSecond()
The lower limit of the bitrates that this endpoint serves.
|
String |
getStreamOrder()
Order in which the different video bitrates are presented to the player.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnOriginEndpoint.StreamSelectionProperty.Builder builder)
CfnOriginEndpoint.AuthorizationProperty.Builder.public final Number getMaxVideoBitsPerSecond()
CfnOriginEndpoint.StreamSelectionPropertyIf 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 CfnOriginEndpoint.StreamSelectionPropertypublic final Number getMinVideoBitsPerSecond()
CfnOriginEndpoint.StreamSelectionPropertyIf 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 CfnOriginEndpoint.StreamSelectionPropertypublic final String getStreamOrder()
CfnOriginEndpoint.StreamSelectionProperty
Valid values: ORIGINAL , VIDEO_BITRATE_ASCENDING , VIDEO_BITRATE_DESCENDING .
getStreamOrder in interface CfnOriginEndpoint.StreamSelectionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.