Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.MotionImageInsertionOffset.Builder
-
Packages that use MotionImageInsertionOffset.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MotionImageInsertionOffset.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MotionImageInsertionOffset.Builder Modifier and Type Method Description static MotionImageInsertionOffset.BuilderMotionImageInsertionOffset. builder()MotionImageInsertionOffset.BuilderMotionImageInsertionOffset.Builder. imageX(Integer imageX)Set the distance, in pixels, between the overlay and the left edge of the video frame.MotionImageInsertionOffset.BuilderMotionImageInsertionOffset.Builder. imageY(Integer imageY)Set the distance, in pixels, between the overlay and the top edge of the video frame.MotionImageInsertionOffset.BuilderMotionImageInsertionOffset. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type MotionImageInsertionOffset.Builder Modifier and Type Method Description static Class<? extends MotionImageInsertionOffset.Builder>MotionImageInsertionOffset. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type MotionImageInsertionOffset.Builder Modifier and Type Method Description default MotionImageInserter.BuilderMotionImageInserter.Builder. offset(Consumer<MotionImageInsertionOffset.Builder> offset)Use Offset to specify the placement of your motion graphic overlay on the video frame.
-