Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceActiveInput
-
Packages that use InputDeviceActiveInput Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceActiveInput in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDeviceActiveInput Modifier and Type Method Description InputDeviceActiveInputInputDeviceHdSettings. activeInput()If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).InputDeviceActiveInputInputDeviceUhdSettings. activeInput()If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).static InputDeviceActiveInputInputDeviceActiveInput. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InputDeviceActiveInputInputDeviceActiveInput. valueOf(String name)Returns the enum constant of this type with the specified name.static InputDeviceActiveInput[]InputDeviceActiveInput. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type InputDeviceActiveInput Modifier and Type Method Description static Set<InputDeviceActiveInput>InputDeviceActiveInput. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceActiveInput Modifier and Type Method Description InputDeviceHdSettings.BuilderInputDeviceHdSettings.Builder. activeInput(InputDeviceActiveInput activeInput)If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).InputDeviceUhdSettings.BuilderInputDeviceUhdSettings.Builder. activeInput(InputDeviceActiveInput activeInput)If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI).
-