public static interface HlsManifest.Builder extends SdkPojo, CopyableBuilder<HlsManifest.Builder,HlsManifest>
Modifier and Type | Method and Description |
---|---|
HlsManifest.Builder |
adMarkers(AdMarkers adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsManifest.Builder |
adMarkers(String adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsManifest.Builder |
id(String id)
The ID of the manifest.
|
HlsManifest.Builder |
includeIframeOnlyStream(Boolean includeIframeOnlyStream)
When enabled, an I-Frame only stream will be included in the output.
|
HlsManifest.Builder |
manifestName(String manifestName)
An optional short string appended to the end of the OriginEndpoint URL.
|
HlsManifest.Builder |
playlistType(PlaylistType playlistType)
The HTTP Live Streaming (HLS) playlist type.
|
HlsManifest.Builder |
playlistType(String playlistType)
The HTTP Live Streaming (HLS) playlist type.
|
HlsManifest.Builder |
playlistWindowSeconds(Integer playlistWindowSeconds)
Time window (in seconds) contained in each parent manifest.
|
HlsManifest.Builder |
programDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds)
The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
|
HlsManifest.Builder |
url(String url)
The URL of the packaged OriginEndpoint for consumption.
|
copy
applyMutation, build
HlsManifest.Builder adMarkers(String adMarkers)
adMarkers
- This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all
SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35
ad markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.
"SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35 messages in the input
source.AdMarkers
,
AdMarkers
HlsManifest.Builder adMarkers(AdMarkers adMarkers)
adMarkers
- This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all
SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35
ad markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest.
"SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35 messages in the input
source.AdMarkers
,
AdMarkers
HlsManifest.Builder id(String id)
id
- The ID of the manifest. The ID must be unique within the OriginEndpoint and it cannot be changed after
it is created.HlsManifest.Builder includeIframeOnlyStream(Boolean includeIframeOnlyStream)
includeIframeOnlyStream
- When enabled, an I-Frame only stream will be included in the output.HlsManifest.Builder manifestName(String manifestName)
manifestName
- An optional short string appended to the end of the OriginEndpoint URL. If not specified, defaults to
the manifestName for the OriginEndpoint.HlsManifest.Builder playlistType(String playlistType)
playlistType
- The HTTP Live Streaming (HLS) playlist type. When either "EVENT" or "VOD" is specified, a
corresponding EXT-X-PLAYLIST-TYPE entry will be included in the media playlist.PlaylistType
,
PlaylistType
HlsManifest.Builder playlistType(PlaylistType playlistType)
playlistType
- The HTTP Live Streaming (HLS) playlist type. When either "EVENT" or "VOD" is specified, a
corresponding EXT-X-PLAYLIST-TYPE entry will be included in the media playlist.PlaylistType
,
PlaylistType
HlsManifest.Builder playlistWindowSeconds(Integer playlistWindowSeconds)
playlistWindowSeconds
- Time window (in seconds) contained in each parent manifest.HlsManifest.Builder programDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds)
programDateTimeIntervalSeconds
- The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
Additionally, when an interval is specified ID3Timed Metadata messages will be generated every 5
seconds using the ingest time of the content. If the interval is not specified, or set to 0, then no
EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no ID3Timed Metadata messages will be
generated. Note that irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live
Streaming (HLS) input, it will be passed through to HLS output.HlsManifest.Builder url(String url)
url
- The URL of the packaged OriginEndpoint for consumption.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.