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