Uses of Class
software.amazon.awssdk.services.medialive.model.InputLossImageType
-
Packages that use InputLossImageType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputLossImageType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputLossImageType Modifier and Type Method Description static InputLossImageTypeInputLossImageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputLossImageTypeInputLossBehavior. inputLossImageType()Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.static InputLossImageTypeInputLossImageType. 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.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputLossImageType Modifier and Type Method Description static Set<InputLossImageType>InputLossImageType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputLossImageType Modifier and Type Method Description InputLossBehavior.BuilderInputLossBehavior.Builder. inputLossImageType(InputLossImageType inputLossImageType)Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
-