Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Rectangle
-
Packages that use Rectangle Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Rectangle in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Rectangle Modifier and Type Method Description RectangleInput. crop()Use Cropping selection to specify the video area that the service will include in the output video frame.RectangleInputTemplate. crop()Use Cropping selection to specify the video area that the service will include in the output video frame.RectangleVideoDescription. crop()Use Cropping selection to specify the video area that the service will include in the output video frame.RectangleInput. position()Use Selection placement to define the video area in your output frame.RectangleInputTemplate. position()Use Selection placement to define the video area in your output frame.RectangleVideoDescription. position()Use Selection placement to define the video area in your output frame.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Rectangle Modifier and Type Method Description Input.BuilderInput.Builder. crop(Rectangle crop)Use Cropping selection to specify the video area that the service will include in the output video frame.InputTemplate.BuilderInputTemplate.Builder. crop(Rectangle crop)Use Cropping selection to specify the video area that the service will include in the output video frame.VideoDescription.BuilderVideoDescription.Builder. crop(Rectangle crop)Use Cropping selection to specify the video area that the service will include in the output video frame.Input.BuilderInput.Builder. position(Rectangle position)Use Selection placement to define the video area in your output frame.InputTemplate.BuilderInputTemplate.Builder. position(Rectangle position)Use Selection placement to define the video area in your output frame.VideoDescription.BuilderVideoDescription.Builder. position(Rectangle position)Use Selection placement to define the video area in your output frame.
-