| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
DashAdditionalManifest |
DashAdditionalManifest.clone() |
DashAdditionalManifest |
DashAdditionalManifest.withManifestNameModifier(String manifestNameModifier)
Specify a name modifier that the service adds to the name of this manifest to make it different from the file
names of the other main manifests in the output group.
|
DashAdditionalManifest |
DashAdditionalManifest.withSelectedOutputs(Collection<String> selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
DashAdditionalManifest |
DashAdditionalManifest.withSelectedOutputs(String... selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<DashAdditionalManifest> |
DashIsoGroupSettings.getAdditionalManifests()
By default, the service creates one .mpd DASH manifest for each DASH ISO output group in your job.
|
| Modifier and Type | Method and Description |
|---|---|
DashIsoGroupSettings |
DashIsoGroupSettings.withAdditionalManifests(DashAdditionalManifest... additionalManifests)
By default, the service creates one .mpd DASH manifest for each DASH ISO output group in your job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashIsoGroupSettings.setAdditionalManifests(Collection<DashAdditionalManifest> additionalManifests)
By default, the service creates one .mpd DASH manifest for each DASH ISO output group in your job.
|
DashIsoGroupSettings |
DashIsoGroupSettings.withAdditionalManifests(Collection<DashAdditionalManifest> additionalManifests)
By default, the service creates one .mpd DASH manifest for each DASH ISO output group in your job.
|
Copyright © 2023. All rights reserved.