Uses of Class
software.amazon.awssdk.services.mediaconvert.model.InputFilterEnable
-
Packages that use InputFilterEnable Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of InputFilterEnable in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return InputFilterEnable Modifier and Type Method Description InputFilterEnableInput. filterEnable()Specify whether to apply input filtering to improve the video quality of your input.InputFilterEnableInputTemplate. filterEnable()Specify whether to apply input filtering to improve the video quality of your input.static InputFilterEnableInputFilterEnable. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InputFilterEnableInputFilterEnable. valueOf(String name)Returns the enum constant of this type with the specified name.static InputFilterEnable[]InputFilterEnable. 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 InputFilterEnable Modifier and Type Method Description static Set<InputFilterEnable>InputFilterEnable. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type InputFilterEnable Modifier and Type Method Description Input.BuilderInput.Builder. filterEnable(InputFilterEnable filterEnable)Specify whether to apply input filtering to improve the video quality of your input.InputTemplate.BuilderInputTemplate.Builder. filterEnable(InputFilterEnable filterEnable)Specify whether to apply input filtering to improve the video quality of your input.
-