Class CfnChannel.DashPlaylistSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnChannel.DashPlaylistSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.DashPlaylistSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.DashPlaylistSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.DashPlaylistSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.DashPlaylistSettingsProperty
An implementation for
CfnChannel.DashPlaylistSettingsProperty-
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.mediatailor.CfnChannel.DashPlaylistSettingsProperty
CfnChannel.DashPlaylistSettingsProperty.Builder, CfnChannel.DashPlaylistSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.DashPlaylistSettingsProperty.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 total duration (in seconds) of each manifest.final NumberMinimum amount of content (measured in seconds) that a player must keep available in the buffer.final NumberMinimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.final NumberAmount of time (in seconds) that the player should be from the live point at the end of the manifest.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 theCfnChannel.DashPlaylistSettingsProperty.Builder.
-
-
Method Details
-
getManifestWindowSeconds
Description copied from interface:CfnChannel.DashPlaylistSettingsPropertyThe total duration (in seconds) of each manifest.Minimum value:
30seconds. Maximum value:3600seconds.- Specified by:
getManifestWindowSecondsin interfaceCfnChannel.DashPlaylistSettingsProperty- See Also:
-
getMinBufferTimeSeconds
Description copied from interface:CfnChannel.DashPlaylistSettingsPropertyMinimum amount of content (measured in seconds) that a player must keep available in the buffer.Minimum value:
2seconds. Maximum value:60seconds.- Specified by:
getMinBufferTimeSecondsin interfaceCfnChannel.DashPlaylistSettingsProperty- See Also:
-
getMinUpdatePeriodSeconds
Description copied from interface:CfnChannel.DashPlaylistSettingsPropertyMinimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.Minimum value:
2seconds. Maximum value:60seconds.- Specified by:
getMinUpdatePeriodSecondsin interfaceCfnChannel.DashPlaylistSettingsProperty- See Also:
-
getSuggestedPresentationDelaySeconds
Description copied from interface:CfnChannel.DashPlaylistSettingsPropertyAmount of time (in seconds) that the player should be from the live point at the end of the manifest.Minimum value:
2seconds. Maximum value:60seconds.- Specified by:
getSuggestedPresentationDelaySecondsin interfaceCfnChannel.DashPlaylistSettingsProperty- 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()
-