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