| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackagevod.model |
| Modifier and Type | Method and Description |
|---|---|
static DashManifest.Builder |
DashManifest.builder() |
DashManifest.Builder |
DashManifest.Builder.manifestLayout(ManifestLayout manifestLayout)
Determines the position of some tags in the Media Presentation Description (MPD).
|
DashManifest.Builder |
DashManifest.Builder.manifestLayout(String manifestLayout)
Determines the position of some tags in the Media Presentation Description (MPD).
|
DashManifest.Builder |
DashManifest.Builder.manifestName(String manifestName)
An optional string to include in the name of the manifest.
|
DashManifest.Builder |
DashManifest.Builder.minBufferTimeSeconds(Integer minBufferTimeSeconds)
Minimum duration (in seconds) that a player will buffer media before starting the presentation.
|
DashManifest.Builder |
DashManifest.Builder.profile(Profile profile)
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
DashManifest.Builder |
DashManifest.Builder.profile(String profile)
The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
|
DashManifest.Builder |
DashManifest.Builder.scteMarkersSource(ScteMarkersSource scteMarkersSource)
The source of scte markers used.
|
DashManifest.Builder |
DashManifest.Builder.scteMarkersSource(String scteMarkersSource)
The source of scte markers used.
|
default DashManifest.Builder |
DashManifest.Builder.streamSelection(Consumer<StreamSelection.Builder> streamSelection)
Sets the value of the StreamSelection property for this object.
|
DashManifest.Builder |
DashManifest.Builder.streamSelection(StreamSelection streamSelection)
Sets the value of the StreamSelection property for this object.
|
DashManifest.Builder |
DashManifest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DashManifest.Builder> |
DashManifest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.