| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Rectangle.clone() |
Rectangle |
VideoDescription.getCrop()
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
Rectangle |
InputTemplate.getCrop()
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
Rectangle |
Input.getCrop()
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
Rectangle |
VideoDescription.getPosition()
Use Selection placement (position) to define the video area in your output frame.
|
Rectangle |
InputTemplate.getPosition()
Use Selection placement (position) to define the video area in your output frame.
|
Rectangle |
Input.getPosition()
Use Selection placement (position) to define the video area in your output frame.
|
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)
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
void |
InputTemplate.setCrop(Rectangle crop)
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
void |
Input.setCrop(Rectangle crop)
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
void |
VideoDescription.setPosition(Rectangle position)
Use Selection placement (position) to define the video area in your output frame.
|
void |
InputTemplate.setPosition(Rectangle position)
Use Selection placement (position) to define the video area in your output frame.
|
void |
Input.setPosition(Rectangle position)
Use Selection placement (position) to define the video area in your output frame.
|
VideoDescription |
VideoDescription.withCrop(Rectangle crop)
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
InputTemplate |
InputTemplate.withCrop(Rectangle crop)
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
Input |
Input.withCrop(Rectangle crop)
Use Cropping selection (crop) to specify the video area that the service will include in the output video frame.
|
VideoDescription |
VideoDescription.withPosition(Rectangle position)
Use Selection placement (position) to define the video area in your output frame.
|
InputTemplate |
InputTemplate.withPosition(Rectangle position)
Use Selection placement (position) to define the video area in your output frame.
|
Input |
Input.withPosition(Rectangle position)
Use Selection placement (position) to define the video area in your output frame.
|
Copyright © 2022. All rights reserved.