| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsMode |
HlsMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HlsMode |
HlsGroupSettings.mode()
If "vod", all segments are indexed and kept permanently in the destination and manifest.
|
static HlsMode |
HlsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsMode[] |
HlsMode.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<HlsMode> |
HlsMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings.Builder |
HlsGroupSettings.Builder.mode(HlsMode mode)
If "vod", all segments are indexed and kept permanently in the destination and manifest.
|
Copyright © 2022. All rights reserved.