Uses of Class
software.amazon.awssdk.services.mediaconvert.model.FontScript
-
Packages that use FontScript Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of FontScript in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return FontScript Modifier and Type Method Description FontScriptBurninDestinationSettings. fontScript()Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions.FontScriptDvbSubDestinationSettings. fontScript()Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions.static FontScriptFontScript. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FontScriptFontScript. valueOf(String name)Returns the enum constant of this type with the specified name.static FontScript[]FontScript. 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 FontScript Modifier and Type Method Description static Set<FontScript>FontScript. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type FontScript Modifier and Type Method Description BurninDestinationSettings.BuilderBurninDestinationSettings.Builder. fontScript(FontScript fontScript)Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions.DvbSubDestinationSettings.BuilderDvbSubDestinationSettings.Builder. fontScript(FontScript fontScript)Set Font script to Automatically determined, or leave blank, to automatically determine the font script in your input captions.
-