| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static Rectangle.Builder |
Rectangle.builder() |
Rectangle.Builder |
Rectangle.Builder.height(Integer height)
Height of rectangle in pixels.
|
Rectangle.Builder |
Rectangle.toBuilder() |
Rectangle.Builder |
Rectangle.Builder.width(Integer width)
Width of rectangle in pixels.
|
Rectangle.Builder |
Rectangle.Builder.x(Integer x)
The distance, in pixels, between the rectangle and the left edge of the video frame.
|
Rectangle.Builder |
Rectangle.Builder.y(Integer y)
The distance, in pixels, between the rectangle and the top edge of the video frame.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Rectangle.Builder> |
Rectangle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InputTemplate.Builder |
InputTemplate.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.Builder |
VideoDescription.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.Builder |
Input.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.Builder |
InputTemplate.Builder.position(Consumer<Rectangle.Builder> position)
Use Selection placement to define the video area in your output frame.
|
default VideoDescription.Builder |
VideoDescription.Builder.position(Consumer<Rectangle.Builder> position)
Use Selection placement to define the video area in your output frame.
|
default Input.Builder |
Input.Builder.position(Consumer<Rectangle.Builder> position)
Use Selection placement to define the video area in your output frame.
|
Copyright © 2023. All rights reserved.