class Aws::MediaConvert::Types::Rectangle
Use Rectangle
to identify a specific area of the video frame.
@note When making an API call, you may pass Rectangle
data as a hash: { height: 1, width: 1, x: 1, y: 1, }
@!attribute [rw] height
Height of rectangle in pixels. Specify only even numbers. @return [Integer]
@!attribute [rw] width
Width of rectangle in pixels. Specify only even numbers. @return [Integer]
@!attribute [rw] x
The distance, in pixels, between the rectangle and the left edge of the video frame. Specify only even numbers. @return [Integer]
@!attribute [rw] y
The distance, in pixels, between the rectangle and the top edge of the video frame. Specify only even numbers. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Rectangle AWS API Documentation
Constants
- SENSITIVE