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