| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
HlsManifest |
HlsManifest.clone() |
HlsManifest |
HlsManifest.withAdMarkers(AdMarkers adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsManifest |
HlsManifest.withAdMarkers(String adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsManifest |
HlsManifest.withId(String id)
The ID of the manifest.
|
HlsManifest |
HlsManifest.withIncludeIframeOnlyStream(Boolean includeIframeOnlyStream)
When enabled, an I-Frame only stream will be included in the output.
|
HlsManifest |
HlsManifest.withManifestName(String manifestName)
An optional short string appended to the end of the OriginEndpoint URL.
|
HlsManifest |
HlsManifest.withPlaylistType(PlaylistType playlistType)
The HTTP Live Streaming (HLS) playlist type.
|
HlsManifest |
HlsManifest.withPlaylistType(String playlistType)
The HTTP Live Streaming (HLS) playlist type.
|
HlsManifest |
HlsManifest.withPlaylistWindowSeconds(Integer playlistWindowSeconds)
Time window (in seconds) contained in each parent manifest.
|
HlsManifest |
HlsManifest.withProgramDateTimeIntervalSeconds(Integer programDateTimeIntervalSeconds)
The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests.
|
HlsManifest |
HlsManifest.withUrl(String url)
The URL of the packaged OriginEndpoint for consumption.
|
| Modifier and Type | Method and Description |
|---|---|
List<HlsManifest> |
CmafPackage.getHlsManifests()
A list of HLS manifest configurations
|
| Modifier and Type | Method and Description |
|---|---|
CmafPackage |
CmafPackage.withHlsManifests(HlsManifest... hlsManifests)
A list of HLS manifest configurations
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmafPackage.setHlsManifests(Collection<HlsManifest> hlsManifests)
A list of HLS manifest configurations
|
CmafPackage |
CmafPackage.withHlsManifests(Collection<HlsManifest> hlsManifests)
A list of HLS manifest configurations
|
Copyright © 2020. All rights reserved.