Class CfnPackagingConfiguration.DashManifestProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration.DashManifestProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPackagingConfiguration.DashManifestProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackagingConfiguration.DashManifestProperty
@Stability(Stable)
@Internal
public static final class CfnPackagingConfiguration.DashManifestProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackagingConfiguration.DashManifestProperty
An implementation for
CfnPackagingConfiguration.DashManifestProperty
-
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.mediapackage.CfnPackagingConfiguration.DashManifestProperty
CfnPackagingConfiguration.DashManifestProperty.Builder, CfnPackagingConfiguration.DashManifestProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPackagingConfiguration.DashManifestProperty.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 String
Determines the position of some tags in the Media Presentation Description (MPD).final String
A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.final Number
Minimum amount of content (measured in seconds) that a player must keep available in the buffer.final String
The DASH profile type.final String
The source of scte markers used.final Object
Limitations for outputs from the endpoint, based on the video bitrate.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 theCfnPackagingConfiguration.DashManifestProperty.Builder
.
-
-
Method Details
-
getManifestLayout
Description copied from interface:CfnPackagingConfiguration.DashManifestProperty
Determines the position of some tags in the Media Presentation Description (MPD).When set to
FULL
, elements likeSegmentTemplate
andContentProtection
are included in eachRepresentation
. When set toCOMPACT
, duplicate elements are combined and presented at the AdaptationSet level.- Specified by:
getManifestLayout
in interfaceCfnPackagingConfiguration.DashManifestProperty
- See Also:
-
getManifestName
Description copied from interface:CfnPackagingConfiguration.DashManifestProperty
A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.- Specified by:
getManifestName
in interfaceCfnPackagingConfiguration.DashManifestProperty
- See Also:
-
getMinBufferTimeSeconds
Description copied from interface:CfnPackagingConfiguration.DashManifestProperty
Minimum amount of content (measured in seconds) that a player must keep available in the buffer.- Specified by:
getMinBufferTimeSeconds
in interfaceCfnPackagingConfiguration.DashManifestProperty
- See Also:
-
getProfile
Description copied from interface:CfnPackagingConfiguration.DashManifestProperty
The DASH profile type.When set to
HBBTV_1_5
, the content is compliant with HbbTV 1.5.- Specified by:
getProfile
in interfaceCfnPackagingConfiguration.DashManifestProperty
- See Also:
-
getScteMarkersSource
Description copied from interface:CfnPackagingConfiguration.DashManifestProperty
The source of scte markers used.Value description:
SEGMENTS
- The scte markers are sourced from the segments of the ingested content.MANIFEST
- the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (EXT-OATCLS-SCTE35
tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.
- Specified by:
getScteMarkersSource
in interfaceCfnPackagingConfiguration.DashManifestProperty
- See Also:
-
getStreamSelection
Description copied from interface:CfnPackagingConfiguration.DashManifestProperty
Limitations for outputs from the endpoint, based on the video bitrate.- Specified by:
getStreamSelection
in interfaceCfnPackagingConfiguration.DashManifestProperty
- 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()
-