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