| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
DashManifest |
DashManifest.clone() |
DashManifest |
DashManifest.withManifestLayout(ManifestLayout manifestLayout)
Determines the position of some tags in the Media Presentation Description (MPD).
|
DashManifest |
DashManifest.withManifestLayout(String manifestLayout)
Determines the position of some tags in the Media Presentation Description (MPD).
|
DashManifest |
DashManifest.withManifestName(String manifestName)
An optional string to include in the name of the manifest.
|
DashManifest |
DashManifest.withMinBufferTimeSeconds(Integer minBufferTimeSeconds)
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
|
DashManifest |
DashManifest.withProfile(Profile profile)
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
DashManifest |
DashManifest.withProfile(String profile)
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
DashManifest |
DashManifest.withScteMarkersSource(ScteMarkersSource scteMarkersSource)
The source of scte markers used.
|
DashManifest |
DashManifest.withScteMarkersSource(String scteMarkersSource)
The source of scte markers used.
|
DashManifest |
DashManifest.withStreamSelection(StreamSelection streamSelection) |
| Modifier and Type | Method and Description |
|---|---|
List<DashManifest> |
DashPackage.getDashManifests()
A list of DASH manifest configurations.
|
| Modifier and Type | Method and Description |
|---|---|
DashPackage |
DashPackage.withDashManifests(DashManifest... dashManifests)
A list of DASH manifest configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashPackage.setDashManifests(Collection<DashManifest> dashManifests)
A list of DASH manifest configurations.
|
DashPackage |
DashPackage.withDashManifests(Collection<DashManifest> dashManifests)
A list of DASH manifest configurations.
|
Copyright © 2024. All rights reserved.