Uses of Class
software.amazon.awssdk.services.mediaconvert.model.F4vMoovPlacement
-
Packages that use F4vMoovPlacement Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of F4vMoovPlacement in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return F4vMoovPlacement Modifier and Type Method Description static F4vMoovPlacementF4vMoovPlacement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.F4vMoovPlacementF4vSettings. moovPlacement()To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.static F4vMoovPlacementF4vMoovPlacement. valueOf(String name)Returns the enum constant of this type with the specified name.static F4vMoovPlacement[]F4vMoovPlacement. 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 F4vMoovPlacement Modifier and Type Method Description static Set<F4vMoovPlacement>F4vMoovPlacement. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type F4vMoovPlacement Modifier and Type Method Description F4vSettings.BuilderF4vSettings.Builder. moovPlacement(F4vMoovPlacement moovPlacement)To place the MOOV atom at the beginning of your output, which is useful for progressive downloading: Leave blank or choose Progressive download.
-