| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceConfiguredInput |
InputDeviceUhdSettings.configuredInput()
The source at the input device that is currently active.
|
InputDeviceConfiguredInput |
InputDeviceConfigurableSettings.configuredInput()
The input source that you want to use.
|
InputDeviceConfiguredInput |
InputDeviceHdSettings.configuredInput()
The source at the input device that is currently active.
|
static InputDeviceConfiguredInput |
InputDeviceConfiguredInput.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InputDeviceConfiguredInput |
InputDeviceConfiguredInput.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputDeviceConfiguredInput[] |
InputDeviceConfiguredInput.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<InputDeviceConfiguredInput> |
InputDeviceConfiguredInput.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputDeviceUhdSettings.Builder |
InputDeviceUhdSettings.Builder.configuredInput(InputDeviceConfiguredInput configuredInput)
The source at the input device that is currently active.
|
InputDeviceConfigurableSettings.Builder |
InputDeviceConfigurableSettings.Builder.configuredInput(InputDeviceConfiguredInput configuredInput)
The input source that you want to use.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.configuredInput(InputDeviceConfiguredInput configuredInput)
The source at the input device that is currently active.
|
Copyright © 2022. All rights reserved.