Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AvcIntraSlowPal
-
Packages that use AvcIntraSlowPal Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AvcIntraSlowPal in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AvcIntraSlowPal Modifier and Type Method Description static AvcIntraSlowPalAvcIntraSlowPal. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AvcIntraSlowPalAvcIntraSettings. slowPal()Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).static AvcIntraSlowPalAvcIntraSlowPal. valueOf(String name)Returns the enum constant of this type with the specified name.static AvcIntraSlowPal[]AvcIntraSlowPal. 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 AvcIntraSlowPal Modifier and Type Method Description static Set<AvcIntraSlowPal>AvcIntraSlowPal. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AvcIntraSlowPal Modifier and Type Method Description AvcIntraSettings.BuilderAvcIntraSettings.Builder. slowPal(AvcIntraSlowPal slowPal)Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps).
-