Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.Rectangle.Builder
-
Packages that use Rectangle.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Rectangle.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Rectangle.Builder Modifier and Type Method Description static Rectangle.BuilderRectangle. builder()Rectangle.BuilderRectangle.Builder. height(Integer height)Height of rectangle in pixels.Rectangle.BuilderRectangle. toBuilder()Rectangle.BuilderRectangle.Builder. width(Integer width)Width of rectangle in pixels.Rectangle.BuilderRectangle.Builder. x(Integer x)The distance, in pixels, between the rectangle and the left edge of the video frame.Rectangle.BuilderRectangle.Builder. y(Integer y)The distance, in pixels, between the rectangle and the top edge of the video frame.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type Rectangle.Builder Modifier and Type Method Description static Class<? extends Rectangle.Builder>Rectangle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type Rectangle.Builder Modifier and Type Method Description default Input.BuilderInput.Builder. crop(Consumer<Rectangle.Builder> crop)Use Cropping selection to specify the video area that the service will include in the output video frame.default InputTemplate.BuilderInputTemplate.Builder. crop(Consumer<Rectangle.Builder> crop)Use Cropping selection to specify the video area that the service will include in the output video frame.default VideoDescription.BuilderVideoDescription.Builder. crop(Consumer<Rectangle.Builder> crop)Use Cropping selection to specify the video area that the service will include in the output video frame.default Input.BuilderInput.Builder. position(Consumer<Rectangle.Builder> position)Use Selection placement to define the video area in your output frame.default InputTemplate.BuilderInputTemplate.Builder. position(Consumer<Rectangle.Builder> position)Use Selection placement to define the video area in your output frame.default VideoDescription.BuilderVideoDescription.Builder. position(Consumer<Rectangle.Builder> position)Use Selection placement to define the video area in your output frame.
-