| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputDeviceScanType |
InputDeviceScanType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputDeviceScanType |
InputDeviceUhdSettings.scanType()
The scan type of the video source.
|
InputDeviceScanType |
InputDeviceHdSettings.scanType()
The scan type of the video source.
|
static InputDeviceScanType |
InputDeviceScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputDeviceScanType[] |
InputDeviceScanType.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<InputDeviceScanType> |
InputDeviceScanType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputDeviceUhdSettings.Builder |
InputDeviceUhdSettings.Builder.scanType(InputDeviceScanType scanType)
The scan type of the video source.
|
InputDeviceHdSettings.Builder |
InputDeviceHdSettings.Builder.scanType(InputDeviceScanType scanType)
The scan type of the video source.
|
Copyright © 2022. All rights reserved.