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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration.StreamSelectionProperty
CfnPackagingConfiguration.StreamSelectionProperty.Builder, CfnPackagingConfiguration.StreamSelectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPackagingConfiguration.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 theCfnPackagingConfiguration.StreamSelectionProperty.Builder.
-
-
Method Details
-
getMaxVideoBitsPerSecond
Description copied from interface:CfnPackagingConfiguration.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 interfaceCfnPackagingConfiguration.StreamSelectionProperty- See Also:
-
getMinVideoBitsPerSecond
Description copied from interface:CfnPackagingConfiguration.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 interfaceCfnPackagingConfiguration.StreamSelectionProperty- See Also:
-
getStreamOrder
Description copied from interface:CfnPackagingConfiguration.StreamSelectionPropertyOrder in which the different video bitrates are presented to the player.Valid values:
ORIGINAL,VIDEO_BITRATE_ASCENDING,VIDEO_BITRATE_DESCENDING.- Specified by:
getStreamOrderin interfaceCfnPackagingConfiguration.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()
-