| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CmafAdditionalManifest |
CmafAdditionalManifest.clone() |
CmafAdditionalManifest |
CmafAdditionalManifest.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.
|
CmafAdditionalManifest |
CmafAdditionalManifest.withSelectedOutputs(Collection<String> selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
CmafAdditionalManifest |
CmafAdditionalManifest.withSelectedOutputs(String... selectedOutputs)
Specify the outputs that you want this additional top-level manifest to reference.
|
| Modifier and Type | Method and Description |
|---|---|
List<CmafAdditionalManifest> |
CmafGroupSettings.getAdditionalManifests()
By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each
CMAF output group in your job.
|
| Modifier and Type | Method and Description |
|---|---|
CmafGroupSettings |
CmafGroupSettings.withAdditionalManifests(CmafAdditionalManifest... additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each
CMAF output group in your job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmafGroupSettings.setAdditionalManifests(Collection<CmafAdditionalManifest> additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each
CMAF output group in your job.
|
CmafGroupSettings |
CmafGroupSettings.withAdditionalManifests(Collection<CmafAdditionalManifest> additionalManifests)
By default, the service creates one top-level .m3u8 HLS manifest and one top -level .mpd DASH manifest for each
CMAF output group in your job.
|
Copyright © 2022. All rights reserved.