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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackage.CfnPackagingConfiguration.HlsManifestProperty
CfnPackagingConfiguration.HlsManifestProperty.Builder, CfnPackagingConfiguration.HlsManifestProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPackagingConfiguration.HlsManifestProperty.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 StringThis setting controls ad markers in the packaged content.final ObjectApplies to stream sets with a single video track only.final StringA short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.final NumberInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.final ObjectRepeat theEXT-X-KEYdirective for every media segment.final ObjectVideo bitrate limitations for outputs from this packaging configuration.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 theCfnPackagingConfiguration.HlsManifestProperty.Builder.
-
-
Method Details
-
getAdMarkers
Description copied from interface:CfnPackagingConfiguration.HlsManifestPropertyThis 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:
getAdMarkersin interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getIncludeIframeOnlyStream
Description copied from interface:CfnPackagingConfiguration.HlsManifestPropertyApplies 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:
getIncludeIframeOnlyStreamin interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getManifestName
Description copied from interface:CfnPackagingConfiguration.HlsManifestPropertyA short string that's appended to the end of the endpoint URL to create a unique path to this packaging configuration.- Specified by:
getManifestNamein interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnPackagingConfiguration.HlsManifestPropertyInsertsEXT-X-PROGRAM-DATE-TIMEtags 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
0to indicate that theEXT-X-PROGRAM-DATE-TIMEtags are not included in the manifest.- Specified by:
getProgramDateTimeIntervalSecondsin interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getRepeatExtXKey
Description copied from interface:CfnPackagingConfiguration.HlsManifestPropertyRepeat theEXT-X-KEYdirective for every media segment.This might result in an increase in client requests to the DRM server.
- Specified by:
getRepeatExtXKeyin interfaceCfnPackagingConfiguration.HlsManifestProperty
-
getStreamSelection
Description copied from interface:CfnPackagingConfiguration.HlsManifestPropertyVideo bitrate limitations for outputs from this packaging configuration.- Specified by:
getStreamSelectionin interfaceCfnPackagingConfiguration.HlsManifestProperty
-
$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()
-