| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsOutputSelection |
HlsOutputSelection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HlsOutputSelection |
HlsGroupSettings.outputSelection()
MANIFESTS_AND_SEGMENTS: Generates manifests (master manifest, if applicable, and media manifests) for this output
group.
|
static HlsOutputSelection |
HlsOutputSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsOutputSelection[] |
HlsOutputSelection.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<HlsOutputSelection> |
HlsOutputSelection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings.Builder |
HlsGroupSettings.Builder.outputSelection(HlsOutputSelection outputSelection)
MANIFESTS_AND_SEGMENTS: Generates manifests (master manifest, if applicable, and media manifests) for this
output group.
|
Copyright © 2022. All rights reserved.