Builder

class Builder

Properties

Link copied to clipboard
var height: Int?

Height of rectangle in pixels. Specify only even numbers.

Link copied to clipboard
var width: Int?

Width of rectangle in pixels. Specify only even numbers.

Link copied to clipboard
var x: Int?

The distance, in pixels, between the rectangle and the left edge of the video frame. Specify only even numbers.

Link copied to clipboard
var y: Int?

The distance, in pixels, between the rectangle and the top edge of the video frame. Specify only even numbers.