Class CfnChannelPropsMixin.DashPlaylistSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediatailor.CfnChannelPropsMixin.DashPlaylistSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.DashPlaylistSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.DashPlaylistSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.DashPlaylistSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.DashPlaylistSettingsProperty
An implementation for
CfnChannelPropsMixin.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.cfnpropertymixins.services.mediatailor.CfnChannelPropsMixin.DashPlaylistSettingsProperty
CfnChannelPropsMixin.DashPlaylistSettingsProperty.Builder, CfnChannelPropsMixin.DashPlaylistSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.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 theCfnChannelPropsMixin.DashPlaylistSettingsProperty.Builder.
-
-
Method Details
-
getManifestWindowSeconds
Description copied from interface:CfnChannelPropsMixin.DashPlaylistSettingsPropertyThe total duration (in seconds) of each manifest.Minimum value:
30seconds. Maximum value:3600seconds.- Specified by:
getManifestWindowSecondsin interfaceCfnChannelPropsMixin.DashPlaylistSettingsProperty- See Also:
-
getMinBufferTimeSeconds
Description copied from interface:CfnChannelPropsMixin.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 interfaceCfnChannelPropsMixin.DashPlaylistSettingsProperty- See Also:
-
getMinUpdatePeriodSeconds
Description copied from interface:CfnChannelPropsMixin.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 interfaceCfnChannelPropsMixin.DashPlaylistSettingsProperty- See Also:
-
getSuggestedPresentationDelaySeconds
Description copied from interface:CfnChannelPropsMixin.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 interfaceCfnChannelPropsMixin.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()
-