| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceActiveInput |
InputDeviceUhdSettings.activeInput()
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
InputDeviceActiveInput |
InputDeviceHdSettings.activeInput()
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
|
static InputDeviceActiveInput |
InputDeviceActiveInput.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InputDeviceActiveInput |
InputDeviceActiveInput.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputDeviceActiveInput[] |
InputDeviceActiveInput.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<InputDeviceActiveInput> |
InputDeviceActiveInput.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputDeviceUhdSettings.Builder |
InputDeviceUhdSettings.Builder.activeInput(InputDeviceActiveInput activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.activeInput(InputDeviceActiveInput activeInput)
If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or
HDMI).
|
Copyright © 2022. All rights reserved.