Class LowLatencyHlsManifestConfiguration.Jsii$Proxy
- All Implemented Interfaces:
LowLatencyHlsManifestConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LowLatencyHlsManifestConfiguration
LowLatencyHlsManifestConfiguration-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.alpha.LowLatencyHlsManifestConfiguration
LowLatencyHlsManifestConfiguration.Builder, LowLatencyHlsManifestConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLowLatencyHlsManifestConfiguration.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 String(experimental) The name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final FilterConfiguration(experimental) 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(experimental) A short string that's appended to the endpoint URL.final Duration(experimental) The total duration (in seconds) of the manifest's content.final Duration(experimental) Inserts EXT-X-PROGRAM-DATE-TIME tags in the output manifest at the interval that you specify.final AdMarkerHls(experimental) The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final StartTag(experimental) Insert EXT-X-START tag in the manifest with the configured settings.final Boolean(experimental) When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.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 theLowLatencyHlsManifestConfiguration.Builder.
-
-
Method Details
-
getManifestName
Description copied from interface:LowLatencyHlsManifestConfiguration(experimental) A 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. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
- Specified by:
getManifestNamein interfaceLowLatencyHlsManifestConfiguration
-
getChildManifestName
Description copied from interface:LowLatencyHlsManifestConfiguration(experimental) The name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.Default: - No child manifest name specified
- Specified by:
getChildManifestNamein interfaceLowLatencyHlsManifestConfiguration
-
getFilterConfiguration
Description copied from interface:LowLatencyHlsManifestConfiguration(experimental) 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.https://docs.aws.amazon.com/mediapackage/latest/userguide/manifest-filter-query-parameters.html
Default: - No filter configuration
- Specified by:
getFilterConfigurationin interfaceLowLatencyHlsManifestConfiguration
-
getManifestWindow
Description copied from interface:LowLatencyHlsManifestConfiguration(experimental) The total duration (in seconds) of the manifest's content.Default: 60
- Specified by:
getManifestWindowin interfaceLowLatencyHlsManifestConfiguration
-
getProgramDateTimeInterval
Description copied from interface:LowLatencyHlsManifestConfiguration(experimental) Inserts EXT-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.
Default: - No program date time interval
- Specified by:
getProgramDateTimeIntervalin interfaceLowLatencyHlsManifestConfiguration
-
getScteAdMarkerHls
Description copied from interface:LowLatencyHlsManifestConfiguration(experimental) The SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.Default: - No SCTE ad marker configuration
- Specified by:
getScteAdMarkerHlsin interfaceLowLatencyHlsManifestConfiguration
-
getStartTag
Description copied from interface:LowLatencyHlsManifestConfiguration(experimental) Insert EXT-X-START tag in the manifest with the configured settings.Default: - No start tag
- Specified by:
getStartTagin interfaceLowLatencyHlsManifestConfiguration
-
getUrlEncodeChildManifest
Description copied from interface:LowLatencyHlsManifestConfiguration(experimental) When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.For more information, see AWS Signature Version 4 for API requests in AWS Identity and Access Management User Guide.
Default: false
- Specified by:
getUrlEncodeChildManifestin interfaceLowLatencyHlsManifestConfiguration
-
$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()
-