Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DvbSubtitleApplyFontColor
-
Packages that use DvbSubtitleApplyFontColor Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DvbSubtitleApplyFontColor in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DvbSubtitleApplyFontColor Modifier and Type Method Description DvbSubtitleApplyFontColorDvbSubDestinationSettings. applyFontColor()Ignore this setting unless Style Passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex.static DvbSubtitleApplyFontColorDvbSubtitleApplyFontColor. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DvbSubtitleApplyFontColorDvbSubtitleApplyFontColor. valueOf(String name)Returns the enum constant of this type with the specified name.static DvbSubtitleApplyFontColor[]DvbSubtitleApplyFontColor. 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 DvbSubtitleApplyFontColor Modifier and Type Method Description static Set<DvbSubtitleApplyFontColor>DvbSubtitleApplyFontColor. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DvbSubtitleApplyFontColor Modifier and Type Method Description DvbSubDestinationSettings.BuilderDvbSubDestinationSettings.Builder. applyFontColor(DvbSubtitleApplyFontColor applyFontColor)Ignore this setting unless Style Passthrough is set to Enabled and Font color set to Black, Yellow, Red, Green, Blue, or Hex.
-