Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DvbSubtitleBackgroundColor
-
Packages that use DvbSubtitleBackgroundColor Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DvbSubtitleBackgroundColor in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DvbSubtitleBackgroundColor Modifier and Type Method Description DvbSubtitleBackgroundColorDvbSubDestinationSettings. backgroundColor()Specify the color of the rectangle behind the captions.static DvbSubtitleBackgroundColorDvbSubtitleBackgroundColor. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DvbSubtitleBackgroundColorDvbSubtitleBackgroundColor. valueOf(String name)Returns the enum constant of this type with the specified name.static DvbSubtitleBackgroundColor[]DvbSubtitleBackgroundColor. 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 DvbSubtitleBackgroundColor Modifier and Type Method Description static Set<DvbSubtitleBackgroundColor>DvbSubtitleBackgroundColor. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DvbSubtitleBackgroundColor Modifier and Type Method Description DvbSubDestinationSettings.BuilderDvbSubDestinationSettings.Builder. backgroundColor(DvbSubtitleBackgroundColor backgroundColor)Specify the color of the rectangle behind the captions.
-