@Stability(value=Stable) @Internal public static final class CfnOriginEndpoint.HlsManifestProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOriginEndpoint.HlsManifestProperty
CfnOriginEndpoint.HlsManifestPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnOriginEndpoint.HlsManifestProperty.Builder, CfnOriginEndpoint.HlsManifestProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnOriginEndpoint.HlsManifestProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnOriginEndpoint.AuthorizationProperty.Builder. |
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(Object o) |
String |
getAdMarkers()
Controls how ad markers are included in the packaged endpoint.
|
String |
getAdsOnDeliveryRestrictions()
The flags on SCTE-35 segmentation descriptors that have to be present for MediaPackage to insert ad markers in the output manifest.
|
List<String> |
getAdTriggers()
Specifies the SCTE-35 message types that MediaPackage treats as ad markers in the output manifest.
|
String |
getId()
The manifest ID is required and must be unique within the OriginEndpoint.
|
Object |
getIncludeIframeOnlyStream()
Applies to stream sets with a single video track only.
|
String |
getManifestName()
A short string that's appended to the end of the endpoint URL to create a unique path to this endpoint.
|
String |
getPlaylistType()
When specified as either `event` or `vod` , a corresponding `EXT-X-PLAYLIST-TYPE` entry is included in the media playlist.
|
Number |
getPlaylistWindowSeconds()
Time window (in seconds) contained in each parent manifest.
|
Number |
getProgramDateTimeIntervalSeconds()
Inserts `EXT-X-PROGRAM-DATE-TIME` tags in the output manifest at the interval that you specify.
|
String |
getUrl()
The URL that's used to request this manifest from this endpoint.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnOriginEndpoint.HlsManifestProperty.Builder builder)
CfnOriginEndpoint.AuthorizationProperty.Builder.public final String getId()
CfnOriginEndpoint.HlsManifestPropertyThe ID can't be changed after the endpoint is created.
getId in interface CfnOriginEndpoint.HlsManifestPropertypublic final String getAdMarkers()
CfnOriginEndpoint.HlsManifestProperty
Valid values are none , passthrough , or scte35_enhanced .
NONE - omits all SCTE-35 ad markers from the output.PASSTHROUGH - creates a copy in the output of the SCTE-35 ad markers (comments) taken directly from the input manifest.SCTE35_ENHANCED - generates ad markers and blackout tags in the output based on the SCTE-35 messages from the input manifest.getAdMarkers in interface CfnOriginEndpoint.HlsManifestPropertypublic final String getAdsOnDeliveryRestrictions()
CfnOriginEndpoint.HlsManifestPropertyFor information about SCTE-35 in MediaPackage, see SCTE-35 Message Options in AWS Elemental MediaPackage .
getAdsOnDeliveryRestrictions in interface CfnOriginEndpoint.HlsManifestPropertypublic final List<String> getAdTriggers()
CfnOriginEndpoint.HlsManifestPropertyValid values:
BREAKDISTRIBUTOR_ADVERTISEMENTDISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITYDISTRIBUTOR_PLACEMENT_OPPORTUNITYPROVIDER_ADVERTISEMENTPROVIDER_OVERLAY_PLACEMENT_OPPORTUNITYPROVIDER_PLACEMENT_OPPORTUNITYSPLICE_INSERTgetAdTriggers in interface CfnOriginEndpoint.HlsManifestPropertypublic final Object getIncludeIframeOnlyStream()
CfnOriginEndpoint.HlsManifestPropertyWhen true, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included.
getIncludeIframeOnlyStream in interface CfnOriginEndpoint.HlsManifestPropertypublic final String getManifestName()
CfnOriginEndpoint.HlsManifestPropertyThe manifestName on the HLSManifest object overrides the manifestName that you provided on the originEndpoint object.
getManifestName in interface CfnOriginEndpoint.HlsManifestPropertypublic final String getPlaylistType()
CfnOriginEndpoint.HlsManifestPropertyIndicates if the playlist is live-to-VOD content.
getPlaylistType in interface CfnOriginEndpoint.HlsManifestPropertypublic final Number getPlaylistWindowSeconds()
CfnOriginEndpoint.HlsManifestPropertygetPlaylistWindowSeconds in interface CfnOriginEndpoint.HlsManifestPropertypublic final Number getProgramDateTimeIntervalSeconds()
CfnOriginEndpoint.HlsManifestPropertyAdditionally, ID3Timed metadata messages are generated every 5 seconds starting when the content was ingested.
Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.
Omit this attribute or enter 0 to indicate that the EXT-X-PROGRAM-DATE-TIME tags are not included in the manifest.
getProgramDateTimeIntervalSeconds in interface CfnOriginEndpoint.HlsManifestPropertypublic final String getUrl()
CfnOriginEndpoint.HlsManifestPropertygetUrl in interface CfnOriginEndpoint.HlsManifestProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.