| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Rectangle.clone() |
Rectangle |
VideoDescription.getCrop()
Applies only if your input aspect ratio is different from your output aspect ratio.
|
Rectangle |
VideoDescription.getPosition()
Use Position (Position) to point to a rectangle object to define your position.
|
Rectangle |
Rectangle.withHeight(Integer height)
Height of rectangle in pixels.
|
Rectangle |
Rectangle.withWidth(Integer width)
Width of rectangle in pixels.
|
Rectangle |
Rectangle.withX(Integer x)
The distance, in pixels, between the rectangle and the left edge of the video frame.
|
Rectangle |
Rectangle.withY(Integer y)
The distance, in pixels, between the rectangle and the top edge of the video frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoDescription.setCrop(Rectangle crop)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
void |
VideoDescription.setPosition(Rectangle position)
Use Position (Position) to point to a rectangle object to define your position.
|
VideoDescription |
VideoDescription.withCrop(Rectangle crop)
Applies only if your input aspect ratio is different from your output aspect ratio.
|
VideoDescription |
VideoDescription.withPosition(Rectangle position)
Use Position (Position) to point to a rectangle object to define your position.
|
Copyright © 2019. All rights reserved.