| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsRedundantManifest |
HlsRedundantManifest.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HlsRedundantManifest |
HlsGroupSettings.redundantManifest()
ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first its
own media files, then the media files of the other pipeline.
|
static HlsRedundantManifest |
HlsRedundantManifest.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsRedundantManifest[] |
HlsRedundantManifest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HlsRedundantManifest> |
HlsRedundantManifest.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings.Builder |
HlsGroupSettings.Builder.redundantManifest(HlsRedundantManifest redundantManifest)
ENABLED: The master manifest (.m3u8 file) for each pipeline includes information about both pipelines: first
its own media files, then the media files of the other pipeline.
|
Copyright © 2022. All rights reserved.