Builder

class Builder

Properties

Link copied to clipboard
var bitrate: Int?

Bitrate for generated output, in bps. Default: 2500000.

Link copied to clipboard

Video frame rate, in fps. Default: 30.

Link copied to clipboard
var height: Int?

Video-resolution height. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.

Link copied to clipboard
var width: Int?

Video-resolution width. Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.