| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static Scte35InputMode |
Scte35InputMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Scte35InputMode |
Scte35InputScheduleActionSettings.mode()
Whether the SCTE-35 input should be the active input or a fixed input.
|
static Scte35InputMode |
Scte35InputMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scte35InputMode[] |
Scte35InputMode.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<Scte35InputMode> |
Scte35InputMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Scte35InputScheduleActionSettings.Builder |
Scte35InputScheduleActionSettings.Builder.mode(Scte35InputMode mode)
Whether the SCTE-35 input should be the active input or a fixed input.
|
Copyright © 2022. All rights reserved.