Uses of Class
software.amazon.awssdk.services.mediaconvert.model.InputScanType
-
Packages that use InputScanType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of InputScanType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return InputScanType Modifier and Type Method Description static InputScanTypeInputScanType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputScanTypeInput. inputScanType()When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF.InputScanTypeInputTemplate. inputScanType()When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF.static InputScanTypeInputScanType. valueOf(String name)Returns the enum constant of this type with the specified name.static InputScanType[]InputScanType. 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 InputScanType Modifier and Type Method Description static Set<InputScanType>InputScanType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type InputScanType Modifier and Type Method Description Input.BuilderInput.Builder. inputScanType(InputScanType inputScanType)When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF.InputTemplate.BuilderInputTemplate.Builder. inputScanType(InputScanType inputScanType)When you have a progressive segmented frame (PsF) input, use this setting to flag the input as PsF.
-