Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MovPaddingControl
-
Packages that use MovPaddingControl Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MovPaddingControl in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MovPaddingControl Modifier and Type Method Description static MovPaddingControlMovPaddingControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MovPaddingControlMovSettings. paddingControl()Unless you need Omneon compatibility: Keep the default value, None.static MovPaddingControlMovPaddingControl. valueOf(String name)Returns the enum constant of this type with the specified name.static MovPaddingControl[]MovPaddingControl. 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 MovPaddingControl Modifier and Type Method Description static Set<MovPaddingControl>MovPaddingControl. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MovPaddingControl Modifier and Type Method Description MovSettings.BuilderMovSettings.Builder. paddingControl(MovPaddingControl paddingControl)Unless you need Omneon compatibility: Keep the default value, None.
-