Uses of Class
software.amazon.awssdk.services.mediaconvert.model.VideoOverlayPosition
-
Packages that use VideoOverlayPosition Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of VideoOverlayPosition in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return VideoOverlayPosition Modifier and Type Method Description VideoOverlayPositionVideoOverlayTransition. endPosition()Specify the ending position for this transition, relative to the base input video's frame.VideoOverlayPositionVideoOverlay. initialPosition()Specify the Initial position of your video overlay.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type VideoOverlayPosition Modifier and Type Method Description VideoOverlayTransition.BuilderVideoOverlayTransition.Builder. endPosition(VideoOverlayPosition endPosition)Specify the ending position for this transition, relative to the base input video's frame.VideoOverlay.BuilderVideoOverlay.Builder. initialPosition(VideoOverlayPosition initialPosition)Specify the Initial position of your video overlay.
-