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