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