Class CfnOriginEndpoint.HlsPackageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.HlsPackageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.HlsPackageProperty
CfnOriginEndpoint.HlsPackageProperty-
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.CfnOriginEndpoint.HlsPackageProperty
CfnOriginEndpoint.HlsPackageProperty.Builder, CfnOriginEndpoint.HlsPackageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.HlsPackageProperty.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 StringControls how ad markers are included in the packaged endpoint.final StringThe flags on SCTE-35 segmentation descriptors that have to be present for AWS Elemental MediaPackage to insert ad markers in the output manifest.Specifies the SCTE-35 message types that AWS Elemental MediaPackage treats as ad markers in the output manifest.final ObjectParameters for encrypting content.final ObjectWhen enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.final ObjectOnly applies to stream sets with a single video track.final StringWhen specified as eithereventorvod, a correspondingEXT-X-PLAYLIST-TYPEentry is included in the media playlist.final NumberTime window (in seconds) contained in each parent manifest.final NumberInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.final NumberDuration (in seconds) of each fragment.final ObjectLimitations for outputs from the endpoint, based on the video bitrate.final ObjectWhen true, AWS Elemental MediaPackage bundles all audio tracks in a rendition group.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.HlsPackageProperty.Builder.
-
-
Method Details
-
getAdMarkers
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyControls how ad markers are included in the packaged endpoint.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 interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getAdsOnDeliveryRestrictions
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyThe flags on SCTE-35 segmentation descriptors that have to be present for AWS Elemental MediaPackage to insert ad markers in the output manifest.For information about SCTE-35 in AWS Elemental MediaPackage , see SCTE-35 Message Options in AWS Elemental MediaPackage .
- Specified by:
getAdsOnDeliveryRestrictionsin interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getAdTriggers
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertySpecifies the SCTE-35 message types that AWS Elemental MediaPackage treats as ad markers in the output manifest.Valid values:
BREAKDISTRIBUTOR_ADVERTISEMENTDISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITYDISTRIBUTOR_PLACEMENT_OPPORTUNITYPROVIDER_ADVERTISEMENTPROVIDER_OVERLAY_PLACEMENT_OPPORTUNITYPROVIDER_PLACEMENT_OPPORTUNITYSPLICE_INSERT
- Specified by:
getAdTriggersin interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getEncryption
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyParameters for encrypting content.Returns union: either
IResolvableorCfnOriginEndpoint.HlsEncryptionProperty- Specified by:
getEncryptionin interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getIncludeDvbSubtitles
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyWhen enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.Returns union: either
BooleanorIResolvable- Specified by:
getIncludeDvbSubtitlesin interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getIncludeIframeOnlyStream
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyOnly applies to stream sets with a single video track.When true, the stream set includes an additional I-frame only stream, along with the other tracks. If false, this extra stream is not included.
Returns union: either
BooleanorIResolvable- Specified by:
getIncludeIframeOnlyStreamin interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getPlaylistType
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyWhen specified as eithereventorvod, a correspondingEXT-X-PLAYLIST-TYPEentry is included in the media playlist.Indicates if the playlist is live-to-VOD content.
- Specified by:
getPlaylistTypein interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getPlaylistWindowSeconds
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyTime window (in seconds) contained in each parent manifest.- Specified by:
getPlaylistWindowSecondsin interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.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 interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getSegmentDurationSeconds
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyDuration (in seconds) of each fragment.Actual fragments are rounded to the nearest multiple of the source fragment duration.
- Specified by:
getSegmentDurationSecondsin interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getStreamSelection
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyLimitations for outputs from the endpoint, based on the video bitrate.Returns union: either
IResolvableorCfnOriginEndpoint.StreamSelectionProperty- Specified by:
getStreamSelectionin interfaceCfnOriginEndpoint.HlsPackageProperty- See Also:
-
getUseAudioRenditionGroup
Description copied from interface:CfnOriginEndpoint.HlsPackagePropertyWhen true, AWS Elemental MediaPackage bundles all audio tracks in a rendition group.All other tracks in the stream can be used with any audio rendition from the group.
Returns union: either
BooleanorIResolvable- Specified by:
getUseAudioRenditionGroupin interfaceCfnOriginEndpoint.HlsPackageProperty- 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()
-