Class CfnPackagingConfiguration.HlsManifestProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration.HlsManifestProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPackagingConfiguration.HlsManifestProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPackagingConfiguration.HlsManifestProperty
@Stability(Stable)
@Internal
public static final class CfnPackagingConfiguration.HlsManifestProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPackagingConfiguration.HlsManifestProperty
An implementation for
CfnPackagingConfiguration.HlsManifestProperty
-
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.mediapackage.CfnPackagingConfiguration.HlsManifestProperty
CfnPackagingConfiguration.HlsManifestProperty.Builder, CfnPackagingConfiguration.HlsManifestProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPackagingConfiguration.HlsManifestProperty.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
This setting controls ad markers in the packaged content.final Object
Applies to stream sets with a single video track only.final String
A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.final Number
InsertsEXT-X-PROGRAM-DATE-TIME
tags in the output manifest at the interval that you specify.final Object
Repeat theEXT-X-KEY
directive for every media segment.final Object
Video bitrate limitations for outputs from this packaging configuration.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 theCfnPackagingConfiguration.HlsManifestProperty.Builder
.
-
-
Method Details
-
getAdMarkers
Description copied from interface:CfnPackagingConfiguration.HlsManifestProperty
This setting controls ad markers in the packaged content.Valid values:
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.
- Specified by:
getAdMarkers
in interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getIncludeIframeOnlyStream
Description copied from interface:CfnPackagingConfiguration.HlsManifestProperty
Applies to stream sets with a single video track only.When enabled, the output includes an additional I-frame only stream, along with the other tracks.
- Specified by:
getIncludeIframeOnlyStream
in interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getManifestName
Description copied from interface:CfnPackagingConfiguration.HlsManifestProperty
A short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.- Specified by:
getManifestName
in interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnPackagingConfiguration.HlsManifestProperty
InsertsEXT-X-PROGRAM-DATE-TIME
tags in the output manifest at the interval that you specify.Additionally, 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 theEXT-X-PROGRAM-DATE-TIME
tags are not included in the manifest.- Specified by:
getProgramDateTimeIntervalSeconds
in interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getRepeatExtXKey
Description copied from interface:CfnPackagingConfiguration.HlsManifestProperty
Repeat theEXT-X-KEY
directive for every media segment.This might result in an increase in client requests to the DRM server.
- Specified by:
getRepeatExtXKey
in interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getStreamSelection
Description copied from interface:CfnPackagingConfiguration.HlsManifestProperty
Video bitrate limitations for outputs from this packaging configuration.- Specified by:
getStreamSelection
in interfaceCfnPackagingConfiguration.HlsManifestProperty
-
$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()
-