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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediatailor.CfnChannel.DashPlaylistSettingsProperty
CfnChannel.DashPlaylistSettingsProperty.Builder, CfnChannel.DashPlaylistSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.DashPlaylistSettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The total duration (in seconds) of each manifest.final Number
Minimum amount of content (measured in seconds) that a player must keep available in the buffer.final Number
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.final Number
Amount of time (in seconds) that the player should be from the live point at the end of the manifest.final int
hashCode()
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.DashPlaylistSettingsProperty
The total duration (in seconds) of each manifest.Minimum value:
30
seconds. Maximum value:3600
seconds.- Specified by:
getManifestWindowSeconds
in interfaceCfnChannel.DashPlaylistSettingsProperty
- See Also:
-
getMinBufferTimeSeconds
Description copied from interface:CfnChannel.DashPlaylistSettingsProperty
Minimum amount of content (measured in seconds) that a player must keep available in the buffer.Minimum value:
2
seconds. Maximum value:60
seconds.- Specified by:
getMinBufferTimeSeconds
in interfaceCfnChannel.DashPlaylistSettingsProperty
- See Also:
-
getMinUpdatePeriodSeconds
Description copied from interface:CfnChannel.DashPlaylistSettingsProperty
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.Minimum value:
2
seconds. Maximum value:60
seconds.- Specified by:
getMinUpdatePeriodSeconds
in interfaceCfnChannel.DashPlaylistSettingsProperty
- See Also:
-
getSuggestedPresentationDelaySeconds
Description copied from interface:CfnChannel.DashPlaylistSettingsProperty
Amount of time (in seconds) that the player should be from the live point at the end of the manifest.Minimum value:
2
seconds. Maximum value:60
seconds.- Specified by:
getSuggestedPresentationDelaySeconds
in interfaceCfnChannel.DashPlaylistSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-