| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
InputTemplate.crop()
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
Rectangle |
VideoDescription.crop()
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
Rectangle |
Input.crop()
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
Rectangle |
InputTemplate.position()
Use Selection placement to define the video area in your output frame.
|
Rectangle |
VideoDescription.position()
Use Selection placement to define the video area in your output frame.
|
Rectangle |
Input.position()
Use Selection placement to define the video area in your output frame.
|
| Modifier and Type | Method and Description |
|---|---|
InputTemplate.Builder |
InputTemplate.Builder.crop(Rectangle crop)
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
VideoDescription.Builder |
VideoDescription.Builder.crop(Rectangle crop)
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
Input.Builder |
Input.Builder.crop(Rectangle crop)
Use Cropping selection to specify the video area that the service will include in the output video frame.
|
InputTemplate.Builder |
InputTemplate.Builder.position(Rectangle position)
Use Selection placement to define the video area in your output frame.
|
VideoDescription.Builder |
VideoDescription.Builder.position(Rectangle position)
Use Selection placement to define the video area in your output frame.
|
Input.Builder |
Input.Builder.position(Rectangle position)
Use Selection placement to define the video area in your output frame.
|
Copyright © 2023. All rights reserved.