public static final class CfnOriginEndpoint.DashPackageProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOriginEndpoint.DashPackageProperty
CfnOriginEndpoint.DashPackageProperty
CfnOriginEndpoint.DashPackageProperty.Builder, CfnOriginEndpoint.DashPackageProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAdsOnDeliveryRestrictions()
The flags on SCTE-35 segmentation descriptors that have to be present for MediaPackage to insert ad markers in the output manifest.
|
java.util.List<java.lang.String> |
getAdTriggers()
Specifies the SCTE-35 message types that MediaPackage treats as ad markers in the output manifest.
|
java.lang.Object |
getEncryption()
Parameters for encrypting content.
|
java.lang.String |
getManifestLayout()
Determines the position of some tags in the manifest.
|
java.lang.Number |
getManifestWindowSeconds()
Time window (in seconds) contained in each manifest.
|
java.lang.Number |
getMinBufferTimeSeconds()
Minimum amount of content (measured in seconds) that a player must keep available in the buffer.
|
java.lang.Number |
getMinUpdatePeriodSeconds()
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
|
java.util.List<java.lang.String> |
getPeriodTriggers()
Controls whether MediaPackage produces single-period or multi-period DASH manifests.
|
java.lang.String |
getProfile()
DASH profile for the output, such as HbbTV.
|
java.lang.Number |
getSegmentDurationSeconds()
Duration (in seconds) of each fragment.
|
java.lang.String |
getSegmentTemplateFormat()
Determines the type of variable used in the `media` URL of the `SegmentTemplate` tag in the manifest.
|
java.lang.Object |
getStreamSelection()
Limitations for outputs from the endpoint, based on the video bitrate.
|
java.lang.Number |
getSuggestedPresentationDelaySeconds()
Amount of time (in seconds) that the player should be from the live point at the end of the manifest.
|
java.lang.String |
getUtcTiming()
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
|
java.lang.String |
getUtcTimingUri()
Specifies the value attribute of the UTC timing field when utcTiming is set to HTTP-ISO or HTTP-HEAD.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAdsOnDeliveryRestrictions()
CfnOriginEndpoint.DashPackageProperty
For information about SCTE-35 in MediaPackage, see SCTE-35 Message Options in AWS Elemental MediaPackage .
getAdsOnDeliveryRestrictions
in interface CfnOriginEndpoint.DashPackageProperty
public final java.util.List<java.lang.String> getAdTriggers()
CfnOriginEndpoint.DashPackageProperty
Valid values:
BREAK
DISTRIBUTOR_ADVERTISEMENT
DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY
.DISTRIBUTOR_PLACEMENT_OPPORTUNITY
.PROVIDER_ADVERTISEMENT
.PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY
.PROVIDER_PLACEMENT_OPPORTUNITY
.SPLICE_INSERT
.getAdTriggers
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.Object getEncryption()
CfnOriginEndpoint.DashPackageProperty
getEncryption
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.String getManifestLayout()
CfnOriginEndpoint.DashPackageProperty
Options:
FULL
- elements like SegmentTemplate
and ContentProtection
are included in each Representation
.COMPACT
- duplicate elements are combined and presented at the AdaptationSet
level.getManifestLayout
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.Number getManifestWindowSeconds()
CfnOriginEndpoint.DashPackageProperty
getManifestWindowSeconds
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.Number getMinBufferTimeSeconds()
CfnOriginEndpoint.DashPackageProperty
getMinBufferTimeSeconds
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.Number getMinUpdatePeriodSeconds()
CfnOriginEndpoint.DashPackageProperty
getMinUpdatePeriodSeconds
in interface CfnOriginEndpoint.DashPackageProperty
public final java.util.List<java.lang.String> getPeriodTriggers()
CfnOriginEndpoint.DashPackageProperty
For more information about periods, see Multi-period DASH in AWS Elemental MediaPackage .
Valid values:
ADS
- MediaPackage will produce multi-period DASH manifests. Periods are created based on the SCTE-35 ad markers present in the input manifest.getPeriodTriggers
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.String getProfile()
CfnOriginEndpoint.DashPackageProperty
Valid values:
NONE
- the output doesn't use a DASH profile.HBBTV_1_5
- the output is HbbTV-compliant.getProfile
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.Number getSegmentDurationSeconds()
CfnOriginEndpoint.DashPackageProperty
Actual fragments are rounded to the nearest multiple of the source fragment duration.
getSegmentDurationSeconds
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.String getSegmentTemplateFormat()
CfnOriginEndpoint.DashPackageProperty
Also specifies if segment timeline information is included in SegmentTimeline
or SegmentTemplate
.
NUMBER_WITH_TIMELINE
- The $Number$
variable is used in the media
URL. The value of this variable is the sequential number of the segment. A full SegmentTimeline
object is presented in each SegmentTemplate
.NUMBER_WITH_DURATION
- The $Number$
variable is used in the media
URL and a duration
attribute is added to the segment template. The SegmentTimeline
object is removed from the representation.TIME_WITH_TIMELINE
- The $Time$
variable is used in the media
URL. The value of this variable is the timestamp of when the segment starts. A full SegmentTimeline
object is presented in each SegmentTemplate
.getSegmentTemplateFormat
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.Object getStreamSelection()
CfnOriginEndpoint.DashPackageProperty
getStreamSelection
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.Number getSuggestedPresentationDelaySeconds()
CfnOriginEndpoint.DashPackageProperty
getSuggestedPresentationDelaySeconds
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.String getUtcTiming()
CfnOriginEndpoint.DashPackageProperty
getUtcTiming
in interface CfnOriginEndpoint.DashPackageProperty
public final java.lang.String getUtcTimingUri()
CfnOriginEndpoint.DashPackageProperty
getUtcTimingUri
in interface CfnOriginEndpoint.DashPackageProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()