Uses of Class
software.amazon.awssdk.services.medialive.model.GlobalConfigurationLowFramerateInputs
-
Packages that use GlobalConfigurationLowFramerateInputs Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of GlobalConfigurationLowFramerateInputs in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return GlobalConfigurationLowFramerateInputs Modifier and Type Method Description static GlobalConfigurationLowFramerateInputsGlobalConfigurationLowFramerateInputs. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GlobalConfigurationLowFramerateInputsGlobalConfiguration. supportLowFramerateInputs()Adjusts video input buffer for streams with very low video framerates.static GlobalConfigurationLowFramerateInputsGlobalConfigurationLowFramerateInputs. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalConfigurationLowFramerateInputs[]GlobalConfigurationLowFramerateInputs. 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 GlobalConfigurationLowFramerateInputs Modifier and Type Method Description static Set<GlobalConfigurationLowFramerateInputs>GlobalConfigurationLowFramerateInputs. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type GlobalConfigurationLowFramerateInputs Modifier and Type Method Description GlobalConfiguration.BuilderGlobalConfiguration.Builder. supportLowFramerateInputs(GlobalConfigurationLowFramerateInputs supportLowFramerateInputs)Adjusts video input buffer for streams with very low video framerates.
-