Uses of Class
software.amazon.awssdk.services.medialive.model.BurnInShadowColor
-
Packages that use BurnInShadowColor Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of BurnInShadowColor in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return BurnInShadowColor Modifier and Type Method Description static BurnInShadowColorBurnInShadowColor. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BurnInShadowColorBurnInDestinationSettings. shadowColor()Specifies the color of the shadow cast by the captions.static BurnInShadowColorBurnInShadowColor. valueOf(String name)Returns the enum constant of this type with the specified name.static BurnInShadowColor[]BurnInShadowColor. 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 BurnInShadowColor Modifier and Type Method Description static Set<BurnInShadowColor>BurnInShadowColor. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type BurnInShadowColor Modifier and Type Method Description BurnInDestinationSettings.BuilderBurnInDestinationSettings.Builder. shadowColor(BurnInShadowColor shadowColor)Specifies the color of the shadow cast by the captions.
-