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