Class CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
-
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.mediapackagev2.CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder, CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.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
The name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final Object
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.final String
A short short string that's appended to the endpoint URL.final Number
The total duration (in seconds) of the manifest's content.final Number
InsertsEXT-X-PROGRAM-DATE-TIME
tags in the output manifest at the interval that you specify.final Object
The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final String
getUrl()
The URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.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 theCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder
.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
A short short string that's appended to the endpoint URL.The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name,
index
. MediaPackage automatically inserts the format extension, such as.m3u8
. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. ThemanifestName
on theHLSManifest
object overrides themanifestName
you provided on theoriginEndpoint
object.- Specified by:
getManifestName
in interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
- See Also:
-
getChildManifestName
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
The name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Specified by:
getChildManifestName
in interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
- See Also:
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
- Specified by:
getFilterConfiguration
in interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
The total duration (in seconds) of the manifest's content.- Specified by:
getManifestWindowSeconds
in interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
- See Also:
-
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
InsertsEXT-X-PROGRAM-DATE-TIME
tags in the output manifest at the interval that you specify.If you don't enter an interval,
EXT-X-PROGRAM-DATE-TIME
tags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player.ID3Timed
metadata messages generate every 5 seconds whenever MediaPackage ingests the content.Irrespective of this parameter, if any
ID3Timed
metadata is in the HLS input, MediaPackage passes through that metadata to the HLS output.- Specified by:
getProgramDateTimeIntervalSeconds
in interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
- See Also:
-
getScteHls
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Specified by:
getScteHls
in interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
- See Also:
-
getUrl
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
The URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Specified by:
getUrl
in interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
- 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()
-