Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MotionImagePlayback
-
Packages that use MotionImagePlayback Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MotionImagePlayback in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MotionImagePlayback Modifier and Type Method Description static MotionImagePlaybackMotionImagePlayback. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MotionImagePlaybackMotionImageInserter. playback()Specify whether your motion graphic overlay repeats on a loop or plays only once.static MotionImagePlaybackMotionImagePlayback. valueOf(String name)Returns the enum constant of this type with the specified name.static MotionImagePlayback[]MotionImagePlayback. 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 MotionImagePlayback Modifier and Type Method Description static Set<MotionImagePlayback>MotionImagePlayback. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MotionImagePlayback Modifier and Type Method Description MotionImageInserter.BuilderMotionImageInserter.Builder. playback(MotionImagePlayback playback)Specify whether your motion graphic overlay repeats on a loop or plays only once.
-