Uses of Class
software.amazon.awssdk.services.mediaconvert.model.BurninSubtitleBackgroundColor
-
Packages that use BurninSubtitleBackgroundColor Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of BurninSubtitleBackgroundColor in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return BurninSubtitleBackgroundColor Modifier and Type Method Description BurninSubtitleBackgroundColorBurninDestinationSettings. backgroundColor()Specify the color of the rectangle behind the captions.static BurninSubtitleBackgroundColorBurninSubtitleBackgroundColor. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BurninSubtitleBackgroundColorBurninSubtitleBackgroundColor. valueOf(String name)Returns the enum constant of this type with the specified name.static BurninSubtitleBackgroundColor[]BurninSubtitleBackgroundColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type BurninSubtitleBackgroundColor Modifier and Type Method Description static Set<BurninSubtitleBackgroundColor>BurninSubtitleBackgroundColor. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type BurninSubtitleBackgroundColor Modifier and Type Method Description BurninDestinationSettings.BuilderBurninDestinationSettings.Builder. backgroundColor(BurninSubtitleBackgroundColor backgroundColor)Specify the color of the rectangle behind the captions.
-