Class CfnOriginEndpointPropsMixin.StreamSelectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnOriginEndpointPropsMixin.StreamSelectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointPropsMixin.StreamSelectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointPropsMixin.StreamSelectionProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointPropsMixin.StreamSelectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointPropsMixin.StreamSelectionProperty
An implementation for
CfnOriginEndpointPropsMixin.StreamSelectionProperty-
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.mediapackage.CfnOriginEndpointPropsMixin.StreamSelectionProperty
CfnOriginEndpointPropsMixin.StreamSelectionProperty.Builder, CfnOriginEndpointPropsMixin.StreamSelectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpointPropsMixin.StreamSelectionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberThe upper limit of the bitrates that this endpoint serves.final NumberThe lower limit of the bitrates that this endpoint serves.final StringOrder in which the different video bitrates are presented to the player.final inthashCode()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 theCfnOriginEndpointPropsMixin.StreamSelectionProperty.Builder.
-
-
Method Details
-
getMaxVideoBitsPerSecond
Description copied from interface:CfnOriginEndpointPropsMixin.StreamSelectionPropertyThe 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:
getMaxVideoBitsPerSecondin interfaceCfnOriginEndpointPropsMixin.StreamSelectionProperty- See Also:
-
getMinVideoBitsPerSecond
Description copied from interface:CfnOriginEndpointPropsMixin.StreamSelectionPropertyThe 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:
getMinVideoBitsPerSecondin interfaceCfnOriginEndpointPropsMixin.StreamSelectionProperty- See Also:
-
getStreamOrder
Description copied from interface:CfnOriginEndpointPropsMixin.StreamSelectionPropertyOrder in which the different video bitrates are presented to the player.Valid values:
ORIGINAL,VIDEO_BITRATE_ASCENDING,VIDEO_BITRATE_DESCENDING.- Specified by:
getStreamOrderin interfaceCfnOriginEndpointPropsMixin.StreamSelectionProperty- 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()
-