Class CfnChannel.HlsGroupSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.HlsGroupSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.HlsGroupSettingsProperty
CfnChannel.HlsGroupSettingsProperty
-
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.medialive.CfnChannel.HlsGroupSettingsProperty
CfnChannel.HlsGroupSettingsProperty.Builder, CfnChannel.HlsGroupSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.HlsGroupSettingsProperty.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
Chooses one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.final String
A partial URI prefix that will be prepended to each output in the media .m3u8 file.final String
Optional.final String
A partial URI prefix that will be prepended to each output in the media .m3u8 file.final String
Optional.final Object
A mapping of up to 4 captions channels to captions languages.final String
Applies only to 608 embedded output captions.final String
When set to "disabled," sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving media segments for later replay.final String
The specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.final String
Used with encryptionType.final Object
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).final String
Places segments in subdirectories.final String
Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS child manifests for this output group.final String
Encrypts the segments with the specified encryption scheme.final Object
The parameters that control interactions with the CDN.final String
State of HLS ID3 Segment Tagging.final String
DISABLED: Don't create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field).final String
Specifies whether to include the final (incomplete) segment in the media output when the pipeline stops producing output because of a channel stop, a channel pause or a loss of input to the pipeline.final Number
Applies only if the Mode field is LIVE.final String
A parameter that controls output group behavior on an input loss.final String
Used with encryptionType.final String
Used with encryptionType.final Number
Applies only if the Mode field is LIVE.final String
Specifies how the key is represented in the resource identified by the URI.final String
Either a single positive integer version value or a slash-delimited list of version values (1/2/3).final Object
The key provider settings.final String
When set to gzip, compresses HLS playlist.final String
Indicates whether the output manifest should use a floating point or integer values for segment duration.final Number
When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.final String
getMode()
If "vod," all segments are indexed and kept permanently in the destination and manifest.final String
MANIFESTSANDSEGMENTS: Generates manifests (the master manifest, if applicable, and media manifests) for this output group.final String
Includes or excludes the EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.final String
CfnChannel.HlsGroupSettingsProperty.ProgramDateTimeClock
.final Number
The period of insertion of the EXT-X-PROGRAM-DATE-TIME entry, in seconds.final String
ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline.final String
useInputSegmentation has been deprecated.final Number
The length of the MPEG-2 Transport Stream segments to create, in seconds.final Number
The number of segments to write to a subdirectory before starting a new one.final String
The include or exclude RESOLUTION attribute for a video in the EXT-X-STREAM-INF tag of a variant manifest.final String
Indicates the ID3 frame that has the timecode.final Number
The timed metadata interval, in seconds.final Number
Provides an extra millisecond delta offset to fine tune the timestamps.final String
SEGMENTEDFILES: Emits the program as segments -multiple .ts media files.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 theCfnChannel.HlsGroupSettingsProperty.Builder
.
-
-
Method Details
-
getAdMarkers
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Chooses one or more ad marker types to pass SCTE35 signals through to this group of Apple HLS outputs.- Specified by:
getAdMarkers
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getBaseUrlContent
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
A partial URI prefix that will be prepended to each output in the media .m3u8 file. The partial URI prefix can be used if the base manifest is delivered from a different URL than the main .m3u8 file.- Specified by:
getBaseUrlContent
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getBaseUrlContent1
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Optional.One value per output group. This field is required only if you are completing Base URL content A, and the downstream system has notified you that the media files for pipeline 1 of all outputs are in a location different from the media files for pipeline 0.
- Specified by:
getBaseUrlContent1
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getBaseUrlManifest
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
A partial URI prefix that will be prepended to each output in the media .m3u8 file. The partial URI prefix can be used if the base manifest is delivered from a different URL than the main .m3u8 file.- Specified by:
getBaseUrlManifest
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getBaseUrlManifest1
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Optional.One value per output group. Complete this field only if you are completing Base URL manifest A, and the downstream system has notified you that the child manifest files for pipeline 1 of all outputs are in a location different from the child manifest files for pipeline 0.
- Specified by:
getBaseUrlManifest1
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getCaptionLanguageMappings
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
A mapping of up to 4 captions channels to captions languages.This is meaningful only if captionLanguageSetting is set to "insert."
- Specified by:
getCaptionLanguageMappings
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getCaptionLanguageSetting
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Applies only to 608 embedded output captions.Insert: Include CLOSED-CAPTIONS lines in the manifest. Specify at least one language in the CC1 Language Code field. One CLOSED-CAPTION line is added for each Language Code that you specify. Make sure to specify the languages in the order in which they appear in the original source (if the source is embedded format) or the order of the captions selectors (if the source is other than embedded). Otherwise, languages in the manifest will not match properly with the output captions. None: Include the CLOSED-CAPTIONS=NONE line in the manifest. Omit: Omit any CLOSED-CAPTIONS line from the manifest.
- Specified by:
getCaptionLanguageSetting
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getClientCache
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
When set to "disabled," sets the #EXT-X-ALLOW-CACHE:no tag in the manifest, which prevents clients from saving media segments for later replay.- Specified by:
getClientCache
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getCodecSpecification
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
The specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.- Specified by:
getCodecSpecification
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getConstantIv
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Used with encryptionType.This is a 128-bit, 16-byte hex value that is represented by a 32-character text string. If ivSource is set to "explicit," this parameter is required and is used as the IV for encryption.
- Specified by:
getConstantIv
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getDestination
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
A directory or HTTP destination for the HLS segments, manifest files, and encryption keys (if enabled).- Specified by:
getDestination
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getDirectoryStructure
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Places segments in subdirectories.- Specified by:
getDirectoryStructure
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getDiscontinuityTags
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Specifies whether to insert EXT-X-DISCONTINUITY tags in the HLS child manifests for this output group.Typically, choose Insert because these tags are required in the manifest (according to the HLS specification) and serve an important purpose. Choose Never Insert only if the downstream system is doing real-time failover (without using the MediaLive automatic failover feature) and only if that downstream system has advised you to exclude the tags.
- Specified by:
getDiscontinuityTags
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getEncryptionType
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Encrypts the segments with the specified encryption scheme.Exclude this parameter if you don't want encryption.
- Specified by:
getEncryptionType
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getHlsCdnSettings
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
The parameters that control interactions with the CDN.- Specified by:
getHlsCdnSettings
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getHlsId3SegmentTagging
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
State of HLS ID3 Segment Tagging.- Specified by:
getHlsId3SegmentTagging
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getIFrameOnlyPlaylists
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
DISABLED: Don't create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field).STANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more #EXT-X-BYTERANGE entries identifying the I-frame position. For example, #EXT-X-BYTERANGE:160364@1461888".
- Specified by:
getIFrameOnlyPlaylists
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getIncompleteSegmentBehavior
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Specifies whether to include the final (incomplete) segment in the media output when the pipeline stops producing output because of a channel stop, a channel pause or a loss of input to the pipeline.Auto means that MediaLive decides whether to include the final segment, depending on the channel class and the types of output groups. Suppress means to never include the incomplete segment. We recommend you choose Auto and let MediaLive control the behavior.
- Specified by:
getIncompleteSegmentBehavior
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getIndexNSegments
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Applies only if the Mode field is LIVE.Specifies the maximum number of segments in the media manifest file. After this maximum, older segments are removed from the media manifest. This number must be less than or equal to the Keep Segments field.
- Specified by:
getIndexNSegments
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getInputLossAction
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
A parameter that controls output group behavior on an input loss.- Specified by:
getInputLossAction
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getIvInManifest
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Used with encryptionType.The IV (initialization vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If set to "include," the IV is listed in the manifest. Otherwise, the IV is not in the manifest.
- Specified by:
getIvInManifest
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getIvSource
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Used with encryptionType.The IV (initialization vector) is a 128-bit number used in conjunction with the key for encrypting blocks. If this setting is "followsSegmentNumber," it causes the IV to change every segment (to match the segment number). If this is set to "explicit," you must enter a constantIv value.
- Specified by:
getIvSource
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getKeepSegments
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Applies only if the Mode field is LIVE.Specifies the number of media segments (.ts files) to retain in the destination directory.
- Specified by:
getKeepSegments
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getKeyFormat
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Specifies how the key is represented in the resource identified by the URI.If the parameter is absent, an implicit value of "identity" is used. A reverse DNS string can also be specified.
- Specified by:
getKeyFormat
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getKeyFormatVersions
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Either a single positive integer version value or a slash-delimited list of version values (1/2/3).- Specified by:
getKeyFormatVersions
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getKeyProviderSettings
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
The key provider settings.- Specified by:
getKeyProviderSettings
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getManifestCompression
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
When set to gzip, compresses HLS playlist.- Specified by:
getManifestCompression
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getManifestDurationFormat
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Indicates whether the output manifest should use a floating point or integer values for segment duration.- Specified by:
getManifestDurationFormat
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getMinSegmentLength
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
When set, minimumSegmentLength is enforced by looking ahead and back within the specified range for a nearby avail and extending the segment size if needed.- Specified by:
getMinSegmentLength
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getMode
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
If "vod," all segments are indexed and kept permanently in the destination and manifest.If "live," only the number segments specified in keepSegments and indexNSegments are kept. Newer segments replace older segments, which might prevent players from rewinding all the way to the beginning of the channel. VOD mode uses HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running, converting it to a "VOD" type manifest on completion of the stream.
- Specified by:
getMode
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getOutputSelection
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
MANIFESTSANDSEGMENTS: Generates manifests (the master manifest, if applicable, and media manifests) for this output group.SEGMENTSONLY: Doesn't generate any manifests for this output group.
- Specified by:
getOutputSelection
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getProgramDateTime
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Includes or excludes the EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files. The value is calculated as follows: Either the program date and time are initialized using the input timecode source, or the time is initialized using the input timecode source and the date is initialized using the timestampOffset.- Specified by:
getProgramDateTime
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getProgramDateTimeClock
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
CfnChannel.HlsGroupSettingsProperty.ProgramDateTimeClock
.- Specified by:
getProgramDateTimeClock
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getProgramDateTimePeriod
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
The period of insertion of the EXT-X-PROGRAM-DATE-TIME entry, in seconds.- Specified by:
getProgramDateTimePeriod
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getRedundantManifest
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its own media files, then the media files of the other pipeline. This feature allows a playout device that supports stale manifest detection to switch from one manifest to the other, when the current manifest seems to be stale. There are still two destinations and two master manifests, but both master manifests reference the media files from both pipelines. DISABLED: The master manifest (.m3u8 file) for each pipeline includes information about its own pipeline only. For an HLS output group with MediaPackage as the destination, the DISABLED behavior is always followed. MediaPackage regenerates the manifests it serves to players, so a redundant manifest from MediaLive is irrelevant.- Specified by:
getRedundantManifest
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getSegmentationMode
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
useInputSegmentation has been deprecated.The configured segment size is always used.
- Specified by:
getSegmentationMode
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getSegmentLength
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
The length of the MPEG-2 Transport Stream segments to create, in seconds.Note that segments will end on the next keyframe after this number of seconds, so the actual segment length might be longer.
- Specified by:
getSegmentLength
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getSegmentsPerSubdirectory
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
The number of segments to write to a subdirectory before starting a new one.For this setting to have an effect, directoryStructure must be subdirectoryPerStream.
- Specified by:
getSegmentsPerSubdirectory
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getStreamInfResolution
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
The include or exclude RESOLUTION attribute for a video in the EXT-X-STREAM-INF tag of a variant manifest.- Specified by:
getStreamInfResolution
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getTimedMetadataId3Frame
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Indicates the ID3 frame that has the timecode.- Specified by:
getTimedMetadataId3Frame
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getTimedMetadataId3Period
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
The timed metadata interval, in seconds.- Specified by:
getTimedMetadataId3Period
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getTimestampDeltaMilliseconds
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
Provides an extra millisecond delta offset to fine tune the timestamps.- Specified by:
getTimestampDeltaMilliseconds
in interfaceCfnChannel.HlsGroupSettingsProperty
-
getTsFileMode
Description copied from interface:CfnChannel.HlsGroupSettingsProperty
SEGMENTEDFILES: Emits the program as segments -multiple .ts media files. SINGLEFILE: Applies only if the Mode field is VOD. Emits the program as a single .ts media file. The media manifest includes #EXT-X-BYTERANGE tags to index segments for playback. A typical use for this value is when sending the output to AWS Elemental MediaConvert, which can accept only a single media file. Playback while the channel is running is not guaranteed due to HTTP server caching.- Specified by:
getTsFileMode
in interfaceCfnChannel.HlsGroupSettingsProperty
-
$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()
-