| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
DashPlaylistSettings |
DashPlaylistSettings.clone() |
DashPlaylistSettings |
ResponseOutputItem.getDashPlaylistSettings()
DASH manifest configuration settings.
|
DashPlaylistSettings |
RequestOutputItem.getDashPlaylistSettings()
DASH manifest configuration parameters.
|
DashPlaylistSettings |
DashPlaylistSettings.withManifestWindowSeconds(Integer manifestWindowSeconds)
The total duration (in seconds) of each manifest.
|
DashPlaylistSettings |
DashPlaylistSettings.withMinBufferTimeSeconds(Integer minBufferTimeSeconds)
Minimum amount of content (measured in seconds) that a player must keep available in the buffer.
|
DashPlaylistSettings |
DashPlaylistSettings.withMinUpdatePeriodSeconds(Integer minUpdatePeriodSeconds)
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
|
DashPlaylistSettings |
DashPlaylistSettings.withSuggestedPresentationDelaySeconds(Integer suggestedPresentationDelaySeconds)
Amount of time (in seconds) that the player should be from the live point at the end of the manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseOutputItem.setDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration settings.
|
void |
RequestOutputItem.setDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration parameters.
|
ResponseOutputItem |
ResponseOutputItem.withDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration settings.
|
RequestOutputItem |
RequestOutputItem.withDashPlaylistSettings(DashPlaylistSettings dashPlaylistSettings)
DASH manifest configuration parameters.
|
Copyright © 2021. All rights reserved.