Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AntiAlias
-
Packages that use AntiAlias Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AntiAlias in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AntiAlias Modifier and Type Method Description AntiAliasVideoDescription. antiAlias()The anti-alias filter is automatically applied to all outputs.static AntiAliasAntiAlias. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AntiAliasAntiAlias. valueOf(String name)Returns the enum constant of this type with the specified name.static AntiAlias[]AntiAlias. 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 AntiAlias Modifier and Type Method Description static Set<AntiAlias>AntiAlias. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AntiAlias Modifier and Type Method Description VideoDescription.BuilderVideoDescription.Builder. antiAlias(AntiAlias antiAlias)The anti-alias filter is automatically applied to all outputs.
-