Uses of Class
software.amazon.awssdk.services.mediaconvert.model.InputPsiControl
-
Packages that use InputPsiControl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of InputPsiControl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return InputPsiControl Modifier and Type Method Description static InputPsiControlInputPsiControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputPsiControlInput. psiControl()Set PSI control for transport stream inputs to specify which data the demux process to scans.InputPsiControlInputTemplate. psiControl()Set PSI control for transport stream inputs to specify which data the demux process to scans.static InputPsiControlInputPsiControl. valueOf(String name)Returns the enum constant of this type with the specified name.static InputPsiControl[]InputPsiControl. 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 InputPsiControl Modifier and Type Method Description static Set<InputPsiControl>InputPsiControl. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type InputPsiControl Modifier and Type Method Description Input.BuilderInput.Builder. psiControl(InputPsiControl psiControl)Set PSI control for transport stream inputs to specify which data the demux process to scans.InputTemplate.BuilderInputTemplate.Builder. psiControl(InputPsiControl psiControl)Set PSI control for transport stream inputs to specify which data the demux process to scans.
-