Uses of Class
software.amazon.awssdk.services.medialive.model.InputDeviceCodec
-
Packages that use InputDeviceCodec Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputDeviceCodec in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputDeviceCodec Modifier and Type Method Description InputDeviceCodecInputDeviceConfigurableSettings. codec()Choose the codec for the video that the device produces.InputDeviceCodecInputDeviceUhdSettings. codec()The codec for the video that the device produces.static InputDeviceCodecInputDeviceCodec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InputDeviceCodecInputDeviceCodec. valueOf(String name)Returns the enum constant of this type with the specified name.static InputDeviceCodec[]InputDeviceCodec. 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 InputDeviceCodec Modifier and Type Method Description static Set<InputDeviceCodec>InputDeviceCodec. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputDeviceCodec Modifier and Type Method Description InputDeviceConfigurableSettings.BuilderInputDeviceConfigurableSettings.Builder. codec(InputDeviceCodec codec)Choose the codec for the video that the device produces.InputDeviceUhdSettings.BuilderInputDeviceUhdSettings.Builder. codec(InputDeviceCodec codec)The codec for the video that the device produces.
-