| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static InputLossImageType |
InputLossImageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputLossImageType |
InputLossBehavior.inputLossImageType()
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
static InputLossImageType |
InputLossImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputLossImageType[] |
InputLossImageType.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<InputLossImageType> |
InputLossImageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputLossBehavior.Builder |
InputLossBehavior.Builder.inputLossImageType(InputLossImageType inputLossImageType)
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds
blackFrameMsec.
|
Copyright © 2022. All rights reserved.