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.InitializationModeNested classes/interfaces inherited from interface services.mediapackagev2.CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder, CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final StringA short short string that's appended to the endpoint URL.final NumberThe total duration (in seconds) of the manifest's content.final NumberInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.final ObjectThe SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final StringgetUrl()The URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final inthashCode()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.LowLatencyHlsManifestConfigurationPropertyA 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. ThemanifestNameon theHLSManifestobject overrides themanifestNameyou provided on theoriginEndpointobject.- Specified by:
getManifestNamein interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getChildManifestName
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyThe name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Specified by:
getChildManifestNamein interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyThe total duration (in seconds) of the manifest's content.- Specified by:
getManifestWindowSecondsin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.If you don't enter an interval,
EXT-X-PROGRAM-DATE-TIMEtags 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.ID3Timedmetadata messages generate every 5 seconds whenever MediaPackage ingests the content.Irrespective of this parameter, if any
ID3Timedmetadata is in the HLS input, MediaPackage passes through that metadata to the HLS output.- Specified by:
getProgramDateTimeIntervalSecondsin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getScteHls
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyThe SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Specified by:
getScteHlsin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getUrl
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyThe URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Specified by:
getUrlin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-